diff --git a/README.md b/README.md index 4545627..dd21de8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ If using Maven, in your `pom.xml` file, add: com.ngrok - ngrok-api-scala + ngrok-api-scala_${scala.compat.version} ${ngrok-api-scala.version} @@ -80,9 +80,9 @@ class Example extends App { val ngrok = Ngrok() Await.result( - ngrok.ipPolicies.create(Some("allow")).flatMap(policy => + ngrok.ipPolicies.create().flatMap(policy => List("24.0.0.0/8", "12.0.0.0/8").traverse( - cidr => ngrok.ipPolicyRules.create(cidr, policy.id) + cidr => ngrok.ipPolicyRules.create(cidr, policy.id, "allow") ) ), 1.second diff --git a/build.sbt b/build.sbt index affd053..47e1e49 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ ThisBuild / version := Version.version ThisBuild / description := "ngrok API client for Scala applications" ThisBuild / licenses := List("MIT" -> url("https://mit-license.org/")) ThisBuild / homepage := Some(url("https://ngrok.com")) -ThisBuild / crossScalaVersions := Seq("2.13.6", "2.12.14") +ThisBuild / crossScalaVersions := Seq("2.13.8", "2.12.15") ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head ThisBuild / scmInfo := Some( diff --git a/docs/com/index.html b/docs/com/index.html index 92a1c6d..31e027b 100644 --- a/docs/com/index.html +++ b/docs/com/index.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com

Packages

p

com

package com

Package Members

  1. package ngrok

Ungrouped

+ngrok API Documentation (0.7.0) - com

Packages

p

com

package com

Package Members

  1. package ngrok

Ungrouped

diff --git a/docs/com/ngrok/DefaultNgrokApiClient$.html b/docs/com/ngrok/DefaultNgrokApiClient$.html index 4dc034d..6a2557b 100644 --- a/docs/com/ngrok/DefaultNgrokApiClient$.html +++ b/docs/com/ngrok/DefaultNgrokApiClient$.html @@ -1,4 +1,4 @@ -ngrok API Documentation (0.6.0) - com.ngrok.DefaultNgrokApiClient

Packages

object DefaultNgrokApiClient

Helpers for creating new DefaultNgrokApiClient instances.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultNgrokApiClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(apiKey: String, httpClient: Option[WebClient] = None, baseUri: Option[URI] = None): DefaultNgrokApiClient

    Creates a new default ngrok API client.

    Creates a new default ngrok API client. -

    apiKey

    API key used to access the ngrok API

    httpClient

    an optional HTTP client to use to make requests

    baseUri

    an optional API base URI

    returns

    a new API client

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def newDefaultHttpClient: WebClient

    Creates a new default Armeria WebClient.

    Creates a new default Armeria WebClient. -

    returns

    a HTTP client

  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped

+ngrok API Documentation (0.7.0) - com.ngrok.DefaultNgrokApiClient

Packages

object DefaultNgrokApiClient

Helpers for creating new DefaultNgrokApiClient instances.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultNgrokApiClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(apiKey: String, httpClient: Option[WebClient] = None, baseUri: Option[URI] = None): DefaultNgrokApiClient

    Creates a new default ngrok API client.

    Creates a new default ngrok API client. +

    apiKey

    API key used to access the ngrok API

    httpClient

    an optional HTTP client to use to make requests

    baseUri

    an optional API base URI

    returns

    a new API client

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def newDefaultHttpClient: WebClient

    Creates a new default Armeria WebClient.

    Creates a new default Armeria WebClient. +

    returns

    a HTTP client

  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/docs/com/ngrok/DefaultNgrokApiClient.html b/docs/com/ngrok/DefaultNgrokApiClient.html index d739c10..bace983 100644 --- a/docs/com/ngrok/DefaultNgrokApiClient.html +++ b/docs/com/ngrok/DefaultNgrokApiClient.html @@ -1,5 +1,7 @@ -ngrok API Documentation (0.6.0) - com.ngrok.DefaultNgrokApiClient

Packages

class DefaultNgrokApiClient extends NgrokApiClient

Default implementation of NgrokApiClient based on the Armeria HTTP client.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultNgrokApiClient
  2. NgrokApiClient
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toany2stringadd[DefaultNgrokApiClient] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DefaultNgrokApiClient, B)
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toArrowAssoc[DefaultNgrokApiClient] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def ensuring(cond: (DefaultNgrokApiClient) => Boolean, msg: => Any): DefaultNgrokApiClient
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toEnsuring[DefaultNgrokApiClient] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (DefaultNgrokApiClient) => Boolean): DefaultNgrokApiClient
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toEnsuring[DefaultNgrokApiClient] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: => Any): DefaultNgrokApiClient
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toEnsuring[DefaultNgrokApiClient] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): DefaultNgrokApiClient
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toEnsuring[DefaultNgrokApiClient] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toStringFormat[DefaultNgrokApiClient] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def sendRequest[O](method: HttpMethod, endpoint: String, queryParams: List[(String, Option[Any])], body: Option[Json])(implicit arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]

    Sends a request to the ngrok API.

    Sends a request to the ngrok API. -

    O

    the return type for the API response (must have an implicit io.circe.Decoder and scala.reflect.ClassTag)

    method

    the HTTP method to use

    endpoint

    the endpoint (under the base URI) to send the request to

    queryParams

    any query parameters to send along with the request (parameters with an empty - value will not be sent)

    body

    JSON request body, if any

    ec

    an execution context

    returns

    a future encapsulating the response type

    Definition Classes
    DefaultNgrokApiClientNgrokApiClient
  23. def sendRequest[O](uri: URI)(implicit arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]

    Sends a GET request directly to the specified URI.

    Sends a GET request directly to the specified URI. -

    O

    the return type for the API response (must have an implicit io.circe.Decoder and scala.reflect.ClassTag)

    uri

    a URI to send the request to

    ec

    an execution context

    returns

    a future encapsulating the response type

    Definition Classes
    DefaultNgrokApiClientNgrokApiClient
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def [B](y: B): (DefaultNgrokApiClient, B)
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toArrowAssoc[DefaultNgrokApiClient] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from NgrokApiClient

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromDefaultNgrokApiClient to any2stringadd[DefaultNgrokApiClient]

Inherited by implicit conversion StringFormat fromDefaultNgrokApiClient to StringFormat[DefaultNgrokApiClient]

Inherited by implicit conversion Ensuring fromDefaultNgrokApiClient to Ensuring[DefaultNgrokApiClient]

Inherited by implicit conversion ArrowAssoc fromDefaultNgrokApiClient to ArrowAssoc[DefaultNgrokApiClient]

Ungrouped

+ngrok API Documentation (0.7.0) - com.ngrok.DefaultNgrokApiClient

Packages

class DefaultNgrokApiClient extends NgrokApiClient

Default implementation of NgrokApiClient based on the Armeria HTTP client.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultNgrokApiClient
  2. NgrokApiClient
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toany2stringadd[DefaultNgrokApiClient] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DefaultNgrokApiClient, B)
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toArrowAssoc[DefaultNgrokApiClient] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val SCALA_VERSION: String
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def ensuring(cond: (DefaultNgrokApiClient) => Boolean, msg: => Any): DefaultNgrokApiClient
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toEnsuring[DefaultNgrokApiClient] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (DefaultNgrokApiClient) => Boolean): DefaultNgrokApiClient
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toEnsuring[DefaultNgrokApiClient] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: => Any): DefaultNgrokApiClient
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toEnsuring[DefaultNgrokApiClient] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): DefaultNgrokApiClient
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toEnsuring[DefaultNgrokApiClient] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def sendRequest[O](method: HttpMethod, endpoint: String, queryParams: List[(String, Option[Any])], body: Option[Json])(implicit arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]

    Sends a request to the ngrok API.

    Sends a request to the ngrok API. +

    O

    the return type for the API response (must have an implicit io.circe.Decoder and scala.reflect.ClassTag)

    method

    the HTTP method to use

    endpoint

    the endpoint (under the base URI) to send the request to

    queryParams

    any query parameters to send along with the request (parameters with an empty + value will not be sent)

    body

    JSON request body, if any

    ec

    an execution context

    returns

    a future encapsulating the response type

    Definition Classes
    DefaultNgrokApiClientNgrokApiClient
  23. def sendRequest[O](uri: URI)(implicit arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]

    Sends a GET request directly to the specified URI.

    Sends a GET request directly to the specified URI. +

    O

    the return type for the API response (must have an implicit io.circe.Decoder and scala.reflect.ClassTag)

    uri

    a URI to send the request to

    ec

    an execution context

    returns

    a future encapsulating the response type

    Definition Classes
    DefaultNgrokApiClientNgrokApiClient
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toStringFormat[DefaultNgrokApiClient] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (DefaultNgrokApiClient, B)
    Implicit
    This member is added by an implicit conversion from DefaultNgrokApiClient toArrowAssoc[DefaultNgrokApiClient] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from NgrokApiClient

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromDefaultNgrokApiClient to any2stringadd[DefaultNgrokApiClient]

Inherited by implicit conversion StringFormat fromDefaultNgrokApiClient to StringFormat[DefaultNgrokApiClient]

Inherited by implicit conversion Ensuring fromDefaultNgrokApiClient to Ensuring[DefaultNgrokApiClient]

Inherited by implicit conversion ArrowAssoc fromDefaultNgrokApiClient to ArrowAssoc[DefaultNgrokApiClient]

Ungrouped

diff --git a/docs/com/ngrok/Ngrok$.html b/docs/com/ngrok/Ngrok$.html index ed07d3f..41f21f1 100644 --- a/docs/com/ngrok/Ngrok$.html +++ b/docs/com/ngrok/Ngrok$.html @@ -1,5 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.Ngrok

Packages

object Ngrok

Factory for Ngrok instances.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ngrok
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply()(implicit ec: ExecutionContext): Ngrok

    Creates a new ngrok API instance using the default API client.

    Creates a new ngrok API instance using the default API client.

    The API key is pulled from the environment variable NGROK_API_KEY. -

    returns

    an ngrok API instance

  5. def apply(apiKey: String)(implicit ec: ExecutionContext): Ngrok

    Creates a new ngrok API instance using the default API client.

    Creates a new ngrok API instance using the default API client. -

    apiKey

    API key used to access the ngrok API

    returns

    an ngrok API instance

  6. def apply(apiClient: NgrokApiClient)(implicit ec: ExecutionContext): Ngrok

    Creates a new ngrok API instance.

    Creates a new ngrok API instance. -

    apiClient

    an instance of NgrokApiClient

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped

+ngrok API Documentation (0.7.0) - com.ngrok.Ngrok

Packages

object Ngrok

Factory for Ngrok instances.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ngrok
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply()(implicit ec: ExecutionContext): Ngrok

    Creates a new ngrok API instance using the default API client.

    Creates a new ngrok API instance using the default API client.

    The API key is pulled from the environment variable NGROK_API_KEY. +

    returns

    an ngrok API instance

  5. def apply(apiKey: String)(implicit ec: ExecutionContext): Ngrok

    Creates a new ngrok API instance using the default API client.

    Creates a new ngrok API instance using the default API client. +

    apiKey

    API key used to access the ngrok API

    returns

    an ngrok API instance

  6. def apply(apiClient: NgrokApiClient)(implicit ec: ExecutionContext): Ngrok

    Creates a new ngrok API instance.

    Creates a new ngrok API instance. +

    apiClient

    an instance of NgrokApiClient

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped

diff --git a/docs/com/ngrok/Ngrok$BackendsNamespace.html b/docs/com/ngrok/Ngrok$BackendsNamespace.html index 1343018..0f316dd 100644 --- a/docs/com/ngrok/Ngrok$BackendsNamespace.html +++ b/docs/com/ngrok/Ngrok$BackendsNamespace.html @@ -1,15 +1,17 @@ -ngrok API Documentation (0.6.0) - com.ngrok.Ngrok.BackendsNamespace

Packages

c

com.ngrok.Ngrok

BackendsNamespace

class BackendsNamespace extends AnyRef

A namespace object for Backends.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BackendsNamespace
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from BackendsNamespace toany2stringadd[BackendsNamespace] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BackendsNamespace, B)
    Implicit
    This member is added by an implicit conversion from BackendsNamespace toArrowAssoc[BackendsNamespace] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def ensuring(cond: (BackendsNamespace) => Boolean, msg: => Any): BackendsNamespace
    Implicit
    This member is added by an implicit conversion from BackendsNamespace toEnsuring[BackendsNamespace] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (BackendsNamespace) => Boolean): BackendsNamespace
    Implicit
    This member is added by an implicit conversion from BackendsNamespace toEnsuring[BackendsNamespace] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: => Any): BackendsNamespace
    Implicit
    This member is added by an implicit conversion from BackendsNamespace toEnsuring[BackendsNamespace] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): BackendsNamespace
    Implicit
    This member is added by an implicit conversion from BackendsNamespace toEnsuring[BackendsNamespace] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. lazy val failover: FailoverBackends

    A Failover backend defines failover behavior within a list of referenced +ngrok API Documentation (0.7.0) - com.ngrok.Ngrok.BackendsNamespace

    Packages

    c

    com.ngrok.Ngrok

    BackendsNamespace

    class BackendsNamespace extends AnyRef

    A namespace object for Backends.

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. BackendsNamespace
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from BackendsNamespace toany2stringadd[BackendsNamespace] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (BackendsNamespace, B)
      Implicit
      This member is added by an implicit conversion from BackendsNamespace toArrowAssoc[BackendsNamespace] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (BackendsNamespace) => Boolean, msg: => Any): BackendsNamespace
      Implicit
      This member is added by an implicit conversion from BackendsNamespace toEnsuring[BackendsNamespace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (BackendsNamespace) => Boolean): BackendsNamespace
      Implicit
      This member is added by an implicit conversion from BackendsNamespace toEnsuring[BackendsNamespace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): BackendsNamespace
      Implicit
      This member is added by an implicit conversion from BackendsNamespace toEnsuring[BackendsNamespace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): BackendsNamespace
      Implicit
      This member is added by an implicit conversion from BackendsNamespace toEnsuring[BackendsNamespace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    14. lazy val failover: FailoverBackends

      A Failover backend defines failover behavior within a list of referenced backends.

      A Failover backend defines failover behavior within a list of referenced backends. Traffic is sent to the first backend in the list. If that backend is offline or no connection can be established, ngrok attempts to connect to the next backend in the list until one is successful.

      See also https://ngrok.com/docs/api#api-failover-backends -

      returns

      a service client

    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from BackendsNamespace toStringFormat[BackendsNamespace] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. lazy val httpResponse: HttpResponseBackends

      Creates a service client for services.HttpResponseBackends.

      returns

      a service client

    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. lazy val tunnelGroup: TunnelGroupBackends

      A Tunnel Group Backend balances traffic among all online tunnels that match +

    returns

    a service client

  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. lazy val httpResponse: HttpResponseBackends

    Creates a service client for services.HttpResponseBackends.

    returns

    a service client

  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. lazy val tunnelGroup: TunnelGroupBackends

    A Tunnel Group Backend balances traffic among all online tunnels that match a label selector.

    A Tunnel Group Backend balances traffic among all online tunnels that match a label selector.

    See also https://ngrok.com/docs/api#api-tunnel-group-backends -

    returns

    a service client

  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. lazy val weighted: WeightedBackends

    A Weighted Backend balances traffic among the referenced backends.

    A Weighted Backend balances traffic among the referenced backends. Traffic +

    returns

    a service client

  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. lazy val weighted: WeightedBackends

    A Weighted Backend balances traffic among the referenced backends.

    A Weighted Backend balances traffic among the referenced backends. Traffic is assigned proportionally to each based on its weight. The percentage of - traffic is calculated by dividing a backend's weight by the sum of all + traffic is calculated by dividing a backend's weight by the sum of all weights.

    See also https://ngrok.com/docs/api#api-weighted-backends -

    returns

    a service client

Deprecated Value Members

  1. def [B](y: B): (BackendsNamespace, B)
    Implicit
    This member is added by an implicit conversion from BackendsNamespace toArrowAssoc[BackendsNamespace] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromBackendsNamespace to any2stringadd[BackendsNamespace]

Inherited by implicit conversion StringFormat fromBackendsNamespace to StringFormat[BackendsNamespace]

Inherited by implicit conversion Ensuring fromBackendsNamespace to Ensuring[BackendsNamespace]

Inherited by implicit conversion ArrowAssoc fromBackendsNamespace to ArrowAssoc[BackendsNamespace]

Ungrouped

+

returns

a service client

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from BackendsNamespace toStringFormat[BackendsNamespace] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (BackendsNamespace, B)
    Implicit
    This member is added by an implicit conversion from BackendsNamespace toArrowAssoc[BackendsNamespace] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromBackendsNamespace to any2stringadd[BackendsNamespace]

Inherited by implicit conversion StringFormat fromBackendsNamespace to StringFormat[BackendsNamespace]

Inherited by implicit conversion Ensuring fromBackendsNamespace to Ensuring[BackendsNamespace]

Inherited by implicit conversion ArrowAssoc fromBackendsNamespace to ArrowAssoc[BackendsNamespace]

Ungrouped

diff --git a/docs/com/ngrok/Ngrok$EdgeModulesNamespace.html b/docs/com/ngrok/Ngrok$EdgeModulesNamespace.html index 7ff2589..34b3de1 100644 --- a/docs/com/ngrok/Ngrok$EdgeModulesNamespace.html +++ b/docs/com/ngrok/Ngrok$EdgeModulesNamespace.html @@ -1,5 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.Ngrok.EdgeModulesNamespace

Packages

c

com.ngrok.Ngrok

EdgeModulesNamespace

class EdgeModulesNamespace extends AnyRef

A namespace object for EdgeModules.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EdgeModulesNamespace
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from EdgeModulesNamespace toany2stringadd[EdgeModulesNamespace] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (EdgeModulesNamespace, B)
    Implicit
    This member is added by an implicit conversion from EdgeModulesNamespace toArrowAssoc[EdgeModulesNamespace] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def ensuring(cond: (EdgeModulesNamespace) => Boolean, msg: => Any): EdgeModulesNamespace
    Implicit
    This member is added by an implicit conversion from EdgeModulesNamespace toEnsuring[EdgeModulesNamespace] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (EdgeModulesNamespace) => Boolean): EdgeModulesNamespace
    Implicit
    This member is added by an implicit conversion from EdgeModulesNamespace toEnsuring[EdgeModulesNamespace] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: => Any): EdgeModulesNamespace
    Implicit
    This member is added by an implicit conversion from EdgeModulesNamespace toEnsuring[EdgeModulesNamespace] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): EdgeModulesNamespace
    Implicit
    This member is added by an implicit conversion from EdgeModulesNamespace toEnsuring[EdgeModulesNamespace] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from EdgeModulesNamespace toStringFormat[EdgeModulesNamespace] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. lazy val httpsEdgeMutualTls: HttpsEdgeMutualTlsModule

    Creates a service client for services.HttpsEdgeMutualTlsModule.

    Creates a service client for services.HttpsEdgeMutualTlsModule.

    See also https://ngrok.com/docs/api#api-https-edge-mutual-tls-module +ngrok API Documentation (0.7.0) - com.ngrok.Ngrok.EdgeModulesNamespace

    Packages

    c

    com.ngrok.Ngrok

    EdgeModulesNamespace

    class EdgeModulesNamespace extends AnyRef

    A namespace object for EdgeModules.

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeModulesNamespace
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeModulesNamespace toany2stringadd[EdgeModulesNamespace] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeModulesNamespace, B)
      Implicit
      This member is added by an implicit conversion from EdgeModulesNamespace toArrowAssoc[EdgeModulesNamespace] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (EdgeModulesNamespace) => Boolean, msg: => Any): EdgeModulesNamespace
      Implicit
      This member is added by an implicit conversion from EdgeModulesNamespace toEnsuring[EdgeModulesNamespace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (EdgeModulesNamespace) => Boolean): EdgeModulesNamespace
      Implicit
      This member is added by an implicit conversion from EdgeModulesNamespace toEnsuring[EdgeModulesNamespace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): EdgeModulesNamespace
      Implicit
      This member is added by an implicit conversion from EdgeModulesNamespace toEnsuring[EdgeModulesNamespace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): EdgeModulesNamespace
      Implicit
      This member is added by an implicit conversion from EdgeModulesNamespace toEnsuring[EdgeModulesNamespace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. lazy val httpsEdgeMutualTls: HttpsEdgeMutualTlsModule

      Creates a service client for services.HttpsEdgeMutualTlsModule.

      returns

      a service client

    18. lazy val httpsEdgeRouteBackend: EdgeRouteBackendModule

      Creates a service client for services.EdgeRouteBackendModule.

      returns

      a service client

    19. lazy val httpsEdgeRouteCircuitBreaker: EdgeRouteCircuitBreakerModule

      Creates a service client for services.EdgeRouteCircuitBreakerModule.

    20. lazy val httpsEdgeRouteCompression: EdgeRouteCompressionModule

      Creates a service client for services.EdgeRouteCompressionModule.

      returns

      a service client

    21. lazy val httpsEdgeRouteWebhookVerification: EdgeRouteWebhookVerificationModule

      Creates a service client for services.EdgeRouteWebhookVerificationModule.

    22. lazy val httpsEdgeRouteWebsocketTcpConverter: EdgeRouteWebsocketTcpConverterModule

      Creates a service client for services.EdgeRouteWebsocketTcpConverterModule.

    23. lazy val httpsEdgeTlsTermination: HttpsEdgeTlsTerminationModule

      Creates a service client for services.HttpsEdgeTlsTerminationModule.

    24. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    25. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    26. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    27. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    28. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    29. lazy val tcpEdgeBackend: TcpEdgeBackendModule

      Creates a service client for services.TcpEdgeBackendModule.

      returns

      a service client

    30. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    31. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    32. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    33. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    34. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    35. lazy val tcpEdgeBackend: TcpEdgeBackendModule

      Creates a service client for services.TcpEdgeBackendModule.

      returns

      a service client

    36. lazy val tcpEdgeIpRestriction: TcpEdgeIpRestrictionModule

      Creates a service client for services.TcpEdgeIpRestrictionModule.

    37. lazy val tlsEdgeBackend: TlsEdgeBackendModule

      Creates a service client for services.TlsEdgeBackendModule.

      returns

      a service client

    38. lazy val tlsEdgeIpRestriction: TlsEdgeIpRestrictionModule

      Creates a service client for services.TlsEdgeIpRestrictionModule.

    39. lazy val tlsEdgeMutualTls: TlsEdgeMutualTlsModule

      Creates a service client for services.TlsEdgeMutualTlsModule.

      returns

      a service client

    40. lazy val tlsEdgeTlsTermination: TlsEdgeTlsTerminationModule

      Creates a service client for services.TlsEdgeTlsTerminationModule.

    41. def toString(): String
      Definition Classes
      AnyRef → Any
    42. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    43. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    44. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EdgeModulesNamespace, B)
      Implicit
      This member is added by an implicit conversion from EdgeModulesNamespace toArrowAssoc[EdgeModulesNamespace] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeModulesNamespace to any2stringadd[EdgeModulesNamespace]

    Inherited by implicit conversion StringFormat fromEdgeModulesNamespace to StringFormat[EdgeModulesNamespace]

    Inherited by implicit conversion Ensuring fromEdgeModulesNamespace to Ensuring[EdgeModulesNamespace]

    Inherited by implicit conversion ArrowAssoc fromEdgeModulesNamespace to ArrowAssoc[EdgeModulesNamespace]

    Ungrouped

    +

    returns

    a service client

  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from EdgeModulesNamespace toStringFormat[EdgeModulesNamespace] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (EdgeModulesNamespace, B)
    Implicit
    This member is added by an implicit conversion from EdgeModulesNamespace toArrowAssoc[EdgeModulesNamespace] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromEdgeModulesNamespace to any2stringadd[EdgeModulesNamespace]

Inherited by implicit conversion StringFormat fromEdgeModulesNamespace to StringFormat[EdgeModulesNamespace]

Inherited by implicit conversion Ensuring fromEdgeModulesNamespace to Ensuring[EdgeModulesNamespace]

Inherited by implicit conversion ArrowAssoc fromEdgeModulesNamespace to ArrowAssoc[EdgeModulesNamespace]

Ungrouped

diff --git a/docs/com/ngrok/Ngrok$EdgesNamespace.html b/docs/com/ngrok/Ngrok$EdgesNamespace.html index 427ce6d..15f5cc7 100644 --- a/docs/com/ngrok/Ngrok$EdgesNamespace.html +++ b/docs/com/ngrok/Ngrok$EdgesNamespace.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.Ngrok.EdgesNamespace

Packages

c

com.ngrok.Ngrok

EdgesNamespace

class EdgesNamespace extends AnyRef

A namespace object for Edges.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EdgesNamespace
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from EdgesNamespace toany2stringadd[EdgesNamespace] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (EdgesNamespace, B)
    Implicit
    This member is added by an implicit conversion from EdgesNamespace toArrowAssoc[EdgesNamespace] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def ensuring(cond: (EdgesNamespace) => Boolean, msg: => Any): EdgesNamespace
    Implicit
    This member is added by an implicit conversion from EdgesNamespace toEnsuring[EdgesNamespace] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (EdgesNamespace) => Boolean): EdgesNamespace
    Implicit
    This member is added by an implicit conversion from EdgesNamespace toEnsuring[EdgesNamespace] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: => Any): EdgesNamespace
    Implicit
    This member is added by an implicit conversion from EdgesNamespace toEnsuring[EdgesNamespace] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): EdgesNamespace
    Implicit
    This member is added by an implicit conversion from EdgesNamespace toEnsuring[EdgesNamespace] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from EdgesNamespace toStringFormat[EdgesNamespace] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. lazy val https: EdgesHttps

    Creates a service client for services.EdgesHttps.

    Creates a service client for services.EdgesHttps.

    See also https://ngrok.com/docs/api#api-edges-https +ngrok API Documentation (0.7.0) - com.ngrok.Ngrok.EdgesNamespace

    Packages

    c

    com.ngrok.Ngrok

    EdgesNamespace

    class EdgesNamespace extends AnyRef

    A namespace object for Edges.

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgesNamespace
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgesNamespace toany2stringadd[EdgesNamespace] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgesNamespace, B)
      Implicit
      This member is added by an implicit conversion from EdgesNamespace toArrowAssoc[EdgesNamespace] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (EdgesNamespace) => Boolean, msg: => Any): EdgesNamespace
      Implicit
      This member is added by an implicit conversion from EdgesNamespace toEnsuring[EdgesNamespace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (EdgesNamespace) => Boolean): EdgesNamespace
      Implicit
      This member is added by an implicit conversion from EdgesNamespace toEnsuring[EdgesNamespace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): EdgesNamespace
      Implicit
      This member is added by an implicit conversion from EdgesNamespace toEnsuring[EdgesNamespace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): EdgesNamespace
      Implicit
      This member is added by an implicit conversion from EdgesNamespace toEnsuring[EdgesNamespace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. lazy val https: EdgesHttps

      Creates a service client for services.EdgesHttps.

      returns

      a service client

    18. lazy val httpsRoutes: EdgesHttpsRoutes

      Creates a service client for services.EdgesHttpsRoutes.

      returns

      a service client

    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. lazy val tcp: EdgesTcp

      Creates a service client for services.EdgesTcp.

      Creates a service client for services.EdgesTcp.

      See also https://ngrok.com/docs/api#api-edges-tcp +

      returns

      a service client

    25. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    26. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    27. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    28. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    29. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    30. lazy val tcp: EdgesTcp

      Creates a service client for services.EdgesTcp.

      Creates a service client for services.EdgesTcp.

      See also https://ngrok.com/docs/api#api-edges-tcp

      returns

      a service client

    31. lazy val tls: EdgesTls

      Creates a service client for services.EdgesTls.

      Creates a service client for services.EdgesTls.

      See also https://ngrok.com/docs/api#api-edges-tls -

      returns

      a service client

    32. def toString(): String
      Definition Classes
      AnyRef → Any
    33. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    34. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    35. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EdgesNamespace, B)
      Implicit
      This member is added by an implicit conversion from EdgesNamespace toArrowAssoc[EdgesNamespace] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgesNamespace to any2stringadd[EdgesNamespace]

    Inherited by implicit conversion StringFormat fromEdgesNamespace to StringFormat[EdgesNamespace]

    Inherited by implicit conversion Ensuring fromEdgesNamespace to Ensuring[EdgesNamespace]

    Inherited by implicit conversion ArrowAssoc fromEdgesNamespace to ArrowAssoc[EdgesNamespace]

    Ungrouped

    +

    returns

    a service client

  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from EdgesNamespace toStringFormat[EdgesNamespace] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (EdgesNamespace, B)
    Implicit
    This member is added by an implicit conversion from EdgesNamespace toArrowAssoc[EdgesNamespace] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromEdgesNamespace to any2stringadd[EdgesNamespace]

Inherited by implicit conversion StringFormat fromEdgesNamespace to StringFormat[EdgesNamespace]

Inherited by implicit conversion Ensuring fromEdgesNamespace to Ensuring[EdgesNamespace]

Inherited by implicit conversion ArrowAssoc fromEdgesNamespace to ArrowAssoc[EdgesNamespace]

Ungrouped

diff --git a/docs/com/ngrok/Ngrok.html b/docs/com/ngrok/Ngrok.html index 237c3f8..67cc09e 100644 --- a/docs/com/ngrok/Ngrok.html +++ b/docs/com/ngrok/Ngrok.html @@ -1,14 +1,15 @@ -ngrok API Documentation (0.6.0) - com.ngrok.Ngrok

Packages

class Ngrok extends AnyRef

Main entry point for the ngrok API.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ngrok
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class BackendsNamespace extends AnyRef

    A namespace object for Backends.

  2. class EdgeModulesNamespace extends AnyRef

    A namespace object for EdgeModules.

  3. class EdgesNamespace extends AnyRef

    A namespace object for Edges.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Ngrok toany2stringadd[Ngrok] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Ngrok, B)
    Implicit
    This member is added by an implicit conversion from Ngrok toArrowAssoc[Ngrok] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. lazy val abuseReports: AbuseReports

    Abuse Reports allow you to submit take-down requests for URLs hosted by - ngrok that violate ngrok's terms of service.

    Abuse Reports allow you to submit take-down requests for URLs hosted by - ngrok that violate ngrok's terms of service.

    See also https://ngrok.com/docs/api#api-abuse-reports. +ngrok API Documentation (0.7.0) - com.ngrok.Ngrok

    Packages

    class Ngrok extends AnyRef

    Main entry point for the ngrok API.

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Ngrok
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Type Members

    1. class BackendsNamespace extends AnyRef

      A namespace object for Backends.

    2. class EdgeModulesNamespace extends AnyRef

      A namespace object for EdgeModules.

    3. class EdgesNamespace extends AnyRef

      A namespace object for Edges.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Ngrok toany2stringadd[Ngrok] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Ngrok, B)
      Implicit
      This member is added by an implicit conversion from Ngrok toArrowAssoc[Ngrok] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. lazy val abuseReports: AbuseReports

      Abuse Reports allow you to submit take-down requests for URLs hosted by + ngrok that violate ngrok's terms of service.

      Abuse Reports allow you to submit take-down requests for URLs hosted by + ngrok that violate ngrok's terms of service.

      See also https://ngrok.com/docs/api#api-abuse-reports.

      returns

      a service client

    7. lazy val agentIngresses: AgentIngresses

      Creates a service client for AgentIngresses.

      Creates a service client for AgentIngresses.

      See also https://ngrok.com/docs/api#api-agent-ingresses.

      returns

      a service client

    8. lazy val apiKeys: ApiKeys

      API Keys are used to authenticate to the <a href="https://ngrok.com/docs/api#authentication">ngrok API.

      API Keys are used to authenticate to the <a href="https://ngrok.com/docs/api#authentication">ngrok API. You may use the API itself - to provision and manage API Keys but you'll need to provision your first API + to provision and manage API Keys but you'll need to provision your first +API key from the API Keys page on your ngrok.com dashboard.

      See also https://ngrok.com/docs/api#api-api-keys. @@ -19,9 +20,9 @@ to verify that the TLS certificate presented by a client has been signed by this CA. Certificate Authorities are used only for mTLS validation only and thus a private key is not included in the resource.

      See also https://ngrok.com/docs/api#api-certificate-authorities. -

      returns

      a service client

    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. lazy val credentials: Credentials

      Tunnel Credentials are ngrok agent authtokens.

      Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok +

      returns

      a service client

    11. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    12. lazy val credentials: Credentials

      Tunnel Credentials are ngrok agent authtokens.

      Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok agent to connect the ngrok service as your account. They are installed with - the ngrok authtoken command or by specifying it in the + the ngrok config add-authtoken command or by specifying it in the ngrok.yml configuration file with the authtoken property.

      See also https://ngrok.com/docs/api#api-credentials.

      returns

      a service client

    13. lazy val edgeModules: EdgeModulesNamespace

      Creates a namespace object for EdgeModules.

      Creates a namespace object for EdgeModules. @@ -30,10 +31,10 @@ which define what tunnel or edge is used to serve a hostport.

      Endpoints provides an API for querying the endpoint objects which define what tunnel or edge is used to serve a hostport. Only active endpoints associated with a tunnel or backend are returned.

      See also https://ngrok.com/docs/api#api-endpoints. -

      returns

      a service client

    14. def ensuring(cond: (Ngrok) => Boolean, msg: => Any): Ngrok
      Implicit
      This member is added by an implicit conversion from Ngrok toEnsuring[Ngrok] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: (Ngrok) => Boolean): Ngrok
      Implicit
      This member is added by an implicit conversion from Ngrok toEnsuring[Ngrok] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. def ensuring(cond: Boolean, msg: => Any): Ngrok
      Implicit
      This member is added by an implicit conversion from Ngrok toEnsuring[Ngrok] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    17. def ensuring(cond: Boolean): Ngrok
      Implicit
      This member is added by an implicit conversion from Ngrok toEnsuring[Ngrok] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    18. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    20. lazy val eventDestinations: EventDestinations

      Creates a service client for EventDestinations.

      Creates a service client for EventDestinations.

      See also https://ngrok.com/docs/api#api-event-destinations. +

      returns

      a service client

    21. def ensuring(cond: (Ngrok) => Boolean, msg: => Any): Ngrok
      Implicit
      This member is added by an implicit conversion from Ngrok toEnsuring[Ngrok] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    22. def ensuring(cond: (Ngrok) => Boolean): Ngrok
      Implicit
      This member is added by an implicit conversion from Ngrok toEnsuring[Ngrok] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    23. def ensuring(cond: Boolean, msg: => Any): Ngrok
      Implicit
      This member is added by an implicit conversion from Ngrok toEnsuring[Ngrok] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    24. def ensuring(cond: Boolean): Ngrok
      Implicit
      This member is added by an implicit conversion from Ngrok toEnsuring[Ngrok] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    25. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    26. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    27. lazy val eventDestinations: EventDestinations

      Creates a service client for EventDestinations.

      Creates a service client for EventDestinations.

      See also https://ngrok.com/docs/api#api-event-destinations.

      returns

      a service client

    28. lazy val eventSources: EventSources

      Creates a service client for EventSources.

      Creates a service client for EventSources.

      See also https://ngrok.com/docs/api#api-event-sources.

      returns

      a service client

    29. lazy val eventSubscriptions: EventSubscriptions

      Creates a service client for EventSubscriptions.

      Creates a service client for EventSubscriptions.

      See also https://ngrok.com/docs/api#api-event-subscriptions. -

      returns

      a service client

    30. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    31. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Ngrok toStringFormat[Ngrok] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    32. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    33. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    34. lazy val ipPolicies: IpPolicies

      IP Policies are reusable groups of CIDR ranges with an allow or +

    returns

    a service client

  7. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. lazy val ipPolicies: IpPolicies

    IP Policies are reusable groups of CIDR ranges with an allow or deny action.

    IP Policies are reusable groups of CIDR ranges with an allow or deny @@ -50,13 +51,13 @@ restrictions can be used to enforce the source IPs that can make API requests, log in to the dashboard, start ngrok agents, and connect to your public-facing endpoints.

    See also https://ngrok.com/docs/api#api-ip-restrictions. -

    returns

    a service client

  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. lazy val reservedAddrs: ReservedAddrs

    Reserved Addresses are TCP addresses that can be used to listen for traffic.

    Reserved Addresses are TCP addresses that can be used to listen for traffic. +

    returns

    a service client

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. lazy val reservedAddrs: ReservedAddrs

    Reserved Addresses are TCP addresses that can be used to listen for traffic.

    Reserved Addresses are TCP addresses that can be used to listen for traffic. TCP address hostnames and ports are assigned by ngrok, they cannot be chosen.

    See also https://ngrok.com/docs/api#api-reserved-addrs.

    returns

    a service client

  21. lazy val reservedDomains: ReservedDomains

    Reserved Domains are hostnames that you can listen for traffic on.

    Reserved Domains are hostnames that you can listen for traffic on. Domains can be used to listen for http, https or tls traffic. You may use a domain that you own by creating a CNAME record specified in the returned resource. - This CNAME record points traffic for that domain to ngrok's edge servers.

    See also https://ngrok.com/docs/api#api-reserved-domains. + This CNAME record points traffic for that domain to ngrok's edge servers.

    See also https://ngrok.com/docs/api#api-reserved-domains.

    returns

    a service client

  22. lazy val sshCertificateAuthorities: SshCertificateAuthorities

    An SSH Certificate Authority is a pair of an SSH Certificate and its private key that can be used to sign other SSH host and user certificates.

    An SSH Certificate Authority is a pair of an SSH Certificate and its private key that can be used to sign other SSH host and user certificates.

    See also https://ngrok.com/docs/api#api-ssh-certificate-authorities. @@ -85,4 +86,6 @@

    returns

    a service client

  23. lazy val tunnels: Tunnels

    Tunnels provide endpoints to access services exposed by a running ngrok agent tunnel session or an SSH reverse tunnel session.

    Tunnels provide endpoints to access services exposed by a running ngrok agent tunnel session or an SSH reverse tunnel session.

    See also https://ngrok.com/docs/api#api-tunnels. -

    returns

    a service client

  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def [B](y: B): (Ngrok, B)
    Implicit
    This member is added by an implicit conversion from Ngrok toArrowAssoc[Ngrok] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromNgrok to any2stringadd[Ngrok]

Inherited by implicit conversion StringFormat fromNgrok to StringFormat[Ngrok]

Inherited by implicit conversion Ensuring fromNgrok to Ensuring[Ngrok]

Inherited by implicit conversion ArrowAssoc fromNgrok to ArrowAssoc[Ngrok]

Ungrouped

+

returns

a service client

  • final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  • Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Ngrok toStringFormat[Ngrok] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (Ngrok, B)
      Implicit
      This member is added by an implicit conversion from Ngrok toArrowAssoc[Ngrok] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromNgrok to any2stringadd[Ngrok]

    Inherited by implicit conversion StringFormat fromNgrok to StringFormat[Ngrok]

    Inherited by implicit conversion Ensuring fromNgrok to Ensuring[Ngrok]

    Inherited by implicit conversion ArrowAssoc fromNgrok to ArrowAssoc[Ngrok]

    Ungrouped

    diff --git a/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Delete$.html b/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Delete$.html index 2a7fd15..bffda6e 100644 --- a/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Delete$.html +++ b/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Delete$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.NgrokApiClient.HttpMethod.Delete

    Packages

    case object Delete extends HttpMethod with Product with Serializable

    HTTP DELETE

    Linear Supertypes
    HttpMethod, Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Delete
    2. HttpMethod
    3. Serializable
    4. Product
    5. Equals
    6. AnyRef
    7. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. def productElementName(n: Int): String
      Definition Classes
      Product
    15. def productElementNames: Iterator[String]
      Definition Classes
      Product
    16. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from HttpMethod

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.NgrokApiClient.HttpMethod.Delete

    Packages

    case object Delete extends HttpMethod with Product with Serializable

    HTTP DELETE

    Linear Supertypes
    HttpMethod, Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Delete
    2. HttpMethod
    3. Serializable
    4. Product
    5. Equals
    6. AnyRef
    7. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. def productElementName(n: Int): String
      Definition Classes
      Product
    15. def productElementNames: Iterator[String]
      Definition Classes
      Product
    16. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from HttpMethod

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Get$.html b/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Get$.html index f4314c1..b00b7e6 100644 --- a/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Get$.html +++ b/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Get$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.NgrokApiClient.HttpMethod.Get

    Packages

    case object Get extends HttpMethod with Product with Serializable

    HTTP GET

    Linear Supertypes
    HttpMethod, Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Get
    2. HttpMethod
    3. Serializable
    4. Product
    5. Equals
    6. AnyRef
    7. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. def productElementName(n: Int): String
      Definition Classes
      Product
    15. def productElementNames: Iterator[String]
      Definition Classes
      Product
    16. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from HttpMethod

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.NgrokApiClient.HttpMethod.Get

    Packages

    case object Get extends HttpMethod with Product with Serializable

    HTTP GET

    Linear Supertypes
    HttpMethod, Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Get
    2. HttpMethod
    3. Serializable
    4. Product
    5. Equals
    6. AnyRef
    7. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. def productElementName(n: Int): String
      Definition Classes
      Product
    15. def productElementNames: Iterator[String]
      Definition Classes
      Product
    16. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from HttpMethod

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Patch$.html b/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Patch$.html index bb171b9..8827b84 100644 --- a/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Patch$.html +++ b/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Patch$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.NgrokApiClient.HttpMethod.Patch

    Packages

    case object Patch extends HttpMethod with Product with Serializable

    HTTP PATCH

    Linear Supertypes
    HttpMethod, Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Patch
    2. HttpMethod
    3. Serializable
    4. Product
    5. Equals
    6. AnyRef
    7. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. def productElementName(n: Int): String
      Definition Classes
      Product
    15. def productElementNames: Iterator[String]
      Definition Classes
      Product
    16. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from HttpMethod

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.NgrokApiClient.HttpMethod.Patch

    Packages

    case object Patch extends HttpMethod with Product with Serializable

    HTTP PATCH

    Linear Supertypes
    HttpMethod, Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Patch
    2. HttpMethod
    3. Serializable
    4. Product
    5. Equals
    6. AnyRef
    7. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. def productElementName(n: Int): String
      Definition Classes
      Product
    15. def productElementNames: Iterator[String]
      Definition Classes
      Product
    16. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from HttpMethod

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Post$.html b/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Post$.html index f8dda99..2eaab30 100644 --- a/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Post$.html +++ b/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Post$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.NgrokApiClient.HttpMethod.Post

    Packages

    case object Post extends HttpMethod with Product with Serializable

    HTTP POST

    Linear Supertypes
    HttpMethod, Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Post
    2. HttpMethod
    3. Serializable
    4. Product
    5. Equals
    6. AnyRef
    7. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. def productElementName(n: Int): String
      Definition Classes
      Product
    15. def productElementNames: Iterator[String]
      Definition Classes
      Product
    16. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from HttpMethod

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.NgrokApiClient.HttpMethod.Post

    Packages

    case object Post extends HttpMethod with Product with Serializable

    HTTP POST

    Linear Supertypes
    HttpMethod, Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Post
    2. HttpMethod
    3. Serializable
    4. Product
    5. Equals
    6. AnyRef
    7. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. def productElementName(n: Int): String
      Definition Classes
      Product
    15. def productElementNames: Iterator[String]
      Definition Classes
      Product
    16. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from HttpMethod

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Put$.html b/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Put$.html index a4f0d4d..8adced9 100644 --- a/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Put$.html +++ b/docs/com/ngrok/NgrokApiClient$$HttpMethod$$Put$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.NgrokApiClient.HttpMethod.Put

    Packages

    case object Put extends HttpMethod with Product with Serializable

    HTTP PUT

    Linear Supertypes
    HttpMethod, Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Put
    2. HttpMethod
    3. Serializable
    4. Product
    5. Equals
    6. AnyRef
    7. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. def productElementName(n: Int): String
      Definition Classes
      Product
    15. def productElementNames: Iterator[String]
      Definition Classes
      Product
    16. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from HttpMethod

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.NgrokApiClient.HttpMethod.Put

    Packages

    case object Put extends HttpMethod with Product with Serializable

    HTTP PUT

    Linear Supertypes
    HttpMethod, Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Put
    2. HttpMethod
    3. Serializable
    4. Product
    5. Equals
    6. AnyRef
    7. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    11. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    12. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    13. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. def productElementName(n: Int): String
      Definition Classes
      Product
    15. def productElementNames: Iterator[String]
      Definition Classes
      Product
    16. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from HttpMethod

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/NgrokApiClient$$HttpMethod$.html b/docs/com/ngrok/NgrokApiClient$$HttpMethod$.html index 3c3ac3f..5f39671 100644 --- a/docs/com/ngrok/NgrokApiClient$$HttpMethod$.html +++ b/docs/com/ngrok/NgrokApiClient$$HttpMethod$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.NgrokApiClient.HttpMethod

    Packages

    object HttpMethod extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpMethod
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    20. case object Delete extends HttpMethod with Product with Serializable

      HTTP DELETE

    21. case object Get extends HttpMethod with Product with Serializable

      HTTP GET

    22. case object Patch extends HttpMethod with Product with Serializable

      HTTP PATCH

    23. case object Post extends HttpMethod with Product with Serializable

      HTTP POST

    24. case object Put extends HttpMethod with Product with Serializable

      HTTP PUT

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.NgrokApiClient.HttpMethod

    Packages

    object HttpMethod extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpMethod
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    20. case object Delete extends HttpMethod with Product with Serializable

      HTTP DELETE

    21. case object Get extends HttpMethod with Product with Serializable

      HTTP GET

    22. case object Patch extends HttpMethod with Product with Serializable

      HTTP PATCH

    23. case object Post extends HttpMethod with Product with Serializable

      HTTP POST

    24. case object Put extends HttpMethod with Product with Serializable

      HTTP PUT

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/NgrokApiClient$$HttpMethod.html b/docs/com/ngrok/NgrokApiClient$$HttpMethod.html index 157ad73..156406f 100644 --- a/docs/com/ngrok/NgrokApiClient$$HttpMethod.html +++ b/docs/com/ngrok/NgrokApiClient$$HttpMethod.html @@ -1,2 +1,4 @@ -ngrok API Documentation (0.6.0) - com.ngrok.NgrokApiClient.HttpMethod

    Packages

    sealed trait HttpMethod extends Product with Serializable

    HTTP request methods.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Known Subclasses
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpMethod
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Abstract Value Members

    1. abstract def canEqual(that: Any): Boolean
      Definition Classes
      Equals
    2. abstract def productArity: Int
      Definition Classes
      Product
    3. abstract def productElement(n: Int): Any
      Definition Classes
      Product

    Concrete Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpMethod toany2stringadd[HttpMethod] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpMethod, B)
      Implicit
      This member is added by an implicit conversion from HttpMethod toArrowAssoc[HttpMethod] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (HttpMethod) => Boolean, msg: => Any): HttpMethod
      Implicit
      This member is added by an implicit conversion from HttpMethod toEnsuring[HttpMethod] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (HttpMethod) => Boolean): HttpMethod
      Implicit
      This member is added by an implicit conversion from HttpMethod toEnsuring[HttpMethod] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): HttpMethod
      Implicit
      This member is added by an implicit conversion from HttpMethod toEnsuring[HttpMethod] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): HttpMethod
      Implicit
      This member is added by an implicit conversion from HttpMethod toEnsuring[HttpMethod] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpMethod toStringFormat[HttpMethod] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementName(n: Int): String
      Definition Classes
      Product
    23. def productElementNames: Iterator[String]
      Definition Classes
      Product
    24. def productIterator: Iterator[Any]
      Definition Classes
      Product
    25. def productPrefix: String
      Definition Classes
      Product
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (HttpMethod, B)
      Implicit
      This member is added by an implicit conversion from HttpMethod toArrowAssoc[HttpMethod] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpMethod to any2stringadd[HttpMethod]

    Inherited by implicit conversion StringFormat fromHttpMethod to StringFormat[HttpMethod]

    Inherited by implicit conversion Ensuring fromHttpMethod to Ensuring[HttpMethod]

    Inherited by implicit conversion ArrowAssoc fromHttpMethod to ArrowAssoc[HttpMethod]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.NgrokApiClient.HttpMethod

    Packages

    sealed trait HttpMethod extends Product with Serializable

    HTTP request methods.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Known Subclasses
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpMethod
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Abstract Value Members

    1. abstract def canEqual(that: Any): Boolean
      Definition Classes
      Equals
    2. abstract def productArity: Int
      Definition Classes
      Product
    3. abstract def productElement(n: Int): Any
      Definition Classes
      Product

    Concrete Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpMethod toany2stringadd[HttpMethod] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpMethod, B)
      Implicit
      This member is added by an implicit conversion from HttpMethod toArrowAssoc[HttpMethod] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (HttpMethod) => Boolean, msg: => Any): HttpMethod
      Implicit
      This member is added by an implicit conversion from HttpMethod toEnsuring[HttpMethod] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (HttpMethod) => Boolean): HttpMethod
      Implicit
      This member is added by an implicit conversion from HttpMethod toEnsuring[HttpMethod] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): HttpMethod
      Implicit
      This member is added by an implicit conversion from HttpMethod toEnsuring[HttpMethod] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): HttpMethod
      Implicit
      This member is added by an implicit conversion from HttpMethod toEnsuring[HttpMethod] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementName(n: Int): String
      Definition Classes
      Product
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. def productIterator: Iterator[Any]
      Definition Classes
      Product
    24. def productPrefix: String
      Definition Classes
      Product
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpMethod toStringFormat[HttpMethod] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (HttpMethod, B)
      Implicit
      This member is added by an implicit conversion from HttpMethod toArrowAssoc[HttpMethod] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpMethod to any2stringadd[HttpMethod]

    Inherited by implicit conversion StringFormat fromHttpMethod to StringFormat[HttpMethod]

    Inherited by implicit conversion Ensuring fromHttpMethod to Ensuring[HttpMethod]

    Inherited by implicit conversion ArrowAssoc fromHttpMethod to ArrowAssoc[HttpMethod]

    Ungrouped

    diff --git a/docs/com/ngrok/NgrokApiClient$.html b/docs/com/ngrok/NgrokApiClient$.html index 52d86e9..a571d81 100644 --- a/docs/com/ngrok/NgrokApiClient$.html +++ b/docs/com/ngrok/NgrokApiClient$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.NgrokApiClient

    Packages

    object NgrokApiClient

    Helpful constants and enums for making API requests.

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. NgrokApiClient
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Type Members

    1. sealed trait HttpMethod extends Product with Serializable

      HTTP request methods.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final val DefaultBaseUri: URI

      The default base URI for the public ngrok API server.

    5. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    6. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    7. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    8. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    9. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    10. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    13. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    17. def toString(): String
      Definition Classes
      AnyRef → Any
    18. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    21. object HttpMethod extends Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.NgrokApiClient

    Packages

    object NgrokApiClient

    Helpful constants and enums for making API requests.

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. NgrokApiClient
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Type Members

    1. sealed trait HttpMethod extends Product with Serializable

      HTTP request methods.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final val DefaultBaseUri: URI

      The default base URI for the public ngrok API server.

    5. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    6. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    7. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    8. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    9. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    10. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    13. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    17. def toString(): String
      Definition Classes
      AnyRef → Any
    18. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    21. object HttpMethod extends Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/NgrokApiClient.html b/docs/com/ngrok/NgrokApiClient.html index 86f7d81..0d7b432 100644 --- a/docs/com/ngrok/NgrokApiClient.html +++ b/docs/com/ngrok/NgrokApiClient.html @@ -1,7 +1,9 @@ -ngrok API Documentation (0.6.0) - com.ngrok.NgrokApiClient

    Packages

    trait NgrokApiClient extends AnyRef

    API client interface.

    Concrete implementations can be written and passed to Ngrok on construction +ngrok API Documentation (0.7.0) - com.ngrok.NgrokApiClient

    Packages

    trait NgrokApiClient extends AnyRef

    API client interface.

    Concrete implementations can be written and passed to Ngrok on construction in order to make HTTP requests or test business logic. -

    Linear Supertypes
    Known Subclasses
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. NgrokApiClient
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Abstract Value Members

    1. abstract def sendRequest[O](method: HttpMethod, endpoint: String, queryParams: List[(String, Option[Any])], body: Option[Json])(implicit arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]

      Sends a request to the ngrok API.

      Sends a request to the ngrok API. -

      O

      the return type for the API response (must have an implicit io.circe.Decoder and scala.reflect.ClassTag)

      method

      the HTTP method to use

      endpoint

      the endpoint (under the base URI) to send the request to

      queryParams

      any query parameters to send along with the request (parameters with an empty - value will not be sent)

      body

      JSON request body, if any

      ec

      an execution context

      returns

      a future encapsulating the response type

    2. abstract def sendRequest[O](uri: URI)(implicit arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]

      Sends a GET request directly to the specified URI.

      Sends a GET request directly to the specified URI. -

      O

      the return type for the API response (must have an implicit io.circe.Decoder and scala.reflect.ClassTag)

      uri

      a URI to send the request to

      ec

      an execution context

      returns

      a future encapsulating the response type

    Concrete Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toany2stringadd[NgrokApiClient] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (NgrokApiClient, B)
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toArrowAssoc[NgrokApiClient] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (NgrokApiClient) => Boolean, msg: => Any): NgrokApiClient
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toEnsuring[NgrokApiClient] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (NgrokApiClient) => Boolean): NgrokApiClient
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toEnsuring[NgrokApiClient] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): NgrokApiClient
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toEnsuring[NgrokApiClient] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): NgrokApiClient
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toEnsuring[NgrokApiClient] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toStringFormat[NgrokApiClient] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. def toString(): String
      Definition Classes
      AnyRef → Any
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (NgrokApiClient, B)
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toArrowAssoc[NgrokApiClient] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromNgrokApiClient to any2stringadd[NgrokApiClient]

    Inherited by implicit conversion StringFormat fromNgrokApiClient to StringFormat[NgrokApiClient]

    Inherited by implicit conversion Ensuring fromNgrokApiClient to Ensuring[NgrokApiClient]

    Inherited by implicit conversion ArrowAssoc fromNgrokApiClient to ArrowAssoc[NgrokApiClient]

    Ungrouped

    +

    Linear Supertypes
    Known Subclasses
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. NgrokApiClient
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Abstract Value Members

    1. abstract def sendRequest[O](method: HttpMethod, endpoint: String, queryParams: List[(String, Option[Any])], body: Option[Json])(implicit arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]

      Sends a request to the ngrok API.

      Sends a request to the ngrok API. +

      O

      the return type for the API response (must have an implicit io.circe.Decoder and scala.reflect.ClassTag)

      method

      the HTTP method to use

      endpoint

      the endpoint (under the base URI) to send the request to

      queryParams

      any query parameters to send along with the request (parameters with an empty + value will not be sent)

      body

      JSON request body, if any

      ec

      an execution context

      returns

      a future encapsulating the response type

    2. abstract def sendRequest[O](uri: URI)(implicit arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]

      Sends a GET request directly to the specified URI.

      Sends a GET request directly to the specified URI. +

      O

      the return type for the API response (must have an implicit io.circe.Decoder and scala.reflect.ClassTag)

      uri

      a URI to send the request to

      ec

      an execution context

      returns

      a future encapsulating the response type

    Concrete Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toany2stringadd[NgrokApiClient] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (NgrokApiClient, B)
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toArrowAssoc[NgrokApiClient] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (NgrokApiClient) => Boolean, msg: => Any): NgrokApiClient
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toEnsuring[NgrokApiClient] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (NgrokApiClient) => Boolean): NgrokApiClient
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toEnsuring[NgrokApiClient] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): NgrokApiClient
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toEnsuring[NgrokApiClient] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): NgrokApiClient
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toEnsuring[NgrokApiClient] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    22. def toString(): String
      Definition Classes
      AnyRef → Any
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toStringFormat[NgrokApiClient] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (NgrokApiClient, B)
      Implicit
      This member is added by an implicit conversion from NgrokApiClient toArrowAssoc[NgrokApiClient] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromNgrokApiClient to any2stringadd[NgrokApiClient]

    Inherited by implicit conversion StringFormat fromNgrokApiClient to StringFormat[NgrokApiClient]

    Inherited by implicit conversion Ensuring fromNgrokApiClient to Ensuring[NgrokApiClient]

    Inherited by implicit conversion ArrowAssoc fromNgrokApiClient to ArrowAssoc[NgrokApiClient]

    Ungrouped

    diff --git a/docs/com/ngrok/Version$.html b/docs/com/ngrok/Version$.html index ff22e05..91d030d 100644 --- a/docs/com/ngrok/Version$.html +++ b/docs/com/ngrok/Version$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.Version

    Packages

    o

    com.ngrok

    Version

    object Version

    Client version information.

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Version
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final val ApiVersion: String

      The ngrok API version in use.

    5. final val ClientVersion: String

      This API client's version string

    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.Version

    Packages

    o

    com.ngrok

    Version

    object Version

    Client version information.

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Version
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final val ApiVersion: String

      The ngrok API version in use.

    5. final val ClientVersion: String

      This API client's version string

    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/AbuseReport$.html b/docs/com/ngrok/definitions/AbuseReport$.html index e0548c4..3f94e8a 100644 --- a/docs/com/ngrok/definitions/AbuseReport$.html +++ b/docs/com/ngrok/definitions/AbuseReport$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.AbuseReport

    Packages

    object AbuseReport extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AbuseReport
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeAbuseReport: Decoder[AbuseReport]
    7. implicit val encodeAbuseReport: Encoder[AbuseReport]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.AbuseReport

    Packages

    object AbuseReport extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AbuseReport
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeAbuseReport: Decoder[AbuseReport]
    7. implicit val encodeAbuseReport: Encoder[AbuseReport]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/AbuseReport.html b/docs/com/ngrok/definitions/AbuseReport.html index 72128ad..7926c08 100644 --- a/docs/com/ngrok/definitions/AbuseReport.html +++ b/docs/com/ngrok/definitions/AbuseReport.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.AbuseReport

    Packages

    final case class AbuseReport(id: String, uri: URI, createdAt: OffsetDateTime, urls: List[URI], metadata: String, status: String, hostnames: List[AbuseReportHostname]) extends Product with Serializable

    A class encapsulating the AbuseReport resource. -

    id

    ID of the abuse report

    uri

    URI of the abuse report API resource

    createdAt

    timestamp that the abuse report record was created in RFC 3339 format

    urls

    a list of URLs containing suspected abusive content

    metadata

    arbitrary user-defined data about this abuse report. Optional, max 4096 bytes.

    status

    Indicates whether ngrok has processed the abuse report. one of PENDING, PROCESSED, or PARTIALLY_PROCESSED

    hostnames

    an array of hostname statuses related to the report

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AbuseReport
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new AbuseReport(id: String, uri: URI, createdAt: OffsetDateTime, urls: List[URI], metadata: String, status: String, hostnames: List[AbuseReportHostname])

      create a new AbuseReport.

      create a new AbuseReport.

      id

      ID of the abuse report

      uri

      URI of the abuse report API resource

      createdAt

      timestamp that the abuse report record was created in RFC 3339 format

      urls

      a list of URLs containing suspected abusive content

      metadata

      arbitrary user-defined data about this abuse report. Optional, max 4096 bytes.

      status

      Indicates whether ngrok has processed the abuse report. one of PENDING, PROCESSED, or PARTIALLY_PROCESSED

      hostnames

      an array of hostname statuses related to the report

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from AbuseReport toany2stringadd[AbuseReport] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (AbuseReport, B)
      Implicit
      This member is added by an implicit conversion from AbuseReport toArrowAssoc[AbuseReport] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. def ensuring(cond: (AbuseReport) => Boolean, msg: => Any): AbuseReport
      Implicit
      This member is added by an implicit conversion from AbuseReport toEnsuring[AbuseReport] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (AbuseReport) => Boolean): AbuseReport
      Implicit
      This member is added by an implicit conversion from AbuseReport toEnsuring[AbuseReport] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): AbuseReport
      Implicit
      This member is added by an implicit conversion from AbuseReport toEnsuring[AbuseReport] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): AbuseReport
      Implicit
      This member is added by an implicit conversion from AbuseReport toEnsuring[AbuseReport] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AbuseReport toStringFormat[AbuseReport] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. val hostnames: List[AbuseReportHostname]
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val metadata: String
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. val status: String
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. val uri: URI
    28. val urls: List[URI]
    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (AbuseReport, B)
      Implicit
      This member is added by an implicit conversion from AbuseReport toArrowAssoc[AbuseReport] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAbuseReport to any2stringadd[AbuseReport]

    Inherited by implicit conversion StringFormat fromAbuseReport to StringFormat[AbuseReport]

    Inherited by implicit conversion Ensuring fromAbuseReport to Ensuring[AbuseReport]

    Inherited by implicit conversion ArrowAssoc fromAbuseReport to ArrowAssoc[AbuseReport]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.AbuseReport

    Packages

    final case class AbuseReport(id: String, uri: URI, createdAt: OffsetDateTime, urls: List[URI], metadata: String, status: String, hostnames: List[AbuseReportHostname]) extends Product with Serializable

    A class encapsulating the AbuseReport resource. +

    id

    ID of the abuse report

    uri

    URI of the abuse report API resource

    createdAt

    timestamp that the abuse report record was created in RFC 3339 format

    urls

    a list of URLs containing suspected abusive content

    metadata

    arbitrary user-defined data about this abuse report. Optional, max 4096 bytes.

    status

    Indicates whether ngrok has processed the abuse report. one of PENDING, PROCESSED, or PARTIALLY_PROCESSED

    hostnames

    an array of hostname statuses related to the report

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AbuseReport
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new AbuseReport(id: String, uri: URI, createdAt: OffsetDateTime, urls: List[URI], metadata: String, status: String, hostnames: List[AbuseReportHostname])

      create a new AbuseReport.

      create a new AbuseReport.

      id

      ID of the abuse report

      uri

      URI of the abuse report API resource

      createdAt

      timestamp that the abuse report record was created in RFC 3339 format

      urls

      a list of URLs containing suspected abusive content

      metadata

      arbitrary user-defined data about this abuse report. Optional, max 4096 bytes.

      status

      Indicates whether ngrok has processed the abuse report. one of PENDING, PROCESSED, or PARTIALLY_PROCESSED

      hostnames

      an array of hostname statuses related to the report

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from AbuseReport toany2stringadd[AbuseReport] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (AbuseReport, B)
      Implicit
      This member is added by an implicit conversion from AbuseReport toArrowAssoc[AbuseReport] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. def ensuring(cond: (AbuseReport) => Boolean, msg: => Any): AbuseReport
      Implicit
      This member is added by an implicit conversion from AbuseReport toEnsuring[AbuseReport] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (AbuseReport) => Boolean): AbuseReport
      Implicit
      This member is added by an implicit conversion from AbuseReport toEnsuring[AbuseReport] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): AbuseReport
      Implicit
      This member is added by an implicit conversion from AbuseReport toEnsuring[AbuseReport] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): AbuseReport
      Implicit
      This member is added by an implicit conversion from AbuseReport toEnsuring[AbuseReport] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. val hostnames: List[AbuseReportHostname]
    17. val id: String
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. val metadata: String
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def productElementNames: Iterator[String]
      Definition Classes
      Product
    24. val status: String
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. val uri: URI
    27. val urls: List[URI]
    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AbuseReport toStringFormat[AbuseReport] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (AbuseReport, B)
      Implicit
      This member is added by an implicit conversion from AbuseReport toArrowAssoc[AbuseReport] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAbuseReport to any2stringadd[AbuseReport]

    Inherited by implicit conversion StringFormat fromAbuseReport to StringFormat[AbuseReport]

    Inherited by implicit conversion Ensuring fromAbuseReport to Ensuring[AbuseReport]

    Inherited by implicit conversion ArrowAssoc fromAbuseReport to ArrowAssoc[AbuseReport]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/AbuseReportHostname$.html b/docs/com/ngrok/definitions/AbuseReportHostname$.html index 48a8c32..c9681df 100644 --- a/docs/com/ngrok/definitions/AbuseReportHostname$.html +++ b/docs/com/ngrok/definitions/AbuseReportHostname$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.AbuseReportHostname

    Packages

    object AbuseReportHostname extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AbuseReportHostname
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeAbuseReportHostname: Decoder[AbuseReportHostname]
    7. implicit val encodeAbuseReportHostname: Encoder[AbuseReportHostname]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.AbuseReportHostname

    Packages

    object AbuseReportHostname extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AbuseReportHostname
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeAbuseReportHostname: Decoder[AbuseReportHostname]
    7. implicit val encodeAbuseReportHostname: Encoder[AbuseReportHostname]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/AbuseReportHostname.html b/docs/com/ngrok/definitions/AbuseReportHostname.html index e966f31..acbd0f4 100644 --- a/docs/com/ngrok/definitions/AbuseReportHostname.html +++ b/docs/com/ngrok/definitions/AbuseReportHostname.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.AbuseReportHostname

    Packages

    final case class AbuseReportHostname(hostname: String, status: String) extends Product with Serializable

    A class encapsulating the AbuseReportHostname resource. -

    hostname

    the hostname ngrok has parsed out of one of the reported URLs in this abuse report

    status

    indicates what action ngrok has taken against the hostname. one of PENDING, BANNED, UNBANNED, or IGNORE

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AbuseReportHostname
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new AbuseReportHostname(hostname: String, status: String)

      create a new AbuseReportHostname.

      create a new AbuseReportHostname.

      hostname

      the hostname ngrok has parsed out of one of the reported URLs in this abuse report

      status

      indicates what action ngrok has taken against the hostname. one of PENDING, BANNED, UNBANNED, or IGNORE

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toany2stringadd[AbuseReportHostname] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (AbuseReportHostname, B)
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toArrowAssoc[AbuseReportHostname] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (AbuseReportHostname) => Boolean, msg: => Any): AbuseReportHostname
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toEnsuring[AbuseReportHostname] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (AbuseReportHostname) => Boolean): AbuseReportHostname
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toEnsuring[AbuseReportHostname] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): AbuseReportHostname
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toEnsuring[AbuseReportHostname] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): AbuseReportHostname
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toEnsuring[AbuseReportHostname] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toStringFormat[AbuseReportHostname] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. val hostname: String
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. val status: String
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (AbuseReportHostname, B)
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toArrowAssoc[AbuseReportHostname] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAbuseReportHostname to any2stringadd[AbuseReportHostname]

    Inherited by implicit conversion StringFormat fromAbuseReportHostname to StringFormat[AbuseReportHostname]

    Inherited by implicit conversion Ensuring fromAbuseReportHostname to Ensuring[AbuseReportHostname]

    Inherited by implicit conversion ArrowAssoc fromAbuseReportHostname to ArrowAssoc[AbuseReportHostname]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.AbuseReportHostname

    Packages

    final case class AbuseReportHostname(hostname: String, status: String) extends Product with Serializable

    A class encapsulating the AbuseReportHostname resource. +

    hostname

    the hostname ngrok has parsed out of one of the reported URLs in this abuse report

    status

    indicates what action ngrok has taken against the hostname. one of PENDING, BANNED, UNBANNED, or IGNORE

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AbuseReportHostname
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new AbuseReportHostname(hostname: String, status: String)

      create a new AbuseReportHostname.

      create a new AbuseReportHostname.

      hostname

      the hostname ngrok has parsed out of one of the reported URLs in this abuse report

      status

      indicates what action ngrok has taken against the hostname. one of PENDING, BANNED, UNBANNED, or IGNORE

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toany2stringadd[AbuseReportHostname] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (AbuseReportHostname, B)
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toArrowAssoc[AbuseReportHostname] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (AbuseReportHostname) => Boolean, msg: => Any): AbuseReportHostname
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toEnsuring[AbuseReportHostname] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (AbuseReportHostname) => Boolean): AbuseReportHostname
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toEnsuring[AbuseReportHostname] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): AbuseReportHostname
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toEnsuring[AbuseReportHostname] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): AbuseReportHostname
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toEnsuring[AbuseReportHostname] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. val hostname: String
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. val status: String
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toStringFormat[AbuseReportHostname] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (AbuseReportHostname, B)
      Implicit
      This member is added by an implicit conversion from AbuseReportHostname toArrowAssoc[AbuseReportHostname] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAbuseReportHostname to any2stringadd[AbuseReportHostname]

    Inherited by implicit conversion StringFormat fromAbuseReportHostname to StringFormat[AbuseReportHostname]

    Inherited by implicit conversion Ensuring fromAbuseReportHostname to Ensuring[AbuseReportHostname]

    Inherited by implicit conversion ArrowAssoc fromAbuseReportHostname to ArrowAssoc[AbuseReportHostname]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/AgentIngress$.html b/docs/com/ngrok/definitions/AgentIngress$.html index 7e38ac7..a883033 100644 --- a/docs/com/ngrok/definitions/AgentIngress$.html +++ b/docs/com/ngrok/definitions/AgentIngress$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.AgentIngress

    Packages

    object AgentIngress extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AgentIngress
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeAgentIngress: Decoder[AgentIngress]
    7. implicit val encodeAgentIngress: Encoder[AgentIngress]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.AgentIngress

    Packages

    object AgentIngress extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AgentIngress
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeAgentIngress: Decoder[AgentIngress]
    7. implicit val encodeAgentIngress: Encoder[AgentIngress]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/AgentIngress.html b/docs/com/ngrok/definitions/AgentIngress.html index 5097c18..7bc283a 100644 --- a/docs/com/ngrok/definitions/AgentIngress.html +++ b/docs/com/ngrok/definitions/AgentIngress.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.AgentIngress

    Packages

    final case class AgentIngress(id: String, uri: URI, description: String, metadata: String, domain: String, nsTargets: List[String], regionDomains: List[String], createdAt: String) extends Product with Serializable

    A class encapsulating the AgentIngress resource. -

    id

    unique Agent Ingress resource identifier

    uri

    URI to the API resource of this Agent ingress

    description

    human-readable description of the use of this Agent Ingress. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this Agent Ingress. optional, max 4096 bytes

    domain

    the domain that you own to be used as the base domain name to generate regional agent ingress domains.

    nsTargets

    a list of target values to use as the values of NS records for the domain property these values will delegate control over the domain to ngrok

    regionDomains

    a list of regional agent ingress domains that are subdomains of the value of domain this value may increase over time as ngrok adds more regions

    createdAt

    timestamp when the Agent Ingress was created, RFC 3339 format

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AgentIngress
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new AgentIngress(id: String, uri: URI, description: String, metadata: String, domain: String, nsTargets: List[String], regionDomains: List[String], createdAt: String)

      create a new AgentIngress.

      create a new AgentIngress.

      id

      unique Agent Ingress resource identifier

      uri

      URI to the API resource of this Agent ingress

      description

      human-readable description of the use of this Agent Ingress. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this Agent Ingress. optional, max 4096 bytes

      domain

      the domain that you own to be used as the base domain name to generate regional agent ingress domains.

      nsTargets

      a list of target values to use as the values of NS records for the domain property these values will delegate control over the domain to ngrok

      regionDomains

      a list of regional agent ingress domains that are subdomains of the value of domain this value may increase over time as ngrok adds more regions

      createdAt

      timestamp when the Agent Ingress was created, RFC 3339 format

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from AgentIngress toany2stringadd[AgentIngress] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (AgentIngress, B)
      Implicit
      This member is added by an implicit conversion from AgentIngress toArrowAssoc[AgentIngress] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: String
    9. val description: String
    10. val domain: String
    11. def ensuring(cond: (AgentIngress) => Boolean, msg: => Any): AgentIngress
      Implicit
      This member is added by an implicit conversion from AgentIngress toEnsuring[AgentIngress] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (AgentIngress) => Boolean): AgentIngress
      Implicit
      This member is added by an implicit conversion from AgentIngress toEnsuring[AgentIngress] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): AgentIngress
      Implicit
      This member is added by an implicit conversion from AgentIngress toEnsuring[AgentIngress] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): AgentIngress
      Implicit
      This member is added by an implicit conversion from AgentIngress toEnsuring[AgentIngress] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AgentIngress toStringFormat[AgentIngress] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val id: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. val nsTargets: List[String]
    26. def productElementNames: Iterator[String]
      Definition Classes
      Product
    27. val regionDomains: List[String]
    28. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    29. val uri: URI
    30. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    32. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (AgentIngress, B)
      Implicit
      This member is added by an implicit conversion from AgentIngress toArrowAssoc[AgentIngress] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAgentIngress to any2stringadd[AgentIngress]

    Inherited by implicit conversion StringFormat fromAgentIngress to StringFormat[AgentIngress]

    Inherited by implicit conversion Ensuring fromAgentIngress to Ensuring[AgentIngress]

    Inherited by implicit conversion ArrowAssoc fromAgentIngress to ArrowAssoc[AgentIngress]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.AgentIngress

    Packages

    final case class AgentIngress(id: String, uri: URI, description: String, metadata: String, domain: String, nsTargets: List[String], regionDomains: List[String], createdAt: OffsetDateTime) extends Product with Serializable

    A class encapsulating the AgentIngress resource. +

    id

    unique Agent Ingress resource identifier

    uri

    URI to the API resource of this Agent ingress

    description

    human-readable description of the use of this Agent Ingress. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this Agent Ingress. optional, max 4096 bytes

    domain

    the domain that you own to be used as the base domain name to generate regional agent ingress domains.

    nsTargets

    a list of target values to use as the values of NS records for the domain property these values will delegate control over the domain to ngrok

    regionDomains

    a list of regional agent ingress domains that are subdomains of the value of domain this value may increase over time as ngrok adds more regions

    createdAt

    timestamp when the Agent Ingress was created, RFC 3339 format

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AgentIngress
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new AgentIngress(id: String, uri: URI, description: String, metadata: String, domain: String, nsTargets: List[String], regionDomains: List[String], createdAt: OffsetDateTime)

      create a new AgentIngress.

      create a new AgentIngress.

      id

      unique Agent Ingress resource identifier

      uri

      URI to the API resource of this Agent ingress

      description

      human-readable description of the use of this Agent Ingress. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this Agent Ingress. optional, max 4096 bytes

      domain

      the domain that you own to be used as the base domain name to generate regional agent ingress domains.

      nsTargets

      a list of target values to use as the values of NS records for the domain property these values will delegate control over the domain to ngrok

      regionDomains

      a list of regional agent ingress domains that are subdomains of the value of domain this value may increase over time as ngrok adds more regions

      createdAt

      timestamp when the Agent Ingress was created, RFC 3339 format

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from AgentIngress toany2stringadd[AgentIngress] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (AgentIngress, B)
      Implicit
      This member is added by an implicit conversion from AgentIngress toArrowAssoc[AgentIngress] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. val domain: String
    11. def ensuring(cond: (AgentIngress) => Boolean, msg: => Any): AgentIngress
      Implicit
      This member is added by an implicit conversion from AgentIngress toEnsuring[AgentIngress] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (AgentIngress) => Boolean): AgentIngress
      Implicit
      This member is added by an implicit conversion from AgentIngress toEnsuring[AgentIngress] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): AgentIngress
      Implicit
      This member is added by an implicit conversion from AgentIngress toEnsuring[AgentIngress] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): AgentIngress
      Implicit
      This member is added by an implicit conversion from AgentIngress toEnsuring[AgentIngress] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val metadata: String
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. val nsTargets: List[String]
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. val regionDomains: List[String]
    27. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    28. val uri: URI
    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AgentIngress toStringFormat[AgentIngress] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (AgentIngress, B)
      Implicit
      This member is added by an implicit conversion from AgentIngress toArrowAssoc[AgentIngress] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAgentIngress to any2stringadd[AgentIngress]

    Inherited by implicit conversion StringFormat fromAgentIngress to StringFormat[AgentIngress]

    Inherited by implicit conversion Ensuring fromAgentIngress to Ensuring[AgentIngress]

    Inherited by implicit conversion ArrowAssoc fromAgentIngress to ArrowAssoc[AgentIngress]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/AgentIngressList$.html b/docs/com/ngrok/definitions/AgentIngressList$.html index 5989e2f..d1f6799 100644 --- a/docs/com/ngrok/definitions/AgentIngressList$.html +++ b/docs/com/ngrok/definitions/AgentIngressList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.AgentIngressList

    Packages

    object AgentIngressList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AgentIngressList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeAgentIngressList: Decoder[AgentIngressList]
    7. implicit val encodeAgentIngressList: Encoder[AgentIngressList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.AgentIngressList

    Packages

    object AgentIngressList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AgentIngressList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeAgentIngressList: Decoder[AgentIngressList]
    7. implicit val encodeAgentIngressList: Encoder[AgentIngressList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/AgentIngressList.html b/docs/com/ngrok/definitions/AgentIngressList.html index 6fe6160..300e797 100644 --- a/docs/com/ngrok/definitions/AgentIngressList.html +++ b/docs/com/ngrok/definitions/AgentIngressList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.AgentIngressList

    Packages

    final case class AgentIngressList(ingresses: List[AgentIngress], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the AgentIngressList resource. -

    ingresses

    the list of Agent Ingresses owned by this account

    uri

    URI of the Agent Ingress list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AgentIngressList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new AgentIngressList(ingresses: List[AgentIngress], uri: URI, nextPageUri: Option[URI] = None)

      create a new AgentIngressList.

      create a new AgentIngressList.

      ingresses

      the list of Agent Ingresses owned by this account

      uri

      URI of the Agent Ingress list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from AgentIngressList toany2stringadd[AgentIngressList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (AgentIngressList, B)
      Implicit
      This member is added by an implicit conversion from AgentIngressList toArrowAssoc[AgentIngressList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (AgentIngressList) => Boolean, msg: => Any): AgentIngressList
      Implicit
      This member is added by an implicit conversion from AgentIngressList toEnsuring[AgentIngressList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (AgentIngressList) => Boolean): AgentIngressList
      Implicit
      This member is added by an implicit conversion from AgentIngressList toEnsuring[AgentIngressList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): AgentIngressList
      Implicit
      This member is added by an implicit conversion from AgentIngressList toEnsuring[AgentIngressList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): AgentIngressList
      Implicit
      This member is added by an implicit conversion from AgentIngressList toEnsuring[AgentIngressList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AgentIngressList toStringFormat[AgentIngressList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. val ingresses: List[AgentIngress]
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      AgentIngressListPageable
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (AgentIngressList, B)
      Implicit
      This member is added by an implicit conversion from AgentIngressList toArrowAssoc[AgentIngressList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAgentIngressList to any2stringadd[AgentIngressList]

    Inherited by implicit conversion StringFormat fromAgentIngressList to StringFormat[AgentIngressList]

    Inherited by implicit conversion Ensuring fromAgentIngressList to Ensuring[AgentIngressList]

    Inherited by implicit conversion ArrowAssoc fromAgentIngressList to ArrowAssoc[AgentIngressList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.AgentIngressList

    Packages

    final case class AgentIngressList(ingresses: List[AgentIngress], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the AgentIngressList resource. +

    ingresses

    the list of Agent Ingresses owned by this account

    uri

    URI of the Agent Ingress list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AgentIngressList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new AgentIngressList(ingresses: List[AgentIngress], uri: URI, nextPageUri: Option[URI] = None)

      create a new AgentIngressList.

      create a new AgentIngressList.

      ingresses

      the list of Agent Ingresses owned by this account

      uri

      URI of the Agent Ingress list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from AgentIngressList toany2stringadd[AgentIngressList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (AgentIngressList, B)
      Implicit
      This member is added by an implicit conversion from AgentIngressList toArrowAssoc[AgentIngressList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (AgentIngressList) => Boolean, msg: => Any): AgentIngressList
      Implicit
      This member is added by an implicit conversion from AgentIngressList toEnsuring[AgentIngressList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (AgentIngressList) => Boolean): AgentIngressList
      Implicit
      This member is added by an implicit conversion from AgentIngressList toEnsuring[AgentIngressList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): AgentIngressList
      Implicit
      This member is added by an implicit conversion from AgentIngressList toEnsuring[AgentIngressList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): AgentIngressList
      Implicit
      This member is added by an implicit conversion from AgentIngressList toEnsuring[AgentIngressList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. val ingresses: List[AgentIngress]
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      AgentIngressListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AgentIngressList toStringFormat[AgentIngressList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (AgentIngressList, B)
      Implicit
      This member is added by an implicit conversion from AgentIngressList toArrowAssoc[AgentIngressList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAgentIngressList to any2stringadd[AgentIngressList]

    Inherited by implicit conversion StringFormat fromAgentIngressList to StringFormat[AgentIngressList]

    Inherited by implicit conversion Ensuring fromAgentIngressList to Ensuring[AgentIngressList]

    Inherited by implicit conversion ArrowAssoc fromAgentIngressList to ArrowAssoc[AgentIngressList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ApiKey$.html b/docs/com/ngrok/definitions/ApiKey$.html index 2fa39ee..fdf26ef 100644 --- a/docs/com/ngrok/definitions/ApiKey$.html +++ b/docs/com/ngrok/definitions/ApiKey$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ApiKey

    Packages

    object ApiKey extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ApiKey
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeApiKey: Decoder[ApiKey]
    7. implicit val encodeApiKey: Encoder[ApiKey]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ApiKey

    Packages

    object ApiKey extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ApiKey
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeApiKey: Decoder[ApiKey]
    7. implicit val encodeApiKey: Encoder[ApiKey]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ApiKey.html b/docs/com/ngrok/definitions/ApiKey.html index db625f9..0a672ad 100644 --- a/docs/com/ngrok/definitions/ApiKey.html +++ b/docs/com/ngrok/definitions/ApiKey.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ApiKey

    Packages

    final case class ApiKey(id: String, uri: URI, description: String, metadata: String, createdAt: OffsetDateTime, token: Option[String] = None) extends Product with Serializable

    A class encapsulating the ApiKey resource. -

    id

    unique API key resource identifier

    uri

    URI to the API resource of this API key

    description

    human-readable description of what uses the API key to authenticate. optional, max 255 bytes.

    metadata

    arbitrary user-defined data of this API key. optional, max 4096 bytes

    createdAt

    timestamp when the api key was created, RFC 3339 format

    token

    the bearer token that can be placed into the Authorization header to authenticate request to the ngrok API. This value is only available one time, on the API response from key creation. Otherwise it is null.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ApiKey
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ApiKey(id: String, uri: URI, description: String, metadata: String, createdAt: OffsetDateTime, token: Option[String] = None)

      create a new ApiKey.

      create a new ApiKey.

      id

      unique API key resource identifier

      uri

      URI to the API resource of this API key

      description

      human-readable description of what uses the API key to authenticate. optional, max 255 bytes.

      metadata

      arbitrary user-defined data of this API key. optional, max 4096 bytes

      createdAt

      timestamp when the api key was created, RFC 3339 format

      token

      the bearer token that can be placed into the Authorization header to authenticate request to the ngrok API. This value is only available one time, on the API response from key creation. Otherwise it is null.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ApiKey toany2stringadd[ApiKey] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ApiKey, B)
      Implicit
      This member is added by an implicit conversion from ApiKey toArrowAssoc[ApiKey] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. def ensuring(cond: (ApiKey) => Boolean, msg: => Any): ApiKey
      Implicit
      This member is added by an implicit conversion from ApiKey toEnsuring[ApiKey] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (ApiKey) => Boolean): ApiKey
      Implicit
      This member is added by an implicit conversion from ApiKey toEnsuring[ApiKey] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): ApiKey
      Implicit
      This member is added by an implicit conversion from ApiKey toEnsuring[ApiKey] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): ApiKey
      Implicit
      This member is added by an implicit conversion from ApiKey toEnsuring[ApiKey] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ApiKey toStringFormat[ApiKey] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val metadata: String
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. val token: Option[String]
    27. val uri: URI
    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (ApiKey, B)
      Implicit
      This member is added by an implicit conversion from ApiKey toArrowAssoc[ApiKey] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromApiKey to any2stringadd[ApiKey]

    Inherited by implicit conversion StringFormat fromApiKey to StringFormat[ApiKey]

    Inherited by implicit conversion Ensuring fromApiKey to Ensuring[ApiKey]

    Inherited by implicit conversion ArrowAssoc fromApiKey to ArrowAssoc[ApiKey]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ApiKey

    Packages

    final case class ApiKey(id: String, uri: URI, description: String, metadata: String, createdAt: OffsetDateTime, token: Option[String] = None) extends Product with Serializable

    A class encapsulating the ApiKey resource. +

    id

    unique API key resource identifier

    uri

    URI to the API resource of this API key

    description

    human-readable description of what uses the API key to authenticate. optional, max 255 bytes.

    metadata

    arbitrary user-defined data of this API key. optional, max 4096 bytes

    createdAt

    timestamp when the api key was created, RFC 3339 format

    token

    the bearer token that can be placed into the Authorization header to authenticate request to the ngrok API. This value is only available one time, on the API response from key creation. Otherwise it is null.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ApiKey
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ApiKey(id: String, uri: URI, description: String, metadata: String, createdAt: OffsetDateTime, token: Option[String] = None)

      create a new ApiKey.

      create a new ApiKey.

      id

      unique API key resource identifier

      uri

      URI to the API resource of this API key

      description

      human-readable description of what uses the API key to authenticate. optional, max 255 bytes.

      metadata

      arbitrary user-defined data of this API key. optional, max 4096 bytes

      createdAt

      timestamp when the api key was created, RFC 3339 format

      token

      the bearer token that can be placed into the Authorization header to authenticate request to the ngrok API. This value is only available one time, on the API response from key creation. Otherwise it is null.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ApiKey toany2stringadd[ApiKey] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ApiKey, B)
      Implicit
      This member is added by an implicit conversion from ApiKey toArrowAssoc[ApiKey] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. def ensuring(cond: (ApiKey) => Boolean, msg: => Any): ApiKey
      Implicit
      This member is added by an implicit conversion from ApiKey toEnsuring[ApiKey] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (ApiKey) => Boolean): ApiKey
      Implicit
      This member is added by an implicit conversion from ApiKey toEnsuring[ApiKey] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): ApiKey
      Implicit
      This member is added by an implicit conversion from ApiKey toEnsuring[ApiKey] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): ApiKey
      Implicit
      This member is added by an implicit conversion from ApiKey toEnsuring[ApiKey] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. val id: String
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. val metadata: String
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def productElementNames: Iterator[String]
      Definition Classes
      Product
    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. val token: Option[String]
    26. val uri: URI
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ApiKey toStringFormat[ApiKey] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (ApiKey, B)
      Implicit
      This member is added by an implicit conversion from ApiKey toArrowAssoc[ApiKey] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromApiKey to any2stringadd[ApiKey]

    Inherited by implicit conversion StringFormat fromApiKey to StringFormat[ApiKey]

    Inherited by implicit conversion Ensuring fromApiKey to Ensuring[ApiKey]

    Inherited by implicit conversion ArrowAssoc fromApiKey to ArrowAssoc[ApiKey]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ApiKeyList$.html b/docs/com/ngrok/definitions/ApiKeyList$.html index 89b89c6..3d2b16e 100644 --- a/docs/com/ngrok/definitions/ApiKeyList$.html +++ b/docs/com/ngrok/definitions/ApiKeyList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ApiKeyList

    Packages

    object ApiKeyList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ApiKeyList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeApiKeyList: Decoder[ApiKeyList]
    7. implicit val encodeApiKeyList: Encoder[ApiKeyList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ApiKeyList

    Packages

    object ApiKeyList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ApiKeyList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeApiKeyList: Decoder[ApiKeyList]
    7. implicit val encodeApiKeyList: Encoder[ApiKeyList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ApiKeyList.html b/docs/com/ngrok/definitions/ApiKeyList.html index 39886e7..2557d80 100644 --- a/docs/com/ngrok/definitions/ApiKeyList.html +++ b/docs/com/ngrok/definitions/ApiKeyList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ApiKeyList

    Packages

    final case class ApiKeyList(keys: List[ApiKey], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the ApiKeyList resource. -

    keys

    the list of API keys for this account

    uri

    URI of the API keys list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ApiKeyList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ApiKeyList(keys: List[ApiKey], uri: URI, nextPageUri: Option[URI] = None)

      create a new ApiKeyList.

      create a new ApiKeyList.

      keys

      the list of API keys for this account

      uri

      URI of the API keys list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ApiKeyList toany2stringadd[ApiKeyList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ApiKeyList, B)
      Implicit
      This member is added by an implicit conversion from ApiKeyList toArrowAssoc[ApiKeyList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (ApiKeyList) => Boolean, msg: => Any): ApiKeyList
      Implicit
      This member is added by an implicit conversion from ApiKeyList toEnsuring[ApiKeyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (ApiKeyList) => Boolean): ApiKeyList
      Implicit
      This member is added by an implicit conversion from ApiKeyList toEnsuring[ApiKeyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): ApiKeyList
      Implicit
      This member is added by an implicit conversion from ApiKeyList toEnsuring[ApiKeyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): ApiKeyList
      Implicit
      This member is added by an implicit conversion from ApiKeyList toEnsuring[ApiKeyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ApiKeyList toStringFormat[ApiKeyList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. val keys: List[ApiKey]
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      ApiKeyListPageable
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (ApiKeyList, B)
      Implicit
      This member is added by an implicit conversion from ApiKeyList toArrowAssoc[ApiKeyList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromApiKeyList to any2stringadd[ApiKeyList]

    Inherited by implicit conversion StringFormat fromApiKeyList to StringFormat[ApiKeyList]

    Inherited by implicit conversion Ensuring fromApiKeyList to Ensuring[ApiKeyList]

    Inherited by implicit conversion ArrowAssoc fromApiKeyList to ArrowAssoc[ApiKeyList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ApiKeyList

    Packages

    final case class ApiKeyList(keys: List[ApiKey], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the ApiKeyList resource. +

    keys

    the list of API keys for this account

    uri

    URI of the API keys list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ApiKeyList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ApiKeyList(keys: List[ApiKey], uri: URI, nextPageUri: Option[URI] = None)

      create a new ApiKeyList.

      create a new ApiKeyList.

      keys

      the list of API keys for this account

      uri

      URI of the API keys list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ApiKeyList toany2stringadd[ApiKeyList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ApiKeyList, B)
      Implicit
      This member is added by an implicit conversion from ApiKeyList toArrowAssoc[ApiKeyList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (ApiKeyList) => Boolean, msg: => Any): ApiKeyList
      Implicit
      This member is added by an implicit conversion from ApiKeyList toEnsuring[ApiKeyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (ApiKeyList) => Boolean): ApiKeyList
      Implicit
      This member is added by an implicit conversion from ApiKeyList toEnsuring[ApiKeyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): ApiKeyList
      Implicit
      This member is added by an implicit conversion from ApiKeyList toEnsuring[ApiKeyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): ApiKeyList
      Implicit
      This member is added by an implicit conversion from ApiKeyList toEnsuring[ApiKeyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. val keys: List[ApiKey]
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      ApiKeyListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ApiKeyList toStringFormat[ApiKeyList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (ApiKeyList, B)
      Implicit
      This member is added by an implicit conversion from ApiKeyList toArrowAssoc[ApiKeyList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromApiKeyList to any2stringadd[ApiKeyList]

    Inherited by implicit conversion StringFormat fromApiKeyList to StringFormat[ApiKeyList]

    Inherited by implicit conversion Ensuring fromApiKeyList to Ensuring[ApiKeyList]

    Inherited by implicit conversion ArrowAssoc fromApiKeyList to ArrowAssoc[ApiKeyList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/AwsAuth$.html b/docs/com/ngrok/definitions/AwsAuth$.html index 39a0599..e639ad5 100644 --- a/docs/com/ngrok/definitions/AwsAuth$.html +++ b/docs/com/ngrok/definitions/AwsAuth$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.AwsAuth

    Packages

    object AwsAuth extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AwsAuth
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeAwsAuth: Decoder[AwsAuth]
    7. implicit val encodeAwsAuth: Encoder[AwsAuth]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.AwsAuth

    Packages

    object AwsAuth extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AwsAuth
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeAwsAuth: Decoder[AwsAuth]
    7. implicit val encodeAwsAuth: Encoder[AwsAuth]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/AwsAuth.html b/docs/com/ngrok/definitions/AwsAuth.html index cbe844f..60d5bea 100644 --- a/docs/com/ngrok/definitions/AwsAuth.html +++ b/docs/com/ngrok/definitions/AwsAuth.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.AwsAuth

    Packages

    final case class AwsAuth(role: Option[AwsRole] = None, creds: Option[AwsCredentials] = None) extends Product with Serializable

    A class encapsulating the AwsAuth resource. -

    role

    A role for ngrok to assume on your behalf to deposit events into your AWS account.

    creds

    Credentials to your AWS account if you prefer ngrok to sign in with long-term access keys.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AwsAuth
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new AwsAuth(role: Option[AwsRole] = None, creds: Option[AwsCredentials] = None)

      create a new AwsAuth.

      create a new AwsAuth.

      role

      A role for ngrok to assume on your behalf to deposit events into your AWS account.

      creds

      Credentials to your AWS account if you prefer ngrok to sign in with long-term access keys.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from AwsAuth toany2stringadd[AwsAuth] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (AwsAuth, B)
      Implicit
      This member is added by an implicit conversion from AwsAuth toArrowAssoc[AwsAuth] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val creds: Option[AwsCredentials]
    9. def ensuring(cond: (AwsAuth) => Boolean, msg: => Any): AwsAuth
      Implicit
      This member is added by an implicit conversion from AwsAuth toEnsuring[AwsAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (AwsAuth) => Boolean): AwsAuth
      Implicit
      This member is added by an implicit conversion from AwsAuth toEnsuring[AwsAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): AwsAuth
      Implicit
      This member is added by an implicit conversion from AwsAuth toEnsuring[AwsAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): AwsAuth
      Implicit
      This member is added by an implicit conversion from AwsAuth toEnsuring[AwsAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AwsAuth toStringFormat[AwsAuth] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. val role: Option[AwsRole]
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (AwsAuth, B)
      Implicit
      This member is added by an implicit conversion from AwsAuth toArrowAssoc[AwsAuth] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAwsAuth to any2stringadd[AwsAuth]

    Inherited by implicit conversion StringFormat fromAwsAuth to StringFormat[AwsAuth]

    Inherited by implicit conversion Ensuring fromAwsAuth to Ensuring[AwsAuth]

    Inherited by implicit conversion ArrowAssoc fromAwsAuth to ArrowAssoc[AwsAuth]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.AwsAuth

    Packages

    final case class AwsAuth(role: Option[AwsRole] = None, creds: Option[AwsCredentials] = None) extends Product with Serializable

    A class encapsulating the AwsAuth resource. +

    role

    A role for ngrok to assume on your behalf to deposit events into your AWS account.

    creds

    Credentials to your AWS account if you prefer ngrok to sign in with long-term access keys.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AwsAuth
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new AwsAuth(role: Option[AwsRole] = None, creds: Option[AwsCredentials] = None)

      create a new AwsAuth.

      create a new AwsAuth.

      role

      A role for ngrok to assume on your behalf to deposit events into your AWS account.

      creds

      Credentials to your AWS account if you prefer ngrok to sign in with long-term access keys.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from AwsAuth toany2stringadd[AwsAuth] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (AwsAuth, B)
      Implicit
      This member is added by an implicit conversion from AwsAuth toArrowAssoc[AwsAuth] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val creds: Option[AwsCredentials]
    9. def ensuring(cond: (AwsAuth) => Boolean, msg: => Any): AwsAuth
      Implicit
      This member is added by an implicit conversion from AwsAuth toEnsuring[AwsAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (AwsAuth) => Boolean): AwsAuth
      Implicit
      This member is added by an implicit conversion from AwsAuth toEnsuring[AwsAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): AwsAuth
      Implicit
      This member is added by an implicit conversion from AwsAuth toEnsuring[AwsAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): AwsAuth
      Implicit
      This member is added by an implicit conversion from AwsAuth toEnsuring[AwsAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. val role: Option[AwsRole]
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AwsAuth toStringFormat[AwsAuth] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (AwsAuth, B)
      Implicit
      This member is added by an implicit conversion from AwsAuth toArrowAssoc[AwsAuth] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAwsAuth to any2stringadd[AwsAuth]

    Inherited by implicit conversion StringFormat fromAwsAuth to StringFormat[AwsAuth]

    Inherited by implicit conversion Ensuring fromAwsAuth to Ensuring[AwsAuth]

    Inherited by implicit conversion ArrowAssoc fromAwsAuth to ArrowAssoc[AwsAuth]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/AwsCredentials$.html b/docs/com/ngrok/definitions/AwsCredentials$.html index 6d76604..7b4c0e7 100644 --- a/docs/com/ngrok/definitions/AwsCredentials$.html +++ b/docs/com/ngrok/definitions/AwsCredentials$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.AwsCredentials

    Packages

    object AwsCredentials extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AwsCredentials
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeAwsCredentials: Decoder[AwsCredentials]
    7. implicit val encodeAwsCredentials: Encoder[AwsCredentials]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.AwsCredentials

    Packages

    object AwsCredentials extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AwsCredentials
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeAwsCredentials: Decoder[AwsCredentials]
    7. implicit val encodeAwsCredentials: Encoder[AwsCredentials]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/AwsCredentials.html b/docs/com/ngrok/definitions/AwsCredentials.html index c46b127..0b203c1 100644 --- a/docs/com/ngrok/definitions/AwsCredentials.html +++ b/docs/com/ngrok/definitions/AwsCredentials.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.AwsCredentials

    Packages

    final case class AwsCredentials(awsAccessKeyId: String, awsSecretAccessKey: Option[String] = None) extends Product with Serializable

    A class encapsulating the AwsCredentials resource. -

    awsAccessKeyId

    The ID portion of an AWS access key.

    awsSecretAccessKey

    The secret portion of an AWS access key.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AwsCredentials
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new AwsCredentials(awsAccessKeyId: String, awsSecretAccessKey: Option[String] = None)

      create a new AwsCredentials.

      create a new AwsCredentials.

      awsAccessKeyId

      The ID portion of an AWS access key.

      awsSecretAccessKey

      The secret portion of an AWS access key.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from AwsCredentials toany2stringadd[AwsCredentials] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (AwsCredentials, B)
      Implicit
      This member is added by an implicit conversion from AwsCredentials toArrowAssoc[AwsCredentials] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val awsAccessKeyId: String
    8. val awsSecretAccessKey: Option[String]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. def ensuring(cond: (AwsCredentials) => Boolean, msg: => Any): AwsCredentials
      Implicit
      This member is added by an implicit conversion from AwsCredentials toEnsuring[AwsCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (AwsCredentials) => Boolean): AwsCredentials
      Implicit
      This member is added by an implicit conversion from AwsCredentials toEnsuring[AwsCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): AwsCredentials
      Implicit
      This member is added by an implicit conversion from AwsCredentials toEnsuring[AwsCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): AwsCredentials
      Implicit
      This member is added by an implicit conversion from AwsCredentials toEnsuring[AwsCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AwsCredentials toStringFormat[AwsCredentials] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (AwsCredentials, B)
      Implicit
      This member is added by an implicit conversion from AwsCredentials toArrowAssoc[AwsCredentials] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAwsCredentials to any2stringadd[AwsCredentials]

    Inherited by implicit conversion StringFormat fromAwsCredentials to StringFormat[AwsCredentials]

    Inherited by implicit conversion Ensuring fromAwsCredentials to Ensuring[AwsCredentials]

    Inherited by implicit conversion ArrowAssoc fromAwsCredentials to ArrowAssoc[AwsCredentials]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.AwsCredentials

    Packages

    final case class AwsCredentials(awsAccessKeyId: String, awsSecretAccessKey: Option[String] = None) extends Product with Serializable

    A class encapsulating the AwsCredentials resource. +

    awsAccessKeyId

    The ID portion of an AWS access key.

    awsSecretAccessKey

    The secret portion of an AWS access key.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AwsCredentials
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new AwsCredentials(awsAccessKeyId: String, awsSecretAccessKey: Option[String] = None)

      create a new AwsCredentials.

      create a new AwsCredentials.

      awsAccessKeyId

      The ID portion of an AWS access key.

      awsSecretAccessKey

      The secret portion of an AWS access key.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from AwsCredentials toany2stringadd[AwsCredentials] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (AwsCredentials, B)
      Implicit
      This member is added by an implicit conversion from AwsCredentials toArrowAssoc[AwsCredentials] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val awsAccessKeyId: String
    8. val awsSecretAccessKey: Option[String]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. def ensuring(cond: (AwsCredentials) => Boolean, msg: => Any): AwsCredentials
      Implicit
      This member is added by an implicit conversion from AwsCredentials toEnsuring[AwsCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (AwsCredentials) => Boolean): AwsCredentials
      Implicit
      This member is added by an implicit conversion from AwsCredentials toEnsuring[AwsCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): AwsCredentials
      Implicit
      This member is added by an implicit conversion from AwsCredentials toEnsuring[AwsCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): AwsCredentials
      Implicit
      This member is added by an implicit conversion from AwsCredentials toEnsuring[AwsCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AwsCredentials toStringFormat[AwsCredentials] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (AwsCredentials, B)
      Implicit
      This member is added by an implicit conversion from AwsCredentials toArrowAssoc[AwsCredentials] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAwsCredentials to any2stringadd[AwsCredentials]

    Inherited by implicit conversion StringFormat fromAwsCredentials to StringFormat[AwsCredentials]

    Inherited by implicit conversion Ensuring fromAwsCredentials to Ensuring[AwsCredentials]

    Inherited by implicit conversion ArrowAssoc fromAwsCredentials to ArrowAssoc[AwsCredentials]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/AwsRole$.html b/docs/com/ngrok/definitions/AwsRole$.html index a3539b0..96e7181 100644 --- a/docs/com/ngrok/definitions/AwsRole$.html +++ b/docs/com/ngrok/definitions/AwsRole$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.AwsRole

    Packages

    object AwsRole extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AwsRole
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeAwsRole: Decoder[AwsRole]
    7. implicit val encodeAwsRole: Encoder[AwsRole]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.AwsRole

    Packages

    object AwsRole extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AwsRole
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeAwsRole: Decoder[AwsRole]
    7. implicit val encodeAwsRole: Encoder[AwsRole]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/AwsRole.html b/docs/com/ngrok/definitions/AwsRole.html index 03acf2e..bbf2cd8 100644 --- a/docs/com/ngrok/definitions/AwsRole.html +++ b/docs/com/ngrok/definitions/AwsRole.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.AwsRole

    Packages

    final case class AwsRole(roleArn: String) extends Product with Serializable

    A class encapsulating the AwsRole resource. -

    roleArn

    An ARN that specifies the role that ngrok should use to deliver to the configured target.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AwsRole
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new AwsRole(roleArn: String)

      create a new AwsRole.

      create a new AwsRole.

      roleArn

      An ARN that specifies the role that ngrok should use to deliver to the configured target.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from AwsRole toany2stringadd[AwsRole] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (AwsRole, B)
      Implicit
      This member is added by an implicit conversion from AwsRole toArrowAssoc[AwsRole] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (AwsRole) => Boolean, msg: => Any): AwsRole
      Implicit
      This member is added by an implicit conversion from AwsRole toEnsuring[AwsRole] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (AwsRole) => Boolean): AwsRole
      Implicit
      This member is added by an implicit conversion from AwsRole toEnsuring[AwsRole] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): AwsRole
      Implicit
      This member is added by an implicit conversion from AwsRole toEnsuring[AwsRole] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): AwsRole
      Implicit
      This member is added by an implicit conversion from AwsRole toEnsuring[AwsRole] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AwsRole toStringFormat[AwsRole] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. val roleArn: String
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (AwsRole, B)
      Implicit
      This member is added by an implicit conversion from AwsRole toArrowAssoc[AwsRole] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAwsRole to any2stringadd[AwsRole]

    Inherited by implicit conversion StringFormat fromAwsRole to StringFormat[AwsRole]

    Inherited by implicit conversion Ensuring fromAwsRole to Ensuring[AwsRole]

    Inherited by implicit conversion ArrowAssoc fromAwsRole to ArrowAssoc[AwsRole]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.AwsRole

    Packages

    final case class AwsRole(roleArn: String) extends Product with Serializable

    A class encapsulating the AwsRole resource. +

    roleArn

    An ARN that specifies the role that ngrok should use to deliver to the configured target.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AwsRole
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new AwsRole(roleArn: String)

      create a new AwsRole.

      create a new AwsRole.

      roleArn

      An ARN that specifies the role that ngrok should use to deliver to the configured target.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from AwsRole toany2stringadd[AwsRole] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (AwsRole, B)
      Implicit
      This member is added by an implicit conversion from AwsRole toArrowAssoc[AwsRole] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (AwsRole) => Boolean, msg: => Any): AwsRole
      Implicit
      This member is added by an implicit conversion from AwsRole toEnsuring[AwsRole] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (AwsRole) => Boolean): AwsRole
      Implicit
      This member is added by an implicit conversion from AwsRole toEnsuring[AwsRole] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): AwsRole
      Implicit
      This member is added by an implicit conversion from AwsRole toEnsuring[AwsRole] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): AwsRole
      Implicit
      This member is added by an implicit conversion from AwsRole toEnsuring[AwsRole] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    18. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. def productElementNames: Iterator[String]
      Definition Classes
      Product
    20. val roleArn: String
    21. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    22. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    23. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AwsRole toStringFormat[AwsRole] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (AwsRole, B)
      Implicit
      This member is added by an implicit conversion from AwsRole toArrowAssoc[AwsRole] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAwsRole to any2stringadd[AwsRole]

    Inherited by implicit conversion StringFormat fromAwsRole to StringFormat[AwsRole]

    Inherited by implicit conversion Ensuring fromAwsRole to Ensuring[AwsRole]

    Inherited by implicit conversion ArrowAssoc fromAwsRole to ArrowAssoc[AwsRole]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/CertificateAuthority$.html b/docs/com/ngrok/definitions/CertificateAuthority$.html index 2c0d63c..bc28f97 100644 --- a/docs/com/ngrok/definitions/CertificateAuthority$.html +++ b/docs/com/ngrok/definitions/CertificateAuthority$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.CertificateAuthority

    Packages

    object CertificateAuthority extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CertificateAuthority
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeCertificateAuthority: Decoder[CertificateAuthority]
    7. implicit val encodeCertificateAuthority: Encoder[CertificateAuthority]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.CertificateAuthority

    Packages

    object CertificateAuthority extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CertificateAuthority
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeCertificateAuthority: Decoder[CertificateAuthority]
    7. implicit val encodeCertificateAuthority: Encoder[CertificateAuthority]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/CertificateAuthority.html b/docs/com/ngrok/definitions/CertificateAuthority.html index c426a0e..648f9fb 100644 --- a/docs/com/ngrok/definitions/CertificateAuthority.html +++ b/docs/com/ngrok/definitions/CertificateAuthority.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.CertificateAuthority

    Packages

    final case class CertificateAuthority(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, caPem: String, subjectCommonName: String, notBefore: OffsetDateTime, notAfter: OffsetDateTime, keyUsages: List[String], extendedKeyUsages: List[String]) extends Product with Serializable

    A class encapsulating the CertificateAuthority resource. -

    id

    unique identifier for this Certificate Authority

    uri

    URI of the Certificate Authority API resource

    createdAt

    timestamp when the Certificate Authority was created, RFC 3339 format

    description

    human-readable description of this Certificate Authority. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this Certificate Authority. optional, max 4096 bytes.

    caPem

    raw PEM of the Certificate Authority

    subjectCommonName

    subject common name of the Certificate Authority

    notBefore

    timestamp when this Certificate Authority becomes valid, RFC 3339 format

    notAfter

    timestamp when this Certificate Authority becomes invalid, RFC 3339 format

    keyUsages

    set of actions the private key of this Certificate Authority can be used for

    extendedKeyUsages

    extended set of actions the private key of this Certificate Authority can be used for

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CertificateAuthority
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new CertificateAuthority(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, caPem: String, subjectCommonName: String, notBefore: OffsetDateTime, notAfter: OffsetDateTime, keyUsages: List[String], extendedKeyUsages: List[String])

      create a new CertificateAuthority.

      create a new CertificateAuthority.

      id

      unique identifier for this Certificate Authority

      uri

      URI of the Certificate Authority API resource

      createdAt

      timestamp when the Certificate Authority was created, RFC 3339 format

      description

      human-readable description of this Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this Certificate Authority. optional, max 4096 bytes.

      caPem

      raw PEM of the Certificate Authority

      subjectCommonName

      subject common name of the Certificate Authority

      notBefore

      timestamp when this Certificate Authority becomes valid, RFC 3339 format

      notAfter

      timestamp when this Certificate Authority becomes invalid, RFC 3339 format

      keyUsages

      set of actions the private key of this Certificate Authority can be used for

      extendedKeyUsages

      extended set of actions the private key of this Certificate Authority can be used for

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toany2stringadd[CertificateAuthority] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (CertificateAuthority, B)
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toArrowAssoc[CertificateAuthority] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val caPem: String
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (CertificateAuthority) => Boolean, msg: => Any): CertificateAuthority
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toEnsuring[CertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (CertificateAuthority) => Boolean): CertificateAuthority
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toEnsuring[CertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): CertificateAuthority
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toEnsuring[CertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): CertificateAuthority
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toEnsuring[CertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. val extendedKeyUsages: List[String]
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toStringFormat[CertificateAuthority] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. val id: String
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. val keyUsages: List[String]
    23. val metadata: String
    24. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    25. val notAfter: OffsetDateTime
    26. val notBefore: OffsetDateTime
    27. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    28. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    29. def productElementNames: Iterator[String]
      Definition Classes
      Product
    30. val subjectCommonName: String
    31. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    32. val uri: URI
    33. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    34. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    35. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (CertificateAuthority, B)
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toArrowAssoc[CertificateAuthority] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromCertificateAuthority to any2stringadd[CertificateAuthority]

    Inherited by implicit conversion StringFormat fromCertificateAuthority to StringFormat[CertificateAuthority]

    Inherited by implicit conversion Ensuring fromCertificateAuthority to Ensuring[CertificateAuthority]

    Inherited by implicit conversion ArrowAssoc fromCertificateAuthority to ArrowAssoc[CertificateAuthority]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.CertificateAuthority

    Packages

    final case class CertificateAuthority(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, caPem: String, subjectCommonName: String, notBefore: OffsetDateTime, notAfter: OffsetDateTime, keyUsages: List[String], extendedKeyUsages: List[String]) extends Product with Serializable

    A class encapsulating the CertificateAuthority resource. +

    id

    unique identifier for this Certificate Authority

    uri

    URI of the Certificate Authority API resource

    createdAt

    timestamp when the Certificate Authority was created, RFC 3339 format

    description

    human-readable description of this Certificate Authority. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this Certificate Authority. optional, max 4096 bytes.

    caPem

    raw PEM of the Certificate Authority

    subjectCommonName

    subject common name of the Certificate Authority

    notBefore

    timestamp when this Certificate Authority becomes valid, RFC 3339 format

    notAfter

    timestamp when this Certificate Authority becomes invalid, RFC 3339 format

    keyUsages

    set of actions the private key of this Certificate Authority can be used for

    extendedKeyUsages

    extended set of actions the private key of this Certificate Authority can be used for

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CertificateAuthority
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new CertificateAuthority(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, caPem: String, subjectCommonName: String, notBefore: OffsetDateTime, notAfter: OffsetDateTime, keyUsages: List[String], extendedKeyUsages: List[String])

      create a new CertificateAuthority.

      create a new CertificateAuthority.

      id

      unique identifier for this Certificate Authority

      uri

      URI of the Certificate Authority API resource

      createdAt

      timestamp when the Certificate Authority was created, RFC 3339 format

      description

      human-readable description of this Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this Certificate Authority. optional, max 4096 bytes.

      caPem

      raw PEM of the Certificate Authority

      subjectCommonName

      subject common name of the Certificate Authority

      notBefore

      timestamp when this Certificate Authority becomes valid, RFC 3339 format

      notAfter

      timestamp when this Certificate Authority becomes invalid, RFC 3339 format

      keyUsages

      set of actions the private key of this Certificate Authority can be used for

      extendedKeyUsages

      extended set of actions the private key of this Certificate Authority can be used for

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toany2stringadd[CertificateAuthority] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (CertificateAuthority, B)
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toArrowAssoc[CertificateAuthority] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val caPem: String
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (CertificateAuthority) => Boolean, msg: => Any): CertificateAuthority
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toEnsuring[CertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (CertificateAuthority) => Boolean): CertificateAuthority
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toEnsuring[CertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): CertificateAuthority
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toEnsuring[CertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): CertificateAuthority
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toEnsuring[CertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. val extendedKeyUsages: List[String]
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val id: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val keyUsages: List[String]
    22. val metadata: String
    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. val notAfter: OffsetDateTime
    25. val notBefore: OffsetDateTime
    26. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    27. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    28. def productElementNames: Iterator[String]
      Definition Classes
      Product
    29. val subjectCommonName: String
    30. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    31. val uri: URI
    32. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    33. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    34. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toStringFormat[CertificateAuthority] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (CertificateAuthority, B)
      Implicit
      This member is added by an implicit conversion from CertificateAuthority toArrowAssoc[CertificateAuthority] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromCertificateAuthority to any2stringadd[CertificateAuthority]

    Inherited by implicit conversion StringFormat fromCertificateAuthority to StringFormat[CertificateAuthority]

    Inherited by implicit conversion Ensuring fromCertificateAuthority to Ensuring[CertificateAuthority]

    Inherited by implicit conversion ArrowAssoc fromCertificateAuthority to ArrowAssoc[CertificateAuthority]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/CertificateAuthorityList$.html b/docs/com/ngrok/definitions/CertificateAuthorityList$.html index 07c3dde..80217c5 100644 --- a/docs/com/ngrok/definitions/CertificateAuthorityList$.html +++ b/docs/com/ngrok/definitions/CertificateAuthorityList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.CertificateAuthorityList

    Packages

    object CertificateAuthorityList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CertificateAuthorityList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeCertificateAuthorityList: Decoder[CertificateAuthorityList]
    7. implicit val encodeCertificateAuthorityList: Encoder[CertificateAuthorityList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.CertificateAuthorityList

    Packages

    object CertificateAuthorityList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CertificateAuthorityList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeCertificateAuthorityList: Decoder[CertificateAuthorityList]
    7. implicit val encodeCertificateAuthorityList: Encoder[CertificateAuthorityList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/CertificateAuthorityList.html b/docs/com/ngrok/definitions/CertificateAuthorityList.html index 1a35e0c..2f43daf 100644 --- a/docs/com/ngrok/definitions/CertificateAuthorityList.html +++ b/docs/com/ngrok/definitions/CertificateAuthorityList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.CertificateAuthorityList

    Packages

    final case class CertificateAuthorityList(certificateAuthorities: List[CertificateAuthority], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the CertificateAuthorityList resource. -

    certificateAuthorities

    the list of all certificate authorities on this account

    uri

    URI of the certificates authorities list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CertificateAuthorityList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new CertificateAuthorityList(certificateAuthorities: List[CertificateAuthority], uri: URI, nextPageUri: Option[URI] = None)

      create a new CertificateAuthorityList.

      create a new CertificateAuthorityList.

      certificateAuthorities

      the list of all certificate authorities on this account

      uri

      URI of the certificates authorities list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toany2stringadd[CertificateAuthorityList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (CertificateAuthorityList, B)
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toArrowAssoc[CertificateAuthorityList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val certificateAuthorities: List[CertificateAuthority]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (CertificateAuthorityList) => Boolean, msg: => Any): CertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toEnsuring[CertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (CertificateAuthorityList) => Boolean): CertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toEnsuring[CertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): CertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toEnsuring[CertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): CertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toEnsuring[CertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toStringFormat[CertificateAuthorityList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      CertificateAuthorityListPageable
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (CertificateAuthorityList, B)
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toArrowAssoc[CertificateAuthorityList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromCertificateAuthorityList to any2stringadd[CertificateAuthorityList]

    Inherited by implicit conversion StringFormat fromCertificateAuthorityList to StringFormat[CertificateAuthorityList]

    Inherited by implicit conversion Ensuring fromCertificateAuthorityList to Ensuring[CertificateAuthorityList]

    Inherited by implicit conversion ArrowAssoc fromCertificateAuthorityList to ArrowAssoc[CertificateAuthorityList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.CertificateAuthorityList

    Packages

    final case class CertificateAuthorityList(certificateAuthorities: List[CertificateAuthority], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the CertificateAuthorityList resource. +

    certificateAuthorities

    the list of all certificate authorities on this account

    uri

    URI of the certificates authorities list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CertificateAuthorityList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new CertificateAuthorityList(certificateAuthorities: List[CertificateAuthority], uri: URI, nextPageUri: Option[URI] = None)

      create a new CertificateAuthorityList.

      create a new CertificateAuthorityList.

      certificateAuthorities

      the list of all certificate authorities on this account

      uri

      URI of the certificates authorities list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toany2stringadd[CertificateAuthorityList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (CertificateAuthorityList, B)
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toArrowAssoc[CertificateAuthorityList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val certificateAuthorities: List[CertificateAuthority]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (CertificateAuthorityList) => Boolean, msg: => Any): CertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toEnsuring[CertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (CertificateAuthorityList) => Boolean): CertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toEnsuring[CertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): CertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toEnsuring[CertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): CertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toEnsuring[CertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      CertificateAuthorityListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toStringFormat[CertificateAuthorityList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (CertificateAuthorityList, B)
      Implicit
      This member is added by an implicit conversion from CertificateAuthorityList toArrowAssoc[CertificateAuthorityList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromCertificateAuthorityList to any2stringadd[CertificateAuthorityList]

    Inherited by implicit conversion StringFormat fromCertificateAuthorityList to StringFormat[CertificateAuthorityList]

    Inherited by implicit conversion Ensuring fromCertificateAuthorityList to Ensuring[CertificateAuthorityList]

    Inherited by implicit conversion ArrowAssoc fromCertificateAuthorityList to ArrowAssoc[CertificateAuthorityList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/Credential$.html b/docs/com/ngrok/definitions/Credential$.html index 19968d1..ac279cf 100644 --- a/docs/com/ngrok/definitions/Credential$.html +++ b/docs/com/ngrok/definitions/Credential$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.Credential

    Packages

    object Credential extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Credential
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeCredential: Decoder[Credential]
    7. implicit val encodeCredential: Encoder[Credential]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.Credential

    Packages

    object Credential extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Credential
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeCredential: Decoder[Credential]
    7. implicit val encodeCredential: Encoder[Credential]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/Credential.html b/docs/com/ngrok/definitions/Credential.html index b3d586a..75e8f11 100644 --- a/docs/com/ngrok/definitions/Credential.html +++ b/docs/com/ngrok/definitions/Credential.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.Credential

    Packages

    final case class Credential(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, token: Option[String] = None, acl: List[String]) extends Product with Serializable

    A class encapsulating the Credential resource. -

    id

    unique tunnel credential resource identifier

    uri

    URI of the tunnel credential API resource

    createdAt

    timestamp when the tunnel credential was created, RFC 3339 format

    description

    human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes.

    token

    the credential's authtoken that can be used to authenticate an ngrok agent. This value is only available one time, on the API response from credential creation, otherwise it is null.

    acl

    optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Credential
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new Credential(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, token: Option[String] = None, acl: List[String])

      create a new Credential.

      create a new Credential.

      id

      unique tunnel credential resource identifier

      uri

      URI of the tunnel credential API resource

      createdAt

      timestamp when the tunnel credential was created, RFC 3339 format

      description

      human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes.

      token

      the credential's authtoken that can be used to authenticate an ngrok agent. This value is only available one time, on the API response from credential creation, otherwise it is null.

      acl

      optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Credential toany2stringadd[Credential] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Credential, B)
      Implicit
      This member is added by an implicit conversion from Credential toArrowAssoc[Credential] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val acl: List[String]
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (Credential) => Boolean, msg: => Any): Credential
      Implicit
      This member is added by an implicit conversion from Credential toEnsuring[Credential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (Credential) => Boolean): Credential
      Implicit
      This member is added by an implicit conversion from Credential toEnsuring[Credential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): Credential
      Implicit
      This member is added by an implicit conversion from Credential toEnsuring[Credential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): Credential
      Implicit
      This member is added by an implicit conversion from Credential toEnsuring[Credential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Credential toStringFormat[Credential] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val id: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. val token: Option[String]
    28. val uri: URI
    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (Credential, B)
      Implicit
      This member is added by an implicit conversion from Credential toArrowAssoc[Credential] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromCredential to any2stringadd[Credential]

    Inherited by implicit conversion StringFormat fromCredential to StringFormat[Credential]

    Inherited by implicit conversion Ensuring fromCredential to Ensuring[Credential]

    Inherited by implicit conversion ArrowAssoc fromCredential to ArrowAssoc[Credential]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.Credential

    Packages

    final case class Credential(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, token: Option[String] = None, acl: List[String]) extends Product with Serializable

    A class encapsulating the Credential resource. +

    id

    unique tunnel credential resource identifier

    uri

    URI of the tunnel credential API resource

    createdAt

    timestamp when the tunnel credential was created, RFC 3339 format

    description

    human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes.

    token

    the credential's authtoken that can be used to authenticate an ngrok agent. This value is only available one time, on the API response from credential creation, otherwise it is null.

    acl

    optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Credential
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new Credential(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, token: Option[String] = None, acl: List[String])

      create a new Credential.

      create a new Credential.

      id

      unique tunnel credential resource identifier

      uri

      URI of the tunnel credential API resource

      createdAt

      timestamp when the tunnel credential was created, RFC 3339 format

      description

      human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes.

      token

      the credential's authtoken that can be used to authenticate an ngrok agent. This value is only available one time, on the API response from credential creation, otherwise it is null.

      acl

      optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Credential toany2stringadd[Credential] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Credential, B)
      Implicit
      This member is added by an implicit conversion from Credential toArrowAssoc[Credential] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val acl: List[String]
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (Credential) => Boolean, msg: => Any): Credential
      Implicit
      This member is added by an implicit conversion from Credential toEnsuring[Credential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (Credential) => Boolean): Credential
      Implicit
      This member is added by an implicit conversion from Credential toEnsuring[Credential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): Credential
      Implicit
      This member is added by an implicit conversion from Credential toEnsuring[Credential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): Credential
      Implicit
      This member is added by an implicit conversion from Credential toEnsuring[Credential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val metadata: String
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. val token: Option[String]
    27. val uri: URI
    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Credential toStringFormat[Credential] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (Credential, B)
      Implicit
      This member is added by an implicit conversion from Credential toArrowAssoc[Credential] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromCredential to any2stringadd[Credential]

    Inherited by implicit conversion StringFormat fromCredential to StringFormat[Credential]

    Inherited by implicit conversion Ensuring fromCredential to Ensuring[Credential]

    Inherited by implicit conversion ArrowAssoc fromCredential to ArrowAssoc[Credential]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/CredentialList$.html b/docs/com/ngrok/definitions/CredentialList$.html index c4bdd3a..ff27d4d 100644 --- a/docs/com/ngrok/definitions/CredentialList$.html +++ b/docs/com/ngrok/definitions/CredentialList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.CredentialList

    Packages

    object CredentialList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CredentialList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeCredentialList: Decoder[CredentialList]
    7. implicit val encodeCredentialList: Encoder[CredentialList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.CredentialList

    Packages

    object CredentialList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CredentialList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeCredentialList: Decoder[CredentialList]
    7. implicit val encodeCredentialList: Encoder[CredentialList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/CredentialList.html b/docs/com/ngrok/definitions/CredentialList.html index f6ffb73..44b70f3 100644 --- a/docs/com/ngrok/definitions/CredentialList.html +++ b/docs/com/ngrok/definitions/CredentialList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.CredentialList

    Packages

    final case class CredentialList(credentials: List[Credential], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the CredentialList resource. -

    credentials

    the list of all tunnel credentials on this account

    uri

    URI of the tunnel credential list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CredentialList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new CredentialList(credentials: List[Credential], uri: URI, nextPageUri: Option[URI] = None)

      create a new CredentialList.

      create a new CredentialList.

      credentials

      the list of all tunnel credentials on this account

      uri

      URI of the tunnel credential list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from CredentialList toany2stringadd[CredentialList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (CredentialList, B)
      Implicit
      This member is added by an implicit conversion from CredentialList toArrowAssoc[CredentialList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val credentials: List[Credential]
    9. def ensuring(cond: (CredentialList) => Boolean, msg: => Any): CredentialList
      Implicit
      This member is added by an implicit conversion from CredentialList toEnsuring[CredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (CredentialList) => Boolean): CredentialList
      Implicit
      This member is added by an implicit conversion from CredentialList toEnsuring[CredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): CredentialList
      Implicit
      This member is added by an implicit conversion from CredentialList toEnsuring[CredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): CredentialList
      Implicit
      This member is added by an implicit conversion from CredentialList toEnsuring[CredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from CredentialList toStringFormat[CredentialList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      CredentialListPageable
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (CredentialList, B)
      Implicit
      This member is added by an implicit conversion from CredentialList toArrowAssoc[CredentialList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromCredentialList to any2stringadd[CredentialList]

    Inherited by implicit conversion StringFormat fromCredentialList to StringFormat[CredentialList]

    Inherited by implicit conversion Ensuring fromCredentialList to Ensuring[CredentialList]

    Inherited by implicit conversion ArrowAssoc fromCredentialList to ArrowAssoc[CredentialList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.CredentialList

    Packages

    final case class CredentialList(credentials: List[Credential], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the CredentialList resource. +

    credentials

    the list of all tunnel credentials on this account

    uri

    URI of the tunnel credential list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CredentialList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new CredentialList(credentials: List[Credential], uri: URI, nextPageUri: Option[URI] = None)

      create a new CredentialList.

      create a new CredentialList.

      credentials

      the list of all tunnel credentials on this account

      uri

      URI of the tunnel credential list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from CredentialList toany2stringadd[CredentialList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (CredentialList, B)
      Implicit
      This member is added by an implicit conversion from CredentialList toArrowAssoc[CredentialList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val credentials: List[Credential]
    9. def ensuring(cond: (CredentialList) => Boolean, msg: => Any): CredentialList
      Implicit
      This member is added by an implicit conversion from CredentialList toEnsuring[CredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (CredentialList) => Boolean): CredentialList
      Implicit
      This member is added by an implicit conversion from CredentialList toEnsuring[CredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): CredentialList
      Implicit
      This member is added by an implicit conversion from CredentialList toEnsuring[CredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): CredentialList
      Implicit
      This member is added by an implicit conversion from CredentialList toEnsuring[CredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      CredentialListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from CredentialList toStringFormat[CredentialList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (CredentialList, B)
      Implicit
      This member is added by an implicit conversion from CredentialList toArrowAssoc[CredentialList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromCredentialList to any2stringadd[CredentialList]

    Inherited by implicit conversion StringFormat fromCredentialList to StringFormat[CredentialList]

    Inherited by implicit conversion Ensuring fromCredentialList to Ensuring[CredentialList]

    Inherited by implicit conversion ArrowAssoc fromCredentialList to ArrowAssoc[CredentialList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/Endpoint$.html b/docs/com/ngrok/definitions/Endpoint$.html index e459468..84e7ec3 100644 --- a/docs/com/ngrok/definitions/Endpoint$.html +++ b/docs/com/ngrok/definitions/Endpoint$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.Endpoint

    Packages

    object Endpoint extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Endpoint
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpoint: Decoder[Endpoint]
    7. implicit val encodeEndpoint: Encoder[Endpoint]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.Endpoint

    Packages

    object Endpoint extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Endpoint
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpoint: Decoder[Endpoint]
    7. implicit val encodeEndpoint: Encoder[Endpoint]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/Endpoint.html b/docs/com/ngrok/definitions/Endpoint.html index e4d1a62..cb27f28 100644 --- a/docs/com/ngrok/definitions/Endpoint.html +++ b/docs/com/ngrok/definitions/Endpoint.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.Endpoint

    Packages

    final case class Endpoint(id: String, region: String, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, publicUrl: URI, proto: String, hostport: String, type: String, metadata: String, domain: Option[Ref] = None, tcpAddr: Option[Ref] = None, tunnel: Option[Ref] = None, edge: Option[Ref] = None) extends Product with Serializable

    A class encapsulating the Endpoint resource. -

    id

    unique endpoint resource identifier

    region

    identifier of the region this endpoint belongs to

    createdAt

    timestamp when the endpoint was created in RFC 3339 format

    updatedAt

    timestamp when the endpoint was updated in RFC 3339 format

    publicUrl

    URL of the hostport served by this endpoint

    proto

    protocol served by this endpoint. one of http, https, tcp, or tls

    hostport

    hostport served by this endpoint (hostname:port)

    metadata

    user-supplied metadata of the associated tunnel or edge object

    domain

    the domain reserved for this endpoint

    tcpAddr

    the address reserved for this endpoint

    tunnel

    the tunnel serving requests to this endpoint, if this is an ephemeral endpoint

    edge

    the edge serving requests to this endpoint, if this is an edge endpoint

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Endpoint
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new Endpoint(id: String, region: String, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, publicUrl: URI, proto: String, hostport: String, type: String, metadata: String, domain: Option[Ref] = None, tcpAddr: Option[Ref] = None, tunnel: Option[Ref] = None, edge: Option[Ref] = None)

      create a new Endpoint.

      create a new Endpoint.

      id

      unique endpoint resource identifier

      region

      identifier of the region this endpoint belongs to

      createdAt

      timestamp when the endpoint was created in RFC 3339 format

      updatedAt

      timestamp when the endpoint was updated in RFC 3339 format

      publicUrl

      URL of the hostport served by this endpoint

      proto

      protocol served by this endpoint. one of http, https, tcp, or tls

      hostport

      hostport served by this endpoint (hostname:port)

      metadata

      user-supplied metadata of the associated tunnel or edge object

      domain

      the domain reserved for this endpoint

      tcpAddr

      the address reserved for this endpoint

      tunnel

      the tunnel serving requests to this endpoint, if this is an ephemeral endpoint

      edge

      the edge serving requests to this endpoint, if this is an edge endpoint

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Endpoint toany2stringadd[Endpoint] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Endpoint, B)
      Implicit
      This member is added by an implicit conversion from Endpoint toArrowAssoc[Endpoint] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val domain: Option[Ref]
    10. val edge: Option[Ref]
    11. def ensuring(cond: (Endpoint) => Boolean, msg: => Any): Endpoint
      Implicit
      This member is added by an implicit conversion from Endpoint toEnsuring[Endpoint] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (Endpoint) => Boolean): Endpoint
      Implicit
      This member is added by an implicit conversion from Endpoint toEnsuring[Endpoint] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): Endpoint
      Implicit
      This member is added by an implicit conversion from Endpoint toEnsuring[Endpoint] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): Endpoint
      Implicit
      This member is added by an implicit conversion from Endpoint toEnsuring[Endpoint] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Endpoint toStringFormat[Endpoint] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val hostport: String
    20. val id: String
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. val metadata: String
    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. def productElementNames: Iterator[String]
      Definition Classes
      Product
    27. val proto: String
    28. val publicUrl: URI
    29. val region: String
    30. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    31. val tcpAddr: Option[Ref]
    32. val tunnel: Option[Ref]
    33. val type: String
    34. val updatedAt: OffsetDateTime
    35. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    36. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    37. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (Endpoint, B)
      Implicit
      This member is added by an implicit conversion from Endpoint toArrowAssoc[Endpoint] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpoint to any2stringadd[Endpoint]

    Inherited by implicit conversion StringFormat fromEndpoint to StringFormat[Endpoint]

    Inherited by implicit conversion Ensuring fromEndpoint to Ensuring[Endpoint]

    Inherited by implicit conversion ArrowAssoc fromEndpoint to ArrowAssoc[Endpoint]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.Endpoint

    Packages

    final case class Endpoint(id: String, region: String, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, publicUrl: URI, proto: String, hostport: String, type: String, metadata: String, domain: Option[Ref] = None, tcpAddr: Option[Ref] = None, tunnel: Option[Ref] = None, edge: Option[Ref] = None) extends Product with Serializable

    A class encapsulating the Endpoint resource. +

    id

    unique endpoint resource identifier

    region

    identifier of the region this endpoint belongs to

    createdAt

    timestamp when the endpoint was created in RFC 3339 format

    updatedAt

    timestamp when the endpoint was updated in RFC 3339 format

    publicUrl

    URL of the hostport served by this endpoint

    proto

    protocol served by this endpoint. one of http, https, tcp, or tls

    hostport

    hostport served by this endpoint (hostname:port)

    metadata

    user-supplied metadata of the associated tunnel or edge object

    domain

    the domain reserved for this endpoint

    tcpAddr

    the address reserved for this endpoint

    tunnel

    the tunnel serving requests to this endpoint, if this is an ephemeral endpoint

    edge

    the edge serving requests to this endpoint, if this is an edge endpoint

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Endpoint
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new Endpoint(id: String, region: String, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, publicUrl: URI, proto: String, hostport: String, type: String, metadata: String, domain: Option[Ref] = None, tcpAddr: Option[Ref] = None, tunnel: Option[Ref] = None, edge: Option[Ref] = None)

      create a new Endpoint.

      create a new Endpoint.

      id

      unique endpoint resource identifier

      region

      identifier of the region this endpoint belongs to

      createdAt

      timestamp when the endpoint was created in RFC 3339 format

      updatedAt

      timestamp when the endpoint was updated in RFC 3339 format

      publicUrl

      URL of the hostport served by this endpoint

      proto

      protocol served by this endpoint. one of http, https, tcp, or tls

      hostport

      hostport served by this endpoint (hostname:port)

      metadata

      user-supplied metadata of the associated tunnel or edge object

      domain

      the domain reserved for this endpoint

      tcpAddr

      the address reserved for this endpoint

      tunnel

      the tunnel serving requests to this endpoint, if this is an ephemeral endpoint

      edge

      the edge serving requests to this endpoint, if this is an edge endpoint

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Endpoint toany2stringadd[Endpoint] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Endpoint, B)
      Implicit
      This member is added by an implicit conversion from Endpoint toArrowAssoc[Endpoint] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val domain: Option[Ref]
    10. val edge: Option[Ref]
    11. def ensuring(cond: (Endpoint) => Boolean, msg: => Any): Endpoint
      Implicit
      This member is added by an implicit conversion from Endpoint toEnsuring[Endpoint] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (Endpoint) => Boolean): Endpoint
      Implicit
      This member is added by an implicit conversion from Endpoint toEnsuring[Endpoint] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): Endpoint
      Implicit
      This member is added by an implicit conversion from Endpoint toEnsuring[Endpoint] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): Endpoint
      Implicit
      This member is added by an implicit conversion from Endpoint toEnsuring[Endpoint] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val hostport: String
    19. val id: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. val proto: String
    27. val publicUrl: URI
    28. val region: String
    29. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    30. val tcpAddr: Option[Ref]
    31. val tunnel: Option[Ref]
    32. val type: String
    33. val updatedAt: OffsetDateTime
    34. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    35. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    36. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Endpoint toStringFormat[Endpoint] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (Endpoint, B)
      Implicit
      This member is added by an implicit conversion from Endpoint toArrowAssoc[Endpoint] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpoint to any2stringadd[Endpoint]

    Inherited by implicit conversion StringFormat fromEndpoint to StringFormat[Endpoint]

    Inherited by implicit conversion Ensuring fromEndpoint to Ensuring[Endpoint]

    Inherited by implicit conversion ArrowAssoc fromEndpoint to ArrowAssoc[Endpoint]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointBackend$.html b/docs/com/ngrok/definitions/EndpointBackend$.html index f8f31fa..ef15f1f 100644 --- a/docs/com/ngrok/definitions/EndpointBackend$.html +++ b/docs/com/ngrok/definitions/EndpointBackend$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointBackend

    Packages

    object EndpointBackend extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointBackend
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointBackend: Decoder[EndpointBackend]
    7. implicit val encodeEndpointBackend: Encoder[EndpointBackend]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointBackend

    Packages

    object EndpointBackend extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointBackend
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointBackend: Decoder[EndpointBackend]
    7. implicit val encodeEndpointBackend: Encoder[EndpointBackend]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointBackend.html b/docs/com/ngrok/definitions/EndpointBackend.html index 8f923a9..042af6f 100644 --- a/docs/com/ngrok/definitions/EndpointBackend.html +++ b/docs/com/ngrok/definitions/EndpointBackend.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointBackend

    Packages

    final case class EndpointBackend(enabled: Option[Boolean] = None, backend: Ref) extends Product with Serializable

    A class encapsulating the EndpointBackend resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    backend

    backend to be used to back this endpoint

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointBackend
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointBackend(enabled: Option[Boolean] = None, backend: Ref)

      create a new EndpointBackend.

      create a new EndpointBackend.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      backend

      backend to be used to back this endpoint

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointBackend toany2stringadd[EndpointBackend] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointBackend, B)
      Implicit
      This member is added by an implicit conversion from EndpointBackend toArrowAssoc[EndpointBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backend: Ref
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val enabled: Option[Boolean]
    10. def ensuring(cond: (EndpointBackend) => Boolean, msg: => Any): EndpointBackend
      Implicit
      This member is added by an implicit conversion from EndpointBackend toEnsuring[EndpointBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EndpointBackend) => Boolean): EndpointBackend
      Implicit
      This member is added by an implicit conversion from EndpointBackend toEnsuring[EndpointBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EndpointBackend
      Implicit
      This member is added by an implicit conversion from EndpointBackend toEnsuring[EndpointBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EndpointBackend
      Implicit
      This member is added by an implicit conversion from EndpointBackend toEnsuring[EndpointBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointBackend toStringFormat[EndpointBackend] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointBackend, B)
      Implicit
      This member is added by an implicit conversion from EndpointBackend toArrowAssoc[EndpointBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointBackend to any2stringadd[EndpointBackend]

    Inherited by implicit conversion StringFormat fromEndpointBackend to StringFormat[EndpointBackend]

    Inherited by implicit conversion Ensuring fromEndpointBackend to Ensuring[EndpointBackend]

    Inherited by implicit conversion ArrowAssoc fromEndpointBackend to ArrowAssoc[EndpointBackend]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointBackend

    Packages

    final case class EndpointBackend(enabled: Option[Boolean] = None, backend: Ref) extends Product with Serializable

    A class encapsulating the EndpointBackend resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    backend

    backend to be used to back this endpoint

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointBackend
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointBackend(enabled: Option[Boolean] = None, backend: Ref)

      create a new EndpointBackend.

      create a new EndpointBackend.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      backend

      backend to be used to back this endpoint

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointBackend toany2stringadd[EndpointBackend] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointBackend, B)
      Implicit
      This member is added by an implicit conversion from EndpointBackend toArrowAssoc[EndpointBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backend: Ref
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val enabled: Option[Boolean]
    10. def ensuring(cond: (EndpointBackend) => Boolean, msg: => Any): EndpointBackend
      Implicit
      This member is added by an implicit conversion from EndpointBackend toEnsuring[EndpointBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EndpointBackend) => Boolean): EndpointBackend
      Implicit
      This member is added by an implicit conversion from EndpointBackend toEnsuring[EndpointBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EndpointBackend
      Implicit
      This member is added by an implicit conversion from EndpointBackend toEnsuring[EndpointBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EndpointBackend
      Implicit
      This member is added by an implicit conversion from EndpointBackend toEnsuring[EndpointBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointBackend toStringFormat[EndpointBackend] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointBackend, B)
      Implicit
      This member is added by an implicit conversion from EndpointBackend toArrowAssoc[EndpointBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointBackend to any2stringadd[EndpointBackend]

    Inherited by implicit conversion StringFormat fromEndpointBackend to StringFormat[EndpointBackend]

    Inherited by implicit conversion Ensuring fromEndpointBackend to Ensuring[EndpointBackend]

    Inherited by implicit conversion ArrowAssoc fromEndpointBackend to ArrowAssoc[EndpointBackend]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointBackendMutate$.html b/docs/com/ngrok/definitions/EndpointBackendMutate$.html index c9380a9..aa0ca37 100644 --- a/docs/com/ngrok/definitions/EndpointBackendMutate$.html +++ b/docs/com/ngrok/definitions/EndpointBackendMutate$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointBackendMutate

    Packages

    object EndpointBackendMutate extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointBackendMutate
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointBackendMutate: Decoder[EndpointBackendMutate]
    7. implicit val encodeEndpointBackendMutate: Encoder[EndpointBackendMutate]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointBackendMutate

    Packages

    object EndpointBackendMutate extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointBackendMutate
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointBackendMutate: Decoder[EndpointBackendMutate]
    7. implicit val encodeEndpointBackendMutate: Encoder[EndpointBackendMutate]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointBackendMutate.html b/docs/com/ngrok/definitions/EndpointBackendMutate.html index c382137..ed15edc 100644 --- a/docs/com/ngrok/definitions/EndpointBackendMutate.html +++ b/docs/com/ngrok/definitions/EndpointBackendMutate.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointBackendMutate

    Packages

    final case class EndpointBackendMutate(enabled: Option[Boolean] = None, backendId: String) extends Product with Serializable

    A class encapsulating the EndpointBackendMutate resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    backendId

    backend to be used to back this endpoint

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointBackendMutate
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointBackendMutate(enabled: Option[Boolean] = None, backendId: String)

      create a new EndpointBackendMutate.

      create a new EndpointBackendMutate.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      backendId

      backend to be used to back this endpoint

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toany2stringadd[EndpointBackendMutate] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointBackendMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toArrowAssoc[EndpointBackendMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backendId: String
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val enabled: Option[Boolean]
    10. def ensuring(cond: (EndpointBackendMutate) => Boolean, msg: => Any): EndpointBackendMutate
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toEnsuring[EndpointBackendMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EndpointBackendMutate) => Boolean): EndpointBackendMutate
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toEnsuring[EndpointBackendMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EndpointBackendMutate
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toEnsuring[EndpointBackendMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EndpointBackendMutate
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toEnsuring[EndpointBackendMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toStringFormat[EndpointBackendMutate] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointBackendMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toArrowAssoc[EndpointBackendMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointBackendMutate to any2stringadd[EndpointBackendMutate]

    Inherited by implicit conversion StringFormat fromEndpointBackendMutate to StringFormat[EndpointBackendMutate]

    Inherited by implicit conversion Ensuring fromEndpointBackendMutate to Ensuring[EndpointBackendMutate]

    Inherited by implicit conversion ArrowAssoc fromEndpointBackendMutate to ArrowAssoc[EndpointBackendMutate]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointBackendMutate

    Packages

    final case class EndpointBackendMutate(enabled: Option[Boolean] = None, backendId: String) extends Product with Serializable

    A class encapsulating the EndpointBackendMutate resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    backendId

    backend to be used to back this endpoint

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointBackendMutate
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointBackendMutate(enabled: Option[Boolean] = None, backendId: String)

      create a new EndpointBackendMutate.

      create a new EndpointBackendMutate.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      backendId

      backend to be used to back this endpoint

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toany2stringadd[EndpointBackendMutate] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointBackendMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toArrowAssoc[EndpointBackendMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backendId: String
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val enabled: Option[Boolean]
    10. def ensuring(cond: (EndpointBackendMutate) => Boolean, msg: => Any): EndpointBackendMutate
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toEnsuring[EndpointBackendMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EndpointBackendMutate) => Boolean): EndpointBackendMutate
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toEnsuring[EndpointBackendMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EndpointBackendMutate
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toEnsuring[EndpointBackendMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EndpointBackendMutate
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toEnsuring[EndpointBackendMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toStringFormat[EndpointBackendMutate] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointBackendMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointBackendMutate toArrowAssoc[EndpointBackendMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointBackendMutate to any2stringadd[EndpointBackendMutate]

    Inherited by implicit conversion StringFormat fromEndpointBackendMutate to StringFormat[EndpointBackendMutate]

    Inherited by implicit conversion Ensuring fromEndpointBackendMutate to Ensuring[EndpointBackendMutate]

    Inherited by implicit conversion ArrowAssoc fromEndpointBackendMutate to ArrowAssoc[EndpointBackendMutate]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointCircuitBreaker$.html b/docs/com/ngrok/definitions/EndpointCircuitBreaker$.html index a5e9fbb..80cd653 100644 --- a/docs/com/ngrok/definitions/EndpointCircuitBreaker$.html +++ b/docs/com/ngrok/definitions/EndpointCircuitBreaker$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointCircuitBreaker

    Packages

    object EndpointCircuitBreaker extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointCircuitBreaker
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointCircuitBreaker: Decoder[EndpointCircuitBreaker]
    7. implicit val encodeEndpointCircuitBreaker: Encoder[EndpointCircuitBreaker]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointCircuitBreaker

    Packages

    object EndpointCircuitBreaker extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointCircuitBreaker
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointCircuitBreaker: Decoder[EndpointCircuitBreaker]
    7. implicit val encodeEndpointCircuitBreaker: Encoder[EndpointCircuitBreaker]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointCircuitBreaker.html b/docs/com/ngrok/definitions/EndpointCircuitBreaker.html index e64c60b..1067691 100644 --- a/docs/com/ngrok/definitions/EndpointCircuitBreaker.html +++ b/docs/com/ngrok/definitions/EndpointCircuitBreaker.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointCircuitBreaker

    Packages

    final case class EndpointCircuitBreaker(enabled: Option[Boolean] = None, trippedDuration: Duration, rollingWindow: Long, numBuckets: Long, volumeThreshold: Long, errorThresholdPercentage: Double) extends Product with Serializable

    A class encapsulating the EndpointCircuitBreaker resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    trippedDuration

    Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health

    rollingWindow

    Integer number of seconds in the statistical rolling window that metrics are retained for.

    numBuckets

    Integer number of buckets into which metrics are retained. Max 128.

    volumeThreshold

    Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low.

    errorThresholdPercentage

    Error threshold percentage should be between 0 - 1.0, not 0-100.0

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointCircuitBreaker
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointCircuitBreaker(enabled: Option[Boolean] = None, trippedDuration: Duration, rollingWindow: Long, numBuckets: Long, volumeThreshold: Long, errorThresholdPercentage: Double)

      create a new EndpointCircuitBreaker.

      create a new EndpointCircuitBreaker.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      trippedDuration

      Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health

      rollingWindow

      Integer number of seconds in the statistical rolling window that metrics are retained for.

      numBuckets

      Integer number of buckets into which metrics are retained. Max 128.

      volumeThreshold

      Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low.

      errorThresholdPercentage

      Error threshold percentage should be between 0 - 1.0, not 0-100.0

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toany2stringadd[EndpointCircuitBreaker] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointCircuitBreaker, B)
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toArrowAssoc[EndpointCircuitBreaker] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointCircuitBreaker) => Boolean, msg: => Any): EndpointCircuitBreaker
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toEnsuring[EndpointCircuitBreaker] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointCircuitBreaker) => Boolean): EndpointCircuitBreaker
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toEnsuring[EndpointCircuitBreaker] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointCircuitBreaker
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toEnsuring[EndpointCircuitBreaker] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointCircuitBreaker
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toEnsuring[EndpointCircuitBreaker] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. val errorThresholdPercentage: Double
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toStringFormat[EndpointCircuitBreaker] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. val numBuckets: Long
    23. def productElementNames: Iterator[String]
      Definition Classes
      Product
    24. val rollingWindow: Long
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. val trippedDuration: Duration
    27. val volumeThreshold: Long
    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointCircuitBreaker, B)
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toArrowAssoc[EndpointCircuitBreaker] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointCircuitBreaker to any2stringadd[EndpointCircuitBreaker]

    Inherited by implicit conversion StringFormat fromEndpointCircuitBreaker to StringFormat[EndpointCircuitBreaker]

    Inherited by implicit conversion Ensuring fromEndpointCircuitBreaker to Ensuring[EndpointCircuitBreaker]

    Inherited by implicit conversion ArrowAssoc fromEndpointCircuitBreaker to ArrowAssoc[EndpointCircuitBreaker]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointCircuitBreaker

    Packages

    final case class EndpointCircuitBreaker(enabled: Option[Boolean] = None, trippedDuration: Duration, rollingWindow: Long, numBuckets: Long, volumeThreshold: Long, errorThresholdPercentage: Double) extends Product with Serializable

    A class encapsulating the EndpointCircuitBreaker resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    trippedDuration

    Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health

    rollingWindow

    Integer number of seconds in the statistical rolling window that metrics are retained for.

    numBuckets

    Integer number of buckets into which metrics are retained. Max 128.

    volumeThreshold

    Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low.

    errorThresholdPercentage

    Error threshold percentage should be between 0 - 1.0, not 0-100.0

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointCircuitBreaker
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointCircuitBreaker(enabled: Option[Boolean] = None, trippedDuration: Duration, rollingWindow: Long, numBuckets: Long, volumeThreshold: Long, errorThresholdPercentage: Double)

      create a new EndpointCircuitBreaker.

      create a new EndpointCircuitBreaker.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      trippedDuration

      Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health

      rollingWindow

      Integer number of seconds in the statistical rolling window that metrics are retained for.

      numBuckets

      Integer number of buckets into which metrics are retained. Max 128.

      volumeThreshold

      Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low.

      errorThresholdPercentage

      Error threshold percentage should be between 0 - 1.0, not 0-100.0

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toany2stringadd[EndpointCircuitBreaker] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointCircuitBreaker, B)
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toArrowAssoc[EndpointCircuitBreaker] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointCircuitBreaker) => Boolean, msg: => Any): EndpointCircuitBreaker
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toEnsuring[EndpointCircuitBreaker] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointCircuitBreaker) => Boolean): EndpointCircuitBreaker
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toEnsuring[EndpointCircuitBreaker] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointCircuitBreaker
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toEnsuring[EndpointCircuitBreaker] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointCircuitBreaker
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toEnsuring[EndpointCircuitBreaker] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. val errorThresholdPercentage: Double
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. val numBuckets: Long
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. val rollingWindow: Long
    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. val trippedDuration: Duration
    26. val volumeThreshold: Long
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toStringFormat[EndpointCircuitBreaker] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointCircuitBreaker, B)
      Implicit
      This member is added by an implicit conversion from EndpointCircuitBreaker toArrowAssoc[EndpointCircuitBreaker] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointCircuitBreaker to any2stringadd[EndpointCircuitBreaker]

    Inherited by implicit conversion StringFormat fromEndpointCircuitBreaker to StringFormat[EndpointCircuitBreaker]

    Inherited by implicit conversion Ensuring fromEndpointCircuitBreaker to Ensuring[EndpointCircuitBreaker]

    Inherited by implicit conversion ArrowAssoc fromEndpointCircuitBreaker to ArrowAssoc[EndpointCircuitBreaker]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointCompression$.html b/docs/com/ngrok/definitions/EndpointCompression$.html index d1b776b..e572239 100644 --- a/docs/com/ngrok/definitions/EndpointCompression$.html +++ b/docs/com/ngrok/definitions/EndpointCompression$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointCompression

    Packages

    object EndpointCompression extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointCompression
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointCompression: Decoder[EndpointCompression]
    7. implicit val encodeEndpointCompression: Encoder[EndpointCompression]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointCompression

    Packages

    object EndpointCompression extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointCompression
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointCompression: Decoder[EndpointCompression]
    7. implicit val encodeEndpointCompression: Encoder[EndpointCompression]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointCompression.html b/docs/com/ngrok/definitions/EndpointCompression.html index 3fb9ea0..507f74c 100644 --- a/docs/com/ngrok/definitions/EndpointCompression.html +++ b/docs/com/ngrok/definitions/EndpointCompression.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointCompression

    Packages

    final case class EndpointCompression(enabled: Option[Boolean] = None) extends Product with Serializable

    A class encapsulating the EndpointCompression resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointCompression
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointCompression(enabled: Option[Boolean] = None)

      create a new EndpointCompression.

      create a new EndpointCompression.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointCompression toany2stringadd[EndpointCompression] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointCompression, B)
      Implicit
      This member is added by an implicit conversion from EndpointCompression toArrowAssoc[EndpointCompression] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointCompression) => Boolean, msg: => Any): EndpointCompression
      Implicit
      This member is added by an implicit conversion from EndpointCompression toEnsuring[EndpointCompression] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointCompression) => Boolean): EndpointCompression
      Implicit
      This member is added by an implicit conversion from EndpointCompression toEnsuring[EndpointCompression] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointCompression
      Implicit
      This member is added by an implicit conversion from EndpointCompression toEnsuring[EndpointCompression] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointCompression
      Implicit
      This member is added by an implicit conversion from EndpointCompression toEnsuring[EndpointCompression] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointCompression toStringFormat[EndpointCompression] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointCompression, B)
      Implicit
      This member is added by an implicit conversion from EndpointCompression toArrowAssoc[EndpointCompression] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointCompression to any2stringadd[EndpointCompression]

    Inherited by implicit conversion StringFormat fromEndpointCompression to StringFormat[EndpointCompression]

    Inherited by implicit conversion Ensuring fromEndpointCompression to Ensuring[EndpointCompression]

    Inherited by implicit conversion ArrowAssoc fromEndpointCompression to ArrowAssoc[EndpointCompression]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointCompression

    Packages

    final case class EndpointCompression(enabled: Option[Boolean] = None) extends Product with Serializable

    A class encapsulating the EndpointCompression resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointCompression
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointCompression(enabled: Option[Boolean] = None)

      create a new EndpointCompression.

      create a new EndpointCompression.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointCompression toany2stringadd[EndpointCompression] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointCompression, B)
      Implicit
      This member is added by an implicit conversion from EndpointCompression toArrowAssoc[EndpointCompression] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointCompression) => Boolean, msg: => Any): EndpointCompression
      Implicit
      This member is added by an implicit conversion from EndpointCompression toEnsuring[EndpointCompression] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointCompression) => Boolean): EndpointCompression
      Implicit
      This member is added by an implicit conversion from EndpointCompression toEnsuring[EndpointCompression] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointCompression
      Implicit
      This member is added by an implicit conversion from EndpointCompression toEnsuring[EndpointCompression] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointCompression
      Implicit
      This member is added by an implicit conversion from EndpointCompression toEnsuring[EndpointCompression] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    22. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    23. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointCompression toStringFormat[EndpointCompression] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointCompression, B)
      Implicit
      This member is added by an implicit conversion from EndpointCompression toArrowAssoc[EndpointCompression] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointCompression to any2stringadd[EndpointCompression]

    Inherited by implicit conversion StringFormat fromEndpointCompression to StringFormat[EndpointCompression]

    Inherited by implicit conversion Ensuring fromEndpointCompression to Ensuring[EndpointCompression]

    Inherited by implicit conversion ArrowAssoc fromEndpointCompression to ArrowAssoc[EndpointCompression]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointIpPolicy$.html b/docs/com/ngrok/definitions/EndpointIpPolicy$.html index b1e2646..4f33a01 100644 --- a/docs/com/ngrok/definitions/EndpointIpPolicy$.html +++ b/docs/com/ngrok/definitions/EndpointIpPolicy$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointIpPolicy

    Packages

    object EndpointIpPolicy extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointIpPolicy
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointIpPolicy: Decoder[EndpointIpPolicy]
    7. implicit val encodeEndpointIpPolicy: Encoder[EndpointIpPolicy]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointIpPolicy

    Packages

    object EndpointIpPolicy extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointIpPolicy
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointIpPolicy: Decoder[EndpointIpPolicy]
    7. implicit val encodeEndpointIpPolicy: Encoder[EndpointIpPolicy]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointIpPolicy.html b/docs/com/ngrok/definitions/EndpointIpPolicy.html index 851f9ab..8ef8b0b 100644 --- a/docs/com/ngrok/definitions/EndpointIpPolicy.html +++ b/docs/com/ngrok/definitions/EndpointIpPolicy.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointIpPolicy

    Packages

    final case class EndpointIpPolicy(enabled: Option[Boolean] = None, ipPolicies: List[Ref]) extends Product with Serializable

    A class encapsulating the EndpointIpPolicy resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    ipPolicies

    the value of the ip_policies parameter as a scala.List of Ref

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointIpPolicy
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointIpPolicy(enabled: Option[Boolean] = None, ipPolicies: List[Ref])

      create a new EndpointIpPolicy.

      create a new EndpointIpPolicy.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      ipPolicies

      the value of the ip_policies parameter as a scala.List of Ref

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toany2stringadd[EndpointIpPolicy] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointIpPolicy, B)
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toArrowAssoc[EndpointIpPolicy] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointIpPolicy) => Boolean, msg: => Any): EndpointIpPolicy
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toEnsuring[EndpointIpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointIpPolicy) => Boolean): EndpointIpPolicy
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toEnsuring[EndpointIpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointIpPolicy
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toEnsuring[EndpointIpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointIpPolicy
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toEnsuring[EndpointIpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toStringFormat[EndpointIpPolicy] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. val ipPolicies: List[Ref]
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointIpPolicy, B)
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toArrowAssoc[EndpointIpPolicy] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointIpPolicy to any2stringadd[EndpointIpPolicy]

    Inherited by implicit conversion StringFormat fromEndpointIpPolicy to StringFormat[EndpointIpPolicy]

    Inherited by implicit conversion Ensuring fromEndpointIpPolicy to Ensuring[EndpointIpPolicy]

    Inherited by implicit conversion ArrowAssoc fromEndpointIpPolicy to ArrowAssoc[EndpointIpPolicy]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointIpPolicy

    Packages

    final case class EndpointIpPolicy(enabled: Option[Boolean] = None, ipPolicies: List[Ref]) extends Product with Serializable

    A class encapsulating the EndpointIpPolicy resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    ipPolicies

    the value of the ip_policies parameter as a scala.List of Ref

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointIpPolicy
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointIpPolicy(enabled: Option[Boolean] = None, ipPolicies: List[Ref])

      create a new EndpointIpPolicy.

      create a new EndpointIpPolicy.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      ipPolicies

      the value of the ip_policies parameter as a scala.List of Ref

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toany2stringadd[EndpointIpPolicy] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointIpPolicy, B)
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toArrowAssoc[EndpointIpPolicy] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointIpPolicy) => Boolean, msg: => Any): EndpointIpPolicy
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toEnsuring[EndpointIpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointIpPolicy) => Boolean): EndpointIpPolicy
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toEnsuring[EndpointIpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointIpPolicy
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toEnsuring[EndpointIpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointIpPolicy
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toEnsuring[EndpointIpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. val ipPolicies: List[Ref]
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toStringFormat[EndpointIpPolicy] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointIpPolicy, B)
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicy toArrowAssoc[EndpointIpPolicy] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointIpPolicy to any2stringadd[EndpointIpPolicy]

    Inherited by implicit conversion StringFormat fromEndpointIpPolicy to StringFormat[EndpointIpPolicy]

    Inherited by implicit conversion Ensuring fromEndpointIpPolicy to Ensuring[EndpointIpPolicy]

    Inherited by implicit conversion ArrowAssoc fromEndpointIpPolicy to ArrowAssoc[EndpointIpPolicy]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointIpPolicyMutate$.html b/docs/com/ngrok/definitions/EndpointIpPolicyMutate$.html index 8d24f31..e0cdbce 100644 --- a/docs/com/ngrok/definitions/EndpointIpPolicyMutate$.html +++ b/docs/com/ngrok/definitions/EndpointIpPolicyMutate$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointIpPolicyMutate

    Packages

    object EndpointIpPolicyMutate extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointIpPolicyMutate
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointIpPolicyMutate: Decoder[EndpointIpPolicyMutate]
    7. implicit val encodeEndpointIpPolicyMutate: Encoder[EndpointIpPolicyMutate]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointIpPolicyMutate

    Packages

    object EndpointIpPolicyMutate extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointIpPolicyMutate
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointIpPolicyMutate: Decoder[EndpointIpPolicyMutate]
    7. implicit val encodeEndpointIpPolicyMutate: Encoder[EndpointIpPolicyMutate]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointIpPolicyMutate.html b/docs/com/ngrok/definitions/EndpointIpPolicyMutate.html index e9dccf2..5f7a8cd 100644 --- a/docs/com/ngrok/definitions/EndpointIpPolicyMutate.html +++ b/docs/com/ngrok/definitions/EndpointIpPolicyMutate.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointIpPolicyMutate

    Packages

    final case class EndpointIpPolicyMutate(enabled: Option[Boolean] = None, ipPolicyIds: List[String]) extends Product with Serializable

    A class encapsulating the EndpointIpPolicyMutate resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    ipPolicyIds

    list of all IP policies that will be used to check if a source IP is allowed access to the endpoint

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointIpPolicyMutate
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointIpPolicyMutate(enabled: Option[Boolean] = None, ipPolicyIds: List[String])

      create a new EndpointIpPolicyMutate.

      create a new EndpointIpPolicyMutate.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      ipPolicyIds

      list of all IP policies that will be used to check if a source IP is allowed access to the endpoint

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toany2stringadd[EndpointIpPolicyMutate] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointIpPolicyMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toArrowAssoc[EndpointIpPolicyMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointIpPolicyMutate) => Boolean, msg: => Any): EndpointIpPolicyMutate
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toEnsuring[EndpointIpPolicyMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointIpPolicyMutate) => Boolean): EndpointIpPolicyMutate
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toEnsuring[EndpointIpPolicyMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointIpPolicyMutate
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toEnsuring[EndpointIpPolicyMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointIpPolicyMutate
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toEnsuring[EndpointIpPolicyMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toStringFormat[EndpointIpPolicyMutate] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. val ipPolicyIds: List[String]
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointIpPolicyMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toArrowAssoc[EndpointIpPolicyMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointIpPolicyMutate to any2stringadd[EndpointIpPolicyMutate]

    Inherited by implicit conversion StringFormat fromEndpointIpPolicyMutate to StringFormat[EndpointIpPolicyMutate]

    Inherited by implicit conversion Ensuring fromEndpointIpPolicyMutate to Ensuring[EndpointIpPolicyMutate]

    Inherited by implicit conversion ArrowAssoc fromEndpointIpPolicyMutate to ArrowAssoc[EndpointIpPolicyMutate]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointIpPolicyMutate

    Packages

    final case class EndpointIpPolicyMutate(enabled: Option[Boolean] = None, ipPolicyIds: List[String]) extends Product with Serializable

    A class encapsulating the EndpointIpPolicyMutate resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    ipPolicyIds

    list of all IP policies that will be used to check if a source IP is allowed access to the endpoint

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointIpPolicyMutate
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointIpPolicyMutate(enabled: Option[Boolean] = None, ipPolicyIds: List[String])

      create a new EndpointIpPolicyMutate.

      create a new EndpointIpPolicyMutate.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      ipPolicyIds

      list of all IP policies that will be used to check if a source IP is allowed access to the endpoint

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toany2stringadd[EndpointIpPolicyMutate] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointIpPolicyMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toArrowAssoc[EndpointIpPolicyMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointIpPolicyMutate) => Boolean, msg: => Any): EndpointIpPolicyMutate
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toEnsuring[EndpointIpPolicyMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointIpPolicyMutate) => Boolean): EndpointIpPolicyMutate
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toEnsuring[EndpointIpPolicyMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointIpPolicyMutate
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toEnsuring[EndpointIpPolicyMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointIpPolicyMutate
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toEnsuring[EndpointIpPolicyMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. val ipPolicyIds: List[String]
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toStringFormat[EndpointIpPolicyMutate] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointIpPolicyMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointIpPolicyMutate toArrowAssoc[EndpointIpPolicyMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointIpPolicyMutate to any2stringadd[EndpointIpPolicyMutate]

    Inherited by implicit conversion StringFormat fromEndpointIpPolicyMutate to StringFormat[EndpointIpPolicyMutate]

    Inherited by implicit conversion Ensuring fromEndpointIpPolicyMutate to Ensuring[EndpointIpPolicyMutate]

    Inherited by implicit conversion ArrowAssoc fromEndpointIpPolicyMutate to ArrowAssoc[EndpointIpPolicyMutate]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointList$.html b/docs/com/ngrok/definitions/EndpointList$.html index ec945bc..6cec6ff 100644 --- a/docs/com/ngrok/definitions/EndpointList$.html +++ b/docs/com/ngrok/definitions/EndpointList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointList

    Packages

    object EndpointList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointList: Decoder[EndpointList]
    7. implicit val encodeEndpointList: Encoder[EndpointList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointList

    Packages

    object EndpointList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointList: Decoder[EndpointList]
    7. implicit val encodeEndpointList: Encoder[EndpointList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointList.html b/docs/com/ngrok/definitions/EndpointList.html index 4827d30..bd22ddd 100644 --- a/docs/com/ngrok/definitions/EndpointList.html +++ b/docs/com/ngrok/definitions/EndpointList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointList

    Packages

    final case class EndpointList(endpoints: List[Endpoint], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the EndpointList resource. -

    endpoints

    the list of all active endpoints on this account

    uri

    URI of the endpoints list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointList(endpoints: List[Endpoint], uri: URI, nextPageUri: Option[URI] = None)

      create a new EndpointList.

      create a new EndpointList.

      endpoints

      the list of all active endpoints on this account

      uri

      URI of the endpoints list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointList toany2stringadd[EndpointList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointList, B)
      Implicit
      This member is added by an implicit conversion from EndpointList toArrowAssoc[EndpointList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val endpoints: List[Endpoint]
    9. def ensuring(cond: (EndpointList) => Boolean, msg: => Any): EndpointList
      Implicit
      This member is added by an implicit conversion from EndpointList toEnsuring[EndpointList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointList) => Boolean): EndpointList
      Implicit
      This member is added by an implicit conversion from EndpointList toEnsuring[EndpointList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointList
      Implicit
      This member is added by an implicit conversion from EndpointList toEnsuring[EndpointList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointList
      Implicit
      This member is added by an implicit conversion from EndpointList toEnsuring[EndpointList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointList toStringFormat[EndpointList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      EndpointListPageable
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointList, B)
      Implicit
      This member is added by an implicit conversion from EndpointList toArrowAssoc[EndpointList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointList to any2stringadd[EndpointList]

    Inherited by implicit conversion StringFormat fromEndpointList to StringFormat[EndpointList]

    Inherited by implicit conversion Ensuring fromEndpointList to Ensuring[EndpointList]

    Inherited by implicit conversion ArrowAssoc fromEndpointList to ArrowAssoc[EndpointList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointList

    Packages

    final case class EndpointList(endpoints: List[Endpoint], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the EndpointList resource. +

    endpoints

    the list of all active endpoints on this account

    uri

    URI of the endpoints list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointList(endpoints: List[Endpoint], uri: URI, nextPageUri: Option[URI] = None)

      create a new EndpointList.

      create a new EndpointList.

      endpoints

      the list of all active endpoints on this account

      uri

      URI of the endpoints list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointList toany2stringadd[EndpointList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointList, B)
      Implicit
      This member is added by an implicit conversion from EndpointList toArrowAssoc[EndpointList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val endpoints: List[Endpoint]
    9. def ensuring(cond: (EndpointList) => Boolean, msg: => Any): EndpointList
      Implicit
      This member is added by an implicit conversion from EndpointList toEnsuring[EndpointList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointList) => Boolean): EndpointList
      Implicit
      This member is added by an implicit conversion from EndpointList toEnsuring[EndpointList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointList
      Implicit
      This member is added by an implicit conversion from EndpointList toEnsuring[EndpointList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointList
      Implicit
      This member is added by an implicit conversion from EndpointList toEnsuring[EndpointList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      EndpointListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointList toStringFormat[EndpointList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointList, B)
      Implicit
      This member is added by an implicit conversion from EndpointList toArrowAssoc[EndpointList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointList to any2stringadd[EndpointList]

    Inherited by implicit conversion StringFormat fromEndpointList to StringFormat[EndpointList]

    Inherited by implicit conversion Ensuring fromEndpointList to Ensuring[EndpointList]

    Inherited by implicit conversion ArrowAssoc fromEndpointList to ArrowAssoc[EndpointList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointMutualTls$.html b/docs/com/ngrok/definitions/EndpointMutualTls$.html index d71fac3..71cb8a1 100644 --- a/docs/com/ngrok/definitions/EndpointMutualTls$.html +++ b/docs/com/ngrok/definitions/EndpointMutualTls$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointMutualTls

    Packages

    object EndpointMutualTls extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointMutualTls
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointMutualTls: Decoder[EndpointMutualTls]
    7. implicit val encodeEndpointMutualTls: Encoder[EndpointMutualTls]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointMutualTls

    Packages

    object EndpointMutualTls extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointMutualTls
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointMutualTls: Decoder[EndpointMutualTls]
    7. implicit val encodeEndpointMutualTls: Encoder[EndpointMutualTls]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointMutualTls.html b/docs/com/ngrok/definitions/EndpointMutualTls.html index 8d03d86..2e89234 100644 --- a/docs/com/ngrok/definitions/EndpointMutualTls.html +++ b/docs/com/ngrok/definitions/EndpointMutualTls.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointMutualTls

    Packages

    final case class EndpointMutualTls(enabled: Option[Boolean] = None, certificateAuthorities: List[Ref]) extends Product with Serializable

    A class encapsulating the EndpointMutualTls resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    certificateAuthorities

    PEM-encoded CA certificates that will be used to validate. Multiple CAs may be provided by concatenating them together.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointMutualTls
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointMutualTls(enabled: Option[Boolean] = None, certificateAuthorities: List[Ref])

      create a new EndpointMutualTls.

      create a new EndpointMutualTls.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      certificateAuthorities

      PEM-encoded CA certificates that will be used to validate. Multiple CAs may be provided by concatenating them together.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toany2stringadd[EndpointMutualTls] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointMutualTls, B)
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toArrowAssoc[EndpointMutualTls] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val certificateAuthorities: List[Ref]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val enabled: Option[Boolean]
    10. def ensuring(cond: (EndpointMutualTls) => Boolean, msg: => Any): EndpointMutualTls
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toEnsuring[EndpointMutualTls] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EndpointMutualTls) => Boolean): EndpointMutualTls
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toEnsuring[EndpointMutualTls] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EndpointMutualTls
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toEnsuring[EndpointMutualTls] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EndpointMutualTls
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toEnsuring[EndpointMutualTls] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toStringFormat[EndpointMutualTls] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointMutualTls, B)
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toArrowAssoc[EndpointMutualTls] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointMutualTls to any2stringadd[EndpointMutualTls]

    Inherited by implicit conversion StringFormat fromEndpointMutualTls to StringFormat[EndpointMutualTls]

    Inherited by implicit conversion Ensuring fromEndpointMutualTls to Ensuring[EndpointMutualTls]

    Inherited by implicit conversion ArrowAssoc fromEndpointMutualTls to ArrowAssoc[EndpointMutualTls]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointMutualTls

    Packages

    final case class EndpointMutualTls(enabled: Option[Boolean] = None, certificateAuthorities: List[Ref]) extends Product with Serializable

    A class encapsulating the EndpointMutualTls resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    certificateAuthorities

    PEM-encoded CA certificates that will be used to validate. Multiple CAs may be provided by concatenating them together.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointMutualTls
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointMutualTls(enabled: Option[Boolean] = None, certificateAuthorities: List[Ref])

      create a new EndpointMutualTls.

      create a new EndpointMutualTls.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      certificateAuthorities

      PEM-encoded CA certificates that will be used to validate. Multiple CAs may be provided by concatenating them together.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toany2stringadd[EndpointMutualTls] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointMutualTls, B)
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toArrowAssoc[EndpointMutualTls] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val certificateAuthorities: List[Ref]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val enabled: Option[Boolean]
    10. def ensuring(cond: (EndpointMutualTls) => Boolean, msg: => Any): EndpointMutualTls
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toEnsuring[EndpointMutualTls] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EndpointMutualTls) => Boolean): EndpointMutualTls
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toEnsuring[EndpointMutualTls] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EndpointMutualTls
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toEnsuring[EndpointMutualTls] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EndpointMutualTls
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toEnsuring[EndpointMutualTls] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toStringFormat[EndpointMutualTls] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointMutualTls, B)
      Implicit
      This member is added by an implicit conversion from EndpointMutualTls toArrowAssoc[EndpointMutualTls] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointMutualTls to any2stringadd[EndpointMutualTls]

    Inherited by implicit conversion StringFormat fromEndpointMutualTls to StringFormat[EndpointMutualTls]

    Inherited by implicit conversion Ensuring fromEndpointMutualTls to Ensuring[EndpointMutualTls]

    Inherited by implicit conversion ArrowAssoc fromEndpointMutualTls to ArrowAssoc[EndpointMutualTls]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointMutualTlsMutate$.html b/docs/com/ngrok/definitions/EndpointMutualTlsMutate$.html index d694685..a0002b1 100644 --- a/docs/com/ngrok/definitions/EndpointMutualTlsMutate$.html +++ b/docs/com/ngrok/definitions/EndpointMutualTlsMutate$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointMutualTlsMutate

    Packages

    object EndpointMutualTlsMutate extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointMutualTlsMutate
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointMutualTlsMutate: Decoder[EndpointMutualTlsMutate]
    7. implicit val encodeEndpointMutualTlsMutate: Encoder[EndpointMutualTlsMutate]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointMutualTlsMutate

    Packages

    object EndpointMutualTlsMutate extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointMutualTlsMutate
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointMutualTlsMutate: Decoder[EndpointMutualTlsMutate]
    7. implicit val encodeEndpointMutualTlsMutate: Encoder[EndpointMutualTlsMutate]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointMutualTlsMutate.html b/docs/com/ngrok/definitions/EndpointMutualTlsMutate.html index eac63cf..2389d21 100644 --- a/docs/com/ngrok/definitions/EndpointMutualTlsMutate.html +++ b/docs/com/ngrok/definitions/EndpointMutualTlsMutate.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointMutualTlsMutate

    Packages

    final case class EndpointMutualTlsMutate(enabled: Option[Boolean] = None, certificateAuthorityIds: List[String]) extends Product with Serializable

    A class encapsulating the EndpointMutualTlsMutate resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    certificateAuthorityIds

    list of certificate authorities that will be used to validate the TLS client certificate presented by the initiator of the TLS connection

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointMutualTlsMutate
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointMutualTlsMutate(enabled: Option[Boolean] = None, certificateAuthorityIds: List[String])

      create a new EndpointMutualTlsMutate.

      create a new EndpointMutualTlsMutate.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      certificateAuthorityIds

      list of certificate authorities that will be used to validate the TLS client certificate presented by the initiator of the TLS connection

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toany2stringadd[EndpointMutualTlsMutate] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointMutualTlsMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toArrowAssoc[EndpointMutualTlsMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val certificateAuthorityIds: List[String]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val enabled: Option[Boolean]
    10. def ensuring(cond: (EndpointMutualTlsMutate) => Boolean, msg: => Any): EndpointMutualTlsMutate
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toEnsuring[EndpointMutualTlsMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EndpointMutualTlsMutate) => Boolean): EndpointMutualTlsMutate
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toEnsuring[EndpointMutualTlsMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EndpointMutualTlsMutate
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toEnsuring[EndpointMutualTlsMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EndpointMutualTlsMutate
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toEnsuring[EndpointMutualTlsMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toStringFormat[EndpointMutualTlsMutate] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointMutualTlsMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toArrowAssoc[EndpointMutualTlsMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointMutualTlsMutate to any2stringadd[EndpointMutualTlsMutate]

    Inherited by implicit conversion StringFormat fromEndpointMutualTlsMutate to StringFormat[EndpointMutualTlsMutate]

    Inherited by implicit conversion Ensuring fromEndpointMutualTlsMutate to Ensuring[EndpointMutualTlsMutate]

    Inherited by implicit conversion ArrowAssoc fromEndpointMutualTlsMutate to ArrowAssoc[EndpointMutualTlsMutate]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointMutualTlsMutate

    Packages

    final case class EndpointMutualTlsMutate(enabled: Option[Boolean] = None, certificateAuthorityIds: List[String]) extends Product with Serializable

    A class encapsulating the EndpointMutualTlsMutate resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    certificateAuthorityIds

    list of certificate authorities that will be used to validate the TLS client certificate presented by the initiator of the TLS connection

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointMutualTlsMutate
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointMutualTlsMutate(enabled: Option[Boolean] = None, certificateAuthorityIds: List[String])

      create a new EndpointMutualTlsMutate.

      create a new EndpointMutualTlsMutate.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      certificateAuthorityIds

      list of certificate authorities that will be used to validate the TLS client certificate presented by the initiator of the TLS connection

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toany2stringadd[EndpointMutualTlsMutate] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointMutualTlsMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toArrowAssoc[EndpointMutualTlsMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val certificateAuthorityIds: List[String]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val enabled: Option[Boolean]
    10. def ensuring(cond: (EndpointMutualTlsMutate) => Boolean, msg: => Any): EndpointMutualTlsMutate
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toEnsuring[EndpointMutualTlsMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EndpointMutualTlsMutate) => Boolean): EndpointMutualTlsMutate
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toEnsuring[EndpointMutualTlsMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EndpointMutualTlsMutate
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toEnsuring[EndpointMutualTlsMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EndpointMutualTlsMutate
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toEnsuring[EndpointMutualTlsMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toStringFormat[EndpointMutualTlsMutate] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointMutualTlsMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointMutualTlsMutate toArrowAssoc[EndpointMutualTlsMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointMutualTlsMutate to any2stringadd[EndpointMutualTlsMutate]

    Inherited by implicit conversion StringFormat fromEndpointMutualTlsMutate to StringFormat[EndpointMutualTlsMutate]

    Inherited by implicit conversion Ensuring fromEndpointMutualTlsMutate to Ensuring[EndpointMutualTlsMutate]

    Inherited by implicit conversion ArrowAssoc fromEndpointMutualTlsMutate to ArrowAssoc[EndpointMutualTlsMutate]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointOAuth$.html b/docs/com/ngrok/definitions/EndpointOAuth$.html index e46b72f..af307a7 100644 --- a/docs/com/ngrok/definitions/EndpointOAuth$.html +++ b/docs/com/ngrok/definitions/EndpointOAuth$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointOAuth

    Packages

    object EndpointOAuth extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuth
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointOAuth: Decoder[EndpointOAuth]
    7. implicit val encodeEndpointOAuth: Encoder[EndpointOAuth]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointOAuth

    Packages

    object EndpointOAuth extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuth
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointOAuth: Decoder[EndpointOAuth]
    7. implicit val encodeEndpointOAuth: Encoder[EndpointOAuth]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointOAuth.html b/docs/com/ngrok/definitions/EndpointOAuth.html index 3046e2f..5047a05 100644 --- a/docs/com/ngrok/definitions/EndpointOAuth.html +++ b/docs/com/ngrok/definitions/EndpointOAuth.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointOAuth

    Packages

    final case class EndpointOAuth(enabled: Option[Boolean] = None, provider: EndpointOAuthProvider, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, authCheckInterval: Long) extends Product with Serializable

    A class encapsulating the EndpointOAuth resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    provider

    an object which defines the identity provider to use for authentication and configuration for who may access the endpoint

    optionsPassthrough

    Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

    cookiePrefix

    the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

    inactivityTimeout

    Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

    maximumDuration

    Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

    authCheckInterval

    Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint. This is the preferred tunable to use to enforce a minimum amount of time after which a revoked user will no longer be able to access the resource.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuth
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointOAuth(enabled: Option[Boolean] = None, provider: EndpointOAuthProvider, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, authCheckInterval: Long)

      create a new EndpointOAuth.

      create a new EndpointOAuth.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      provider

      an object which defines the identity provider to use for authentication and configuration for who may access the endpoint

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      authCheckInterval

      Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint. This is the preferred tunable to use to enforce a minimum amount of time after which a revoked user will no longer be able to access the resource.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toany2stringadd[EndpointOAuth] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointOAuth, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toArrowAssoc[EndpointOAuth] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val authCheckInterval: Long
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val cookiePrefix: String
    10. val enabled: Option[Boolean]
    11. def ensuring(cond: (EndpointOAuth) => Boolean, msg: => Any): EndpointOAuth
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toEnsuring[EndpointOAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (EndpointOAuth) => Boolean): EndpointOAuth
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toEnsuring[EndpointOAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): EndpointOAuth
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toEnsuring[EndpointOAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): EndpointOAuth
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toEnsuring[EndpointOAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toStringFormat[EndpointOAuth] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val inactivityTimeout: Long
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val maximumDuration: Duration
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. val optionsPassthrough: Boolean
    26. def productElementNames: Iterator[String]
      Definition Classes
      Product
    27. val provider: EndpointOAuthProvider
    28. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointOAuth, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toArrowAssoc[EndpointOAuth] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointOAuth to any2stringadd[EndpointOAuth]

    Inherited by implicit conversion StringFormat fromEndpointOAuth to StringFormat[EndpointOAuth]

    Inherited by implicit conversion Ensuring fromEndpointOAuth to Ensuring[EndpointOAuth]

    Inherited by implicit conversion ArrowAssoc fromEndpointOAuth to ArrowAssoc[EndpointOAuth]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointOAuth

    Packages

    final case class EndpointOAuth(enabled: Option[Boolean] = None, provider: EndpointOAuthProvider, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, authCheckInterval: Long) extends Product with Serializable

    A class encapsulating the EndpointOAuth resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    provider

    an object which defines the identity provider to use for authentication and configuration for who may access the endpoint

    optionsPassthrough

    Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

    cookiePrefix

    the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

    inactivityTimeout

    Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

    maximumDuration

    Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

    authCheckInterval

    Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint. This is the preferred tunable to use to enforce a minimum amount of time after which a revoked user will no longer be able to access the resource.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuth
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointOAuth(enabled: Option[Boolean] = None, provider: EndpointOAuthProvider, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, authCheckInterval: Long)

      create a new EndpointOAuth.

      create a new EndpointOAuth.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      provider

      an object which defines the identity provider to use for authentication and configuration for who may access the endpoint

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      authCheckInterval

      Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint. This is the preferred tunable to use to enforce a minimum amount of time after which a revoked user will no longer be able to access the resource.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toany2stringadd[EndpointOAuth] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointOAuth, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toArrowAssoc[EndpointOAuth] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val authCheckInterval: Long
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val cookiePrefix: String
    10. val enabled: Option[Boolean]
    11. def ensuring(cond: (EndpointOAuth) => Boolean, msg: => Any): EndpointOAuth
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toEnsuring[EndpointOAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (EndpointOAuth) => Boolean): EndpointOAuth
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toEnsuring[EndpointOAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): EndpointOAuth
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toEnsuring[EndpointOAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): EndpointOAuth
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toEnsuring[EndpointOAuth] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val inactivityTimeout: Long
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val maximumDuration: Duration
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. val optionsPassthrough: Boolean
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. val provider: EndpointOAuthProvider
    27. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toStringFormat[EndpointOAuth] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointOAuth, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuth toArrowAssoc[EndpointOAuth] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointOAuth to any2stringadd[EndpointOAuth]

    Inherited by implicit conversion StringFormat fromEndpointOAuth to StringFormat[EndpointOAuth]

    Inherited by implicit conversion Ensuring fromEndpointOAuth to Ensuring[EndpointOAuth]

    Inherited by implicit conversion ArrowAssoc fromEndpointOAuth to ArrowAssoc[EndpointOAuth]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointOAuthFacebook$.html b/docs/com/ngrok/definitions/EndpointOAuthFacebook$.html index bed6621..3f1051e 100644 --- a/docs/com/ngrok/definitions/EndpointOAuthFacebook$.html +++ b/docs/com/ngrok/definitions/EndpointOAuthFacebook$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointOAuthFacebook

    Packages

    object EndpointOAuthFacebook extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthFacebook
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointOAuthFacebook: Decoder[EndpointOAuthFacebook]
    7. implicit val encodeEndpointOAuthFacebook: Encoder[EndpointOAuthFacebook]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointOAuthFacebook

    Packages

    object EndpointOAuthFacebook extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthFacebook
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointOAuthFacebook: Decoder[EndpointOAuthFacebook]
    7. implicit val encodeEndpointOAuthFacebook: Encoder[EndpointOAuthFacebook]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointOAuthFacebook.html b/docs/com/ngrok/definitions/EndpointOAuthFacebook.html index 51aa839..51c9305 100644 --- a/docs/com/ngrok/definitions/EndpointOAuthFacebook.html +++ b/docs/com/ngrok/definitions/EndpointOAuthFacebook.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointOAuthFacebook

    Packages

    final case class EndpointOAuthFacebook(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String]) extends Product with Serializable

    A class encapsulating the EndpointOAuthFacebook resource. -

    clientId

    the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

    clientSecret

    the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

    scopes

    a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

    emailAddresses

    a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

    emailDomains

    a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthFacebook
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointOAuthFacebook(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String])

      create a new EndpointOAuthFacebook.

      create a new EndpointOAuthFacebook.

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toany2stringadd[EndpointOAuthFacebook] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointOAuthFacebook, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toArrowAssoc[EndpointOAuthFacebook] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val clientId: Option[String]
    8. val clientSecret: Option[String]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val emailAddresses: List[String]
    11. val emailDomains: List[String]
    12. def ensuring(cond: (EndpointOAuthFacebook) => Boolean, msg: => Any): EndpointOAuthFacebook
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toEnsuring[EndpointOAuthFacebook] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (EndpointOAuthFacebook) => Boolean): EndpointOAuthFacebook
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toEnsuring[EndpointOAuthFacebook] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): EndpointOAuthFacebook
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toEnsuring[EndpointOAuthFacebook] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): EndpointOAuthFacebook
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toEnsuring[EndpointOAuthFacebook] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toStringFormat[EndpointOAuthFacebook] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. val scopes: List[String]
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointOAuthFacebook, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toArrowAssoc[EndpointOAuthFacebook] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointOAuthFacebook to any2stringadd[EndpointOAuthFacebook]

    Inherited by implicit conversion StringFormat fromEndpointOAuthFacebook to StringFormat[EndpointOAuthFacebook]

    Inherited by implicit conversion Ensuring fromEndpointOAuthFacebook to Ensuring[EndpointOAuthFacebook]

    Inherited by implicit conversion ArrowAssoc fromEndpointOAuthFacebook to ArrowAssoc[EndpointOAuthFacebook]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointOAuthFacebook

    Packages

    final case class EndpointOAuthFacebook(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String]) extends Product with Serializable

    A class encapsulating the EndpointOAuthFacebook resource. +

    clientId

    the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

    clientSecret

    the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

    scopes

    a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

    emailAddresses

    a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

    emailDomains

    a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthFacebook
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointOAuthFacebook(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String])

      create a new EndpointOAuthFacebook.

      create a new EndpointOAuthFacebook.

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toany2stringadd[EndpointOAuthFacebook] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointOAuthFacebook, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toArrowAssoc[EndpointOAuthFacebook] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val clientId: Option[String]
    8. val clientSecret: Option[String]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val emailAddresses: List[String]
    11. val emailDomains: List[String]
    12. def ensuring(cond: (EndpointOAuthFacebook) => Boolean, msg: => Any): EndpointOAuthFacebook
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toEnsuring[EndpointOAuthFacebook] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (EndpointOAuthFacebook) => Boolean): EndpointOAuthFacebook
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toEnsuring[EndpointOAuthFacebook] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): EndpointOAuthFacebook
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toEnsuring[EndpointOAuthFacebook] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): EndpointOAuthFacebook
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toEnsuring[EndpointOAuthFacebook] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def productElementNames: Iterator[String]
      Definition Classes
      Product
    24. val scopes: List[String]
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toStringFormat[EndpointOAuthFacebook] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointOAuthFacebook, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthFacebook toArrowAssoc[EndpointOAuthFacebook] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointOAuthFacebook to any2stringadd[EndpointOAuthFacebook]

    Inherited by implicit conversion StringFormat fromEndpointOAuthFacebook to StringFormat[EndpointOAuthFacebook]

    Inherited by implicit conversion Ensuring fromEndpointOAuthFacebook to Ensuring[EndpointOAuthFacebook]

    Inherited by implicit conversion ArrowAssoc fromEndpointOAuthFacebook to ArrowAssoc[EndpointOAuthFacebook]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointOAuthGitHub$.html b/docs/com/ngrok/definitions/EndpointOAuthGitHub$.html index 6d7bca1..c8da9ee 100644 --- a/docs/com/ngrok/definitions/EndpointOAuthGitHub$.html +++ b/docs/com/ngrok/definitions/EndpointOAuthGitHub$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointOAuthGitHub

    Packages

    object EndpointOAuthGitHub extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthGitHub
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointOAuthGitHub: Decoder[EndpointOAuthGitHub]
    7. implicit val encodeEndpointOAuthGitHub: Encoder[EndpointOAuthGitHub]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointOAuthGitHub

    Packages

    object EndpointOAuthGitHub extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthGitHub
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointOAuthGitHub: Decoder[EndpointOAuthGitHub]
    7. implicit val encodeEndpointOAuthGitHub: Encoder[EndpointOAuthGitHub]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointOAuthGitHub.html b/docs/com/ngrok/definitions/EndpointOAuthGitHub.html index 9b1bb6e..183daf4 100644 --- a/docs/com/ngrok/definitions/EndpointOAuthGitHub.html +++ b/docs/com/ngrok/definitions/EndpointOAuthGitHub.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointOAuthGitHub

    Packages

    final case class EndpointOAuthGitHub(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String], teams: List[String], organizations: List[String]) extends Product with Serializable

    A class encapsulating the EndpointOAuthGitHub resource. -

    clientId

    the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

    clientSecret

    the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

    scopes

    a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

    emailAddresses

    a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

    emailDomains

    a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    teams

    a list of github teams identifiers. users will be allowed access to the endpoint if they are a member of any of these teams. identifiers should be in the 'slug' format qualified with the org name, e.g. org-name/team-name

    organizations

    a list of github org identifiers. users who are members of any of the listed organizations will be allowed access. identifiers should be the organization's 'slug'

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthGitHub
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointOAuthGitHub(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String], teams: List[String], organizations: List[String])

      create a new EndpointOAuthGitHub.

      create a new EndpointOAuthGitHub.

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

      teams

      a list of github teams identifiers. users will be allowed access to the endpoint if they are a member of any of these teams. identifiers should be in the 'slug' format qualified with the org name, e.g. org-name/team-name

      organizations

      a list of github org identifiers. users who are members of any of the listed organizations will be allowed access. identifiers should be the organization's 'slug'

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toany2stringadd[EndpointOAuthGitHub] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointOAuthGitHub, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toArrowAssoc[EndpointOAuthGitHub] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val clientId: Option[String]
    8. val clientSecret: Option[String]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val emailAddresses: List[String]
    11. val emailDomains: List[String]
    12. def ensuring(cond: (EndpointOAuthGitHub) => Boolean, msg: => Any): EndpointOAuthGitHub
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toEnsuring[EndpointOAuthGitHub] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (EndpointOAuthGitHub) => Boolean): EndpointOAuthGitHub
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toEnsuring[EndpointOAuthGitHub] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): EndpointOAuthGitHub
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toEnsuring[EndpointOAuthGitHub] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): EndpointOAuthGitHub
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toEnsuring[EndpointOAuthGitHub] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toStringFormat[EndpointOAuthGitHub] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. val organizations: List[String]
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. val scopes: List[String]
    27. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    28. val teams: List[String]
    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointOAuthGitHub, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toArrowAssoc[EndpointOAuthGitHub] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointOAuthGitHub to any2stringadd[EndpointOAuthGitHub]

    Inherited by implicit conversion StringFormat fromEndpointOAuthGitHub to StringFormat[EndpointOAuthGitHub]

    Inherited by implicit conversion Ensuring fromEndpointOAuthGitHub to Ensuring[EndpointOAuthGitHub]

    Inherited by implicit conversion ArrowAssoc fromEndpointOAuthGitHub to ArrowAssoc[EndpointOAuthGitHub]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointOAuthGitHub

    Packages

    final case class EndpointOAuthGitHub(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String], teams: List[String], organizations: List[String]) extends Product with Serializable

    A class encapsulating the EndpointOAuthGitHub resource. +

    clientId

    the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

    clientSecret

    the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

    scopes

    a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

    emailAddresses

    a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

    emailDomains

    a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    teams

    a list of github teams identifiers. users will be allowed access to the endpoint if they are a member of any of these teams. identifiers should be in the 'slug' format qualified with the org name, e.g. org-name/team-name

    organizations

    a list of github org identifiers. users who are members of any of the listed organizations will be allowed access. identifiers should be the organization's 'slug'

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthGitHub
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointOAuthGitHub(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String], teams: List[String], organizations: List[String])

      create a new EndpointOAuthGitHub.

      create a new EndpointOAuthGitHub.

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

      teams

      a list of github teams identifiers. users will be allowed access to the endpoint if they are a member of any of these teams. identifiers should be in the 'slug' format qualified with the org name, e.g. org-name/team-name

      organizations

      a list of github org identifiers. users who are members of any of the listed organizations will be allowed access. identifiers should be the organization's 'slug'

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toany2stringadd[EndpointOAuthGitHub] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointOAuthGitHub, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toArrowAssoc[EndpointOAuthGitHub] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val clientId: Option[String]
    8. val clientSecret: Option[String]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val emailAddresses: List[String]
    11. val emailDomains: List[String]
    12. def ensuring(cond: (EndpointOAuthGitHub) => Boolean, msg: => Any): EndpointOAuthGitHub
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toEnsuring[EndpointOAuthGitHub] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (EndpointOAuthGitHub) => Boolean): EndpointOAuthGitHub
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toEnsuring[EndpointOAuthGitHub] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): EndpointOAuthGitHub
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toEnsuring[EndpointOAuthGitHub] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): EndpointOAuthGitHub
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toEnsuring[EndpointOAuthGitHub] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. val organizations: List[String]
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. val scopes: List[String]
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. val teams: List[String]
    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toStringFormat[EndpointOAuthGitHub] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointOAuthGitHub, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGitHub toArrowAssoc[EndpointOAuthGitHub] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointOAuthGitHub to any2stringadd[EndpointOAuthGitHub]

    Inherited by implicit conversion StringFormat fromEndpointOAuthGitHub to StringFormat[EndpointOAuthGitHub]

    Inherited by implicit conversion Ensuring fromEndpointOAuthGitHub to Ensuring[EndpointOAuthGitHub]

    Inherited by implicit conversion ArrowAssoc fromEndpointOAuthGitHub to ArrowAssoc[EndpointOAuthGitHub]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointOAuthGoogle$.html b/docs/com/ngrok/definitions/EndpointOAuthGoogle$.html index 670b56b..c74d89e 100644 --- a/docs/com/ngrok/definitions/EndpointOAuthGoogle$.html +++ b/docs/com/ngrok/definitions/EndpointOAuthGoogle$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointOAuthGoogle

    Packages

    object EndpointOAuthGoogle extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthGoogle
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointOAuthGoogle: Decoder[EndpointOAuthGoogle]
    7. implicit val encodeEndpointOAuthGoogle: Encoder[EndpointOAuthGoogle]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointOAuthGoogle

    Packages

    object EndpointOAuthGoogle extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthGoogle
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointOAuthGoogle: Decoder[EndpointOAuthGoogle]
    7. implicit val encodeEndpointOAuthGoogle: Encoder[EndpointOAuthGoogle]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointOAuthGoogle.html b/docs/com/ngrok/definitions/EndpointOAuthGoogle.html index a033129..caca3cf 100644 --- a/docs/com/ngrok/definitions/EndpointOAuthGoogle.html +++ b/docs/com/ngrok/definitions/EndpointOAuthGoogle.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointOAuthGoogle

    Packages

    final case class EndpointOAuthGoogle(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String]) extends Product with Serializable

    A class encapsulating the EndpointOAuthGoogle resource. -

    clientId

    the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

    clientSecret

    the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

    scopes

    a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

    emailAddresses

    a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

    emailDomains

    a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthGoogle
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointOAuthGoogle(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String])

      create a new EndpointOAuthGoogle.

      create a new EndpointOAuthGoogle.

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toany2stringadd[EndpointOAuthGoogle] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointOAuthGoogle, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toArrowAssoc[EndpointOAuthGoogle] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val clientId: Option[String]
    8. val clientSecret: Option[String]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val emailAddresses: List[String]
    11. val emailDomains: List[String]
    12. def ensuring(cond: (EndpointOAuthGoogle) => Boolean, msg: => Any): EndpointOAuthGoogle
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toEnsuring[EndpointOAuthGoogle] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (EndpointOAuthGoogle) => Boolean): EndpointOAuthGoogle
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toEnsuring[EndpointOAuthGoogle] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): EndpointOAuthGoogle
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toEnsuring[EndpointOAuthGoogle] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): EndpointOAuthGoogle
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toEnsuring[EndpointOAuthGoogle] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toStringFormat[EndpointOAuthGoogle] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. val scopes: List[String]
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointOAuthGoogle, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toArrowAssoc[EndpointOAuthGoogle] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointOAuthGoogle to any2stringadd[EndpointOAuthGoogle]

    Inherited by implicit conversion StringFormat fromEndpointOAuthGoogle to StringFormat[EndpointOAuthGoogle]

    Inherited by implicit conversion Ensuring fromEndpointOAuthGoogle to Ensuring[EndpointOAuthGoogle]

    Inherited by implicit conversion ArrowAssoc fromEndpointOAuthGoogle to ArrowAssoc[EndpointOAuthGoogle]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointOAuthGoogle

    Packages

    final case class EndpointOAuthGoogle(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String]) extends Product with Serializable

    A class encapsulating the EndpointOAuthGoogle resource. +

    clientId

    the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

    clientSecret

    the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

    scopes

    a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

    emailAddresses

    a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

    emailDomains

    a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthGoogle
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointOAuthGoogle(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String])

      create a new EndpointOAuthGoogle.

      create a new EndpointOAuthGoogle.

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toany2stringadd[EndpointOAuthGoogle] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointOAuthGoogle, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toArrowAssoc[EndpointOAuthGoogle] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val clientId: Option[String]
    8. val clientSecret: Option[String]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val emailAddresses: List[String]
    11. val emailDomains: List[String]
    12. def ensuring(cond: (EndpointOAuthGoogle) => Boolean, msg: => Any): EndpointOAuthGoogle
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toEnsuring[EndpointOAuthGoogle] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (EndpointOAuthGoogle) => Boolean): EndpointOAuthGoogle
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toEnsuring[EndpointOAuthGoogle] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): EndpointOAuthGoogle
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toEnsuring[EndpointOAuthGoogle] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): EndpointOAuthGoogle
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toEnsuring[EndpointOAuthGoogle] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def productElementNames: Iterator[String]
      Definition Classes
      Product
    24. val scopes: List[String]
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toStringFormat[EndpointOAuthGoogle] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointOAuthGoogle, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthGoogle toArrowAssoc[EndpointOAuthGoogle] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointOAuthGoogle to any2stringadd[EndpointOAuthGoogle]

    Inherited by implicit conversion StringFormat fromEndpointOAuthGoogle to StringFormat[EndpointOAuthGoogle]

    Inherited by implicit conversion Ensuring fromEndpointOAuthGoogle to Ensuring[EndpointOAuthGoogle]

    Inherited by implicit conversion ArrowAssoc fromEndpointOAuthGoogle to ArrowAssoc[EndpointOAuthGoogle]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointOAuthMicrosoft$.html b/docs/com/ngrok/definitions/EndpointOAuthMicrosoft$.html index 3f43074..ceffdca 100644 --- a/docs/com/ngrok/definitions/EndpointOAuthMicrosoft$.html +++ b/docs/com/ngrok/definitions/EndpointOAuthMicrosoft$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointOAuthMicrosoft

    Packages

    object EndpointOAuthMicrosoft extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthMicrosoft
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointOAuthMicrosoft: Decoder[EndpointOAuthMicrosoft]
    7. implicit val encodeEndpointOAuthMicrosoft: Encoder[EndpointOAuthMicrosoft]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointOAuthMicrosoft

    Packages

    object EndpointOAuthMicrosoft extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthMicrosoft
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointOAuthMicrosoft: Decoder[EndpointOAuthMicrosoft]
    7. implicit val encodeEndpointOAuthMicrosoft: Encoder[EndpointOAuthMicrosoft]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointOAuthMicrosoft.html b/docs/com/ngrok/definitions/EndpointOAuthMicrosoft.html index e5054f3..5afc512 100644 --- a/docs/com/ngrok/definitions/EndpointOAuthMicrosoft.html +++ b/docs/com/ngrok/definitions/EndpointOAuthMicrosoft.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointOAuthMicrosoft

    Packages

    final case class EndpointOAuthMicrosoft(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String]) extends Product with Serializable

    A class encapsulating the EndpointOAuthMicrosoft resource. -

    clientId

    the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

    clientSecret

    the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

    scopes

    a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

    emailAddresses

    a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

    emailDomains

    a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthMicrosoft
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointOAuthMicrosoft(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String])

      create a new EndpointOAuthMicrosoft.

      create a new EndpointOAuthMicrosoft.

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toany2stringadd[EndpointOAuthMicrosoft] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointOAuthMicrosoft, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toArrowAssoc[EndpointOAuthMicrosoft] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val clientId: Option[String]
    8. val clientSecret: Option[String]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val emailAddresses: List[String]
    11. val emailDomains: List[String]
    12. def ensuring(cond: (EndpointOAuthMicrosoft) => Boolean, msg: => Any): EndpointOAuthMicrosoft
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toEnsuring[EndpointOAuthMicrosoft] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (EndpointOAuthMicrosoft) => Boolean): EndpointOAuthMicrosoft
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toEnsuring[EndpointOAuthMicrosoft] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): EndpointOAuthMicrosoft
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toEnsuring[EndpointOAuthMicrosoft] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): EndpointOAuthMicrosoft
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toEnsuring[EndpointOAuthMicrosoft] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toStringFormat[EndpointOAuthMicrosoft] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. val scopes: List[String]
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointOAuthMicrosoft, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toArrowAssoc[EndpointOAuthMicrosoft] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointOAuthMicrosoft to any2stringadd[EndpointOAuthMicrosoft]

    Inherited by implicit conversion StringFormat fromEndpointOAuthMicrosoft to StringFormat[EndpointOAuthMicrosoft]

    Inherited by implicit conversion Ensuring fromEndpointOAuthMicrosoft to Ensuring[EndpointOAuthMicrosoft]

    Inherited by implicit conversion ArrowAssoc fromEndpointOAuthMicrosoft to ArrowAssoc[EndpointOAuthMicrosoft]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointOAuthMicrosoft

    Packages

    final case class EndpointOAuthMicrosoft(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String]) extends Product with Serializable

    A class encapsulating the EndpointOAuthMicrosoft resource. +

    clientId

    the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

    clientSecret

    the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

    scopes

    a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

    emailAddresses

    a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

    emailDomains

    a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthMicrosoft
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointOAuthMicrosoft(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String])

      create a new EndpointOAuthMicrosoft.

      create a new EndpointOAuthMicrosoft.

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toany2stringadd[EndpointOAuthMicrosoft] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointOAuthMicrosoft, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toArrowAssoc[EndpointOAuthMicrosoft] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val clientId: Option[String]
    8. val clientSecret: Option[String]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val emailAddresses: List[String]
    11. val emailDomains: List[String]
    12. def ensuring(cond: (EndpointOAuthMicrosoft) => Boolean, msg: => Any): EndpointOAuthMicrosoft
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toEnsuring[EndpointOAuthMicrosoft] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (EndpointOAuthMicrosoft) => Boolean): EndpointOAuthMicrosoft
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toEnsuring[EndpointOAuthMicrosoft] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): EndpointOAuthMicrosoft
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toEnsuring[EndpointOAuthMicrosoft] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): EndpointOAuthMicrosoft
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toEnsuring[EndpointOAuthMicrosoft] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def productElementNames: Iterator[String]
      Definition Classes
      Product
    24. val scopes: List[String]
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toStringFormat[EndpointOAuthMicrosoft] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointOAuthMicrosoft, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthMicrosoft toArrowAssoc[EndpointOAuthMicrosoft] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointOAuthMicrosoft to any2stringadd[EndpointOAuthMicrosoft]

    Inherited by implicit conversion StringFormat fromEndpointOAuthMicrosoft to StringFormat[EndpointOAuthMicrosoft]

    Inherited by implicit conversion Ensuring fromEndpointOAuthMicrosoft to Ensuring[EndpointOAuthMicrosoft]

    Inherited by implicit conversion ArrowAssoc fromEndpointOAuthMicrosoft to ArrowAssoc[EndpointOAuthMicrosoft]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointOAuthProvider$.html b/docs/com/ngrok/definitions/EndpointOAuthProvider$.html index 403d5e8..3b13cf7 100644 --- a/docs/com/ngrok/definitions/EndpointOAuthProvider$.html +++ b/docs/com/ngrok/definitions/EndpointOAuthProvider$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointOAuthProvider

    Packages

    object EndpointOAuthProvider extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthProvider
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointOAuthProvider: Decoder[EndpointOAuthProvider]
    7. implicit val encodeEndpointOAuthProvider: Encoder[EndpointOAuthProvider]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointOAuthProvider

    Packages

    object EndpointOAuthProvider extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthProvider
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointOAuthProvider: Decoder[EndpointOAuthProvider]
    7. implicit val encodeEndpointOAuthProvider: Encoder[EndpointOAuthProvider]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointOAuthProvider.html b/docs/com/ngrok/definitions/EndpointOAuthProvider.html index d488314..49291b3 100644 --- a/docs/com/ngrok/definitions/EndpointOAuthProvider.html +++ b/docs/com/ngrok/definitions/EndpointOAuthProvider.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointOAuthProvider

    Packages

    final case class EndpointOAuthProvider(github: Option[EndpointOAuthGitHub] = None, facebook: Option[EndpointOAuthFacebook] = None, microsoft: Option[EndpointOAuthMicrosoft] = None, google: Option[EndpointOAuthGoogle] = None) extends Product with Serializable

    A class encapsulating the EndpointOAuthProvider resource. -

    github

    configuration for using github as the identity provider

    facebook

    configuration for using facebook as the identity provider

    microsoft

    configuration for using microsoft as the identity provider

    google

    configuration for using google as the identity provider

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthProvider
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointOAuthProvider(github: Option[EndpointOAuthGitHub] = None, facebook: Option[EndpointOAuthFacebook] = None, microsoft: Option[EndpointOAuthMicrosoft] = None, google: Option[EndpointOAuthGoogle] = None)

      create a new EndpointOAuthProvider.

      create a new EndpointOAuthProvider.

      github

      configuration for using github as the identity provider

      facebook

      configuration for using facebook as the identity provider

      microsoft

      configuration for using microsoft as the identity provider

      google

      configuration for using google as the identity provider

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toany2stringadd[EndpointOAuthProvider] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointOAuthProvider, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toArrowAssoc[EndpointOAuthProvider] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (EndpointOAuthProvider) => Boolean, msg: => Any): EndpointOAuthProvider
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toEnsuring[EndpointOAuthProvider] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (EndpointOAuthProvider) => Boolean): EndpointOAuthProvider
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toEnsuring[EndpointOAuthProvider] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): EndpointOAuthProvider
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toEnsuring[EndpointOAuthProvider] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): EndpointOAuthProvider
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toEnsuring[EndpointOAuthProvider] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. val facebook: Option[EndpointOAuthFacebook]
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toStringFormat[EndpointOAuthProvider] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. val github: Option[EndpointOAuthGitHub]
    18. val google: Option[EndpointOAuthGoogle]
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val microsoft: Option[EndpointOAuthMicrosoft]
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointOAuthProvider, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toArrowAssoc[EndpointOAuthProvider] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointOAuthProvider to any2stringadd[EndpointOAuthProvider]

    Inherited by implicit conversion StringFormat fromEndpointOAuthProvider to StringFormat[EndpointOAuthProvider]

    Inherited by implicit conversion Ensuring fromEndpointOAuthProvider to Ensuring[EndpointOAuthProvider]

    Inherited by implicit conversion ArrowAssoc fromEndpointOAuthProvider to ArrowAssoc[EndpointOAuthProvider]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointOAuthProvider

    Packages

    final case class EndpointOAuthProvider(github: Option[EndpointOAuthGitHub] = None, facebook: Option[EndpointOAuthFacebook] = None, microsoft: Option[EndpointOAuthMicrosoft] = None, google: Option[EndpointOAuthGoogle] = None) extends Product with Serializable

    A class encapsulating the EndpointOAuthProvider resource. +

    github

    configuration for using github as the identity provider

    facebook

    configuration for using facebook as the identity provider

    microsoft

    configuration for using microsoft as the identity provider

    google

    configuration for using google as the identity provider

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOAuthProvider
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointOAuthProvider(github: Option[EndpointOAuthGitHub] = None, facebook: Option[EndpointOAuthFacebook] = None, microsoft: Option[EndpointOAuthMicrosoft] = None, google: Option[EndpointOAuthGoogle] = None)

      create a new EndpointOAuthProvider.

      create a new EndpointOAuthProvider.

      github

      configuration for using github as the identity provider

      facebook

      configuration for using facebook as the identity provider

      microsoft

      configuration for using microsoft as the identity provider

      google

      configuration for using google as the identity provider

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toany2stringadd[EndpointOAuthProvider] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointOAuthProvider, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toArrowAssoc[EndpointOAuthProvider] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (EndpointOAuthProvider) => Boolean, msg: => Any): EndpointOAuthProvider
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toEnsuring[EndpointOAuthProvider] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (EndpointOAuthProvider) => Boolean): EndpointOAuthProvider
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toEnsuring[EndpointOAuthProvider] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): EndpointOAuthProvider
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toEnsuring[EndpointOAuthProvider] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): EndpointOAuthProvider
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toEnsuring[EndpointOAuthProvider] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. val facebook: Option[EndpointOAuthFacebook]
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. val github: Option[EndpointOAuthGitHub]
    17. val google: Option[EndpointOAuthGoogle]
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. val microsoft: Option[EndpointOAuthMicrosoft]
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def productElementNames: Iterator[String]
      Definition Classes
      Product
    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toStringFormat[EndpointOAuthProvider] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointOAuthProvider, B)
      Implicit
      This member is added by an implicit conversion from EndpointOAuthProvider toArrowAssoc[EndpointOAuthProvider] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointOAuthProvider to any2stringadd[EndpointOAuthProvider]

    Inherited by implicit conversion StringFormat fromEndpointOAuthProvider to StringFormat[EndpointOAuthProvider]

    Inherited by implicit conversion Ensuring fromEndpointOAuthProvider to Ensuring[EndpointOAuthProvider]

    Inherited by implicit conversion ArrowAssoc fromEndpointOAuthProvider to ArrowAssoc[EndpointOAuthProvider]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointOidc$.html b/docs/com/ngrok/definitions/EndpointOidc$.html index a9af8b0..70cc07a 100644 --- a/docs/com/ngrok/definitions/EndpointOidc$.html +++ b/docs/com/ngrok/definitions/EndpointOidc$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointOidc

    Packages

    object EndpointOidc extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOidc
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointOidc: Decoder[EndpointOidc]
    7. implicit val encodeEndpointOidc: Encoder[EndpointOidc]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointOidc

    Packages

    object EndpointOidc extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOidc
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointOidc: Decoder[EndpointOidc]
    7. implicit val encodeEndpointOidc: Encoder[EndpointOidc]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointOidc.html b/docs/com/ngrok/definitions/EndpointOidc.html index 03a61dc..4437c0b 100644 --- a/docs/com/ngrok/definitions/EndpointOidc.html +++ b/docs/com/ngrok/definitions/EndpointOidc.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointOidc

    Packages

    final case class EndpointOidc(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, issuer: String, clientId: String, clientSecret: String, scopes: List[String]) extends Product with Serializable

    A class encapsulating the EndpointOidc resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    optionsPassthrough

    Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

    cookiePrefix

    the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

    inactivityTimeout

    Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

    maximumDuration

    Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

    issuer

    URL of the OIDC "OpenID provider". This is the base URL used for discovery.

    clientId

    The OIDC app's client ID and OIDC audience.

    clientSecret

    The OIDC app's client secret.

    scopes

    The set of scopes to request from the OIDC identity provider.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOidc
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointOidc(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, issuer: String, clientId: String, clientSecret: String, scopes: List[String])

      create a new EndpointOidc.

      create a new EndpointOidc.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      issuer

      URL of the OIDC "OpenID provider". This is the base URL used for discovery.

      clientId

      The OIDC app's client ID and OIDC audience.

      clientSecret

      The OIDC app's client secret.

      scopes

      The set of scopes to request from the OIDC identity provider.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOidc toany2stringadd[EndpointOidc] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointOidc, B)
      Implicit
      This member is added by an implicit conversion from EndpointOidc toArrowAssoc[EndpointOidc] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val clientId: String
    8. val clientSecret: String
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val cookiePrefix: String
    11. val enabled: Option[Boolean]
    12. def ensuring(cond: (EndpointOidc) => Boolean, msg: => Any): EndpointOidc
      Implicit
      This member is added by an implicit conversion from EndpointOidc toEnsuring[EndpointOidc] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (EndpointOidc) => Boolean): EndpointOidc
      Implicit
      This member is added by an implicit conversion from EndpointOidc toEnsuring[EndpointOidc] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): EndpointOidc
      Implicit
      This member is added by an implicit conversion from EndpointOidc toEnsuring[EndpointOidc] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): EndpointOidc
      Implicit
      This member is added by an implicit conversion from EndpointOidc toEnsuring[EndpointOidc] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOidc toStringFormat[EndpointOidc] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. val inactivityTimeout: Long
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. val issuer: String
    23. val maximumDuration: Duration
    24. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    25. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    27. val optionsPassthrough: Boolean
    28. def productElementNames: Iterator[String]
      Definition Classes
      Product
    29. val scopes: List[String]
    30. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    31. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    32. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    33. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointOidc, B)
      Implicit
      This member is added by an implicit conversion from EndpointOidc toArrowAssoc[EndpointOidc] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointOidc to any2stringadd[EndpointOidc]

    Inherited by implicit conversion StringFormat fromEndpointOidc to StringFormat[EndpointOidc]

    Inherited by implicit conversion Ensuring fromEndpointOidc to Ensuring[EndpointOidc]

    Inherited by implicit conversion ArrowAssoc fromEndpointOidc to ArrowAssoc[EndpointOidc]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointOidc

    Packages

    final case class EndpointOidc(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, issuer: String, clientId: String, clientSecret: String, scopes: List[String]) extends Product with Serializable

    A class encapsulating the EndpointOidc resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    optionsPassthrough

    Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

    cookiePrefix

    the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

    inactivityTimeout

    Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

    maximumDuration

    Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

    issuer

    URL of the OIDC "OpenID provider". This is the base URL used for discovery.

    clientId

    The OIDC app's client ID and OIDC audience.

    clientSecret

    The OIDC app's client secret.

    scopes

    The set of scopes to request from the OIDC identity provider.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointOidc
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointOidc(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, issuer: String, clientId: String, clientSecret: String, scopes: List[String])

      create a new EndpointOidc.

      create a new EndpointOidc.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      issuer

      URL of the OIDC "OpenID provider". This is the base URL used for discovery.

      clientId

      The OIDC app's client ID and OIDC audience.

      clientSecret

      The OIDC app's client secret.

      scopes

      The set of scopes to request from the OIDC identity provider.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOidc toany2stringadd[EndpointOidc] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointOidc, B)
      Implicit
      This member is added by an implicit conversion from EndpointOidc toArrowAssoc[EndpointOidc] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val clientId: String
    8. val clientSecret: String
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val cookiePrefix: String
    11. val enabled: Option[Boolean]
    12. def ensuring(cond: (EndpointOidc) => Boolean, msg: => Any): EndpointOidc
      Implicit
      This member is added by an implicit conversion from EndpointOidc toEnsuring[EndpointOidc] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (EndpointOidc) => Boolean): EndpointOidc
      Implicit
      This member is added by an implicit conversion from EndpointOidc toEnsuring[EndpointOidc] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): EndpointOidc
      Implicit
      This member is added by an implicit conversion from EndpointOidc toEnsuring[EndpointOidc] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): EndpointOidc
      Implicit
      This member is added by an implicit conversion from EndpointOidc toEnsuring[EndpointOidc] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val inactivityTimeout: Long
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val issuer: String
    22. val maximumDuration: Duration
    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. val optionsPassthrough: Boolean
    27. def productElementNames: Iterator[String]
      Definition Classes
      Product
    28. val scopes: List[String]
    29. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    30. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    32. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointOidc toStringFormat[EndpointOidc] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointOidc, B)
      Implicit
      This member is added by an implicit conversion from EndpointOidc toArrowAssoc[EndpointOidc] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointOidc to any2stringadd[EndpointOidc]

    Inherited by implicit conversion StringFormat fromEndpointOidc to StringFormat[EndpointOidc]

    Inherited by implicit conversion Ensuring fromEndpointOidc to Ensuring[EndpointOidc]

    Inherited by implicit conversion ArrowAssoc fromEndpointOidc to ArrowAssoc[EndpointOidc]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointRequestHeaders$.html b/docs/com/ngrok/definitions/EndpointRequestHeaders$.html index 78f5adf..d0993e2 100644 --- a/docs/com/ngrok/definitions/EndpointRequestHeaders$.html +++ b/docs/com/ngrok/definitions/EndpointRequestHeaders$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointRequestHeaders

    Packages

    object EndpointRequestHeaders extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointRequestHeaders
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointRequestHeaders: Decoder[EndpointRequestHeaders]
    7. implicit val encodeEndpointRequestHeaders: Encoder[EndpointRequestHeaders]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointRequestHeaders

    Packages

    object EndpointRequestHeaders extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointRequestHeaders
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointRequestHeaders: Decoder[EndpointRequestHeaders]
    7. implicit val encodeEndpointRequestHeaders: Encoder[EndpointRequestHeaders]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointRequestHeaders.html b/docs/com/ngrok/definitions/EndpointRequestHeaders.html index b30b00a..af39be6 100644 --- a/docs/com/ngrok/definitions/EndpointRequestHeaders.html +++ b/docs/com/ngrok/definitions/EndpointRequestHeaders.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointRequestHeaders

    Packages

    final case class EndpointRequestHeaders(enabled: Option[Boolean] = None, add: Map[String, String], remove: List[String]) extends Product with Serializable

    A class encapsulating the EndpointRequestHeaders resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    add

    a map of header key to header value that will be injected into the HTTP Request before being sent to the upstream application server

    remove

    a list of header names that will be removed from the HTTP Request before being sent to the upstream application server

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointRequestHeaders
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointRequestHeaders(enabled: Option[Boolean] = None, add: Map[String, String], remove: List[String])

      create a new EndpointRequestHeaders.

      create a new EndpointRequestHeaders.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      add

      a map of header key to header value that will be injected into the HTTP Request before being sent to the upstream application server

      remove

      a list of header names that will be removed from the HTTP Request before being sent to the upstream application server

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toany2stringadd[EndpointRequestHeaders] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointRequestHeaders, B)
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toArrowAssoc[EndpointRequestHeaders] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val add: Map[String, String]
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val enabled: Option[Boolean]
    10. def ensuring(cond: (EndpointRequestHeaders) => Boolean, msg: => Any): EndpointRequestHeaders
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toEnsuring[EndpointRequestHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EndpointRequestHeaders) => Boolean): EndpointRequestHeaders
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toEnsuring[EndpointRequestHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EndpointRequestHeaders
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toEnsuring[EndpointRequestHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EndpointRequestHeaders
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toEnsuring[EndpointRequestHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toStringFormat[EndpointRequestHeaders] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. val remove: List[String]
    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointRequestHeaders, B)
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toArrowAssoc[EndpointRequestHeaders] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointRequestHeaders to any2stringadd[EndpointRequestHeaders]

    Inherited by implicit conversion StringFormat fromEndpointRequestHeaders to StringFormat[EndpointRequestHeaders]

    Inherited by implicit conversion Ensuring fromEndpointRequestHeaders to Ensuring[EndpointRequestHeaders]

    Inherited by implicit conversion ArrowAssoc fromEndpointRequestHeaders to ArrowAssoc[EndpointRequestHeaders]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointRequestHeaders

    Packages

    final case class EndpointRequestHeaders(enabled: Option[Boolean] = None, add: Map[String, String], remove: List[String]) extends Product with Serializable

    A class encapsulating the EndpointRequestHeaders resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    add

    a map of header key to header value that will be injected into the HTTP Request before being sent to the upstream application server

    remove

    a list of header names that will be removed from the HTTP Request before being sent to the upstream application server

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointRequestHeaders
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointRequestHeaders(enabled: Option[Boolean] = None, add: Map[String, String], remove: List[String])

      create a new EndpointRequestHeaders.

      create a new EndpointRequestHeaders.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      add

      a map of header key to header value that will be injected into the HTTP Request before being sent to the upstream application server

      remove

      a list of header names that will be removed from the HTTP Request before being sent to the upstream application server

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toany2stringadd[EndpointRequestHeaders] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointRequestHeaders, B)
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toArrowAssoc[EndpointRequestHeaders] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val add: Map[String, String]
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val enabled: Option[Boolean]
    10. def ensuring(cond: (EndpointRequestHeaders) => Boolean, msg: => Any): EndpointRequestHeaders
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toEnsuring[EndpointRequestHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EndpointRequestHeaders) => Boolean): EndpointRequestHeaders
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toEnsuring[EndpointRequestHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EndpointRequestHeaders
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toEnsuring[EndpointRequestHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EndpointRequestHeaders
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toEnsuring[EndpointRequestHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. val remove: List[String]
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toStringFormat[EndpointRequestHeaders] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointRequestHeaders, B)
      Implicit
      This member is added by an implicit conversion from EndpointRequestHeaders toArrowAssoc[EndpointRequestHeaders] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointRequestHeaders to any2stringadd[EndpointRequestHeaders]

    Inherited by implicit conversion StringFormat fromEndpointRequestHeaders to StringFormat[EndpointRequestHeaders]

    Inherited by implicit conversion Ensuring fromEndpointRequestHeaders to Ensuring[EndpointRequestHeaders]

    Inherited by implicit conversion ArrowAssoc fromEndpointRequestHeaders to ArrowAssoc[EndpointRequestHeaders]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointResponseHeaders$.html b/docs/com/ngrok/definitions/EndpointResponseHeaders$.html index 8802e06..6b77f07 100644 --- a/docs/com/ngrok/definitions/EndpointResponseHeaders$.html +++ b/docs/com/ngrok/definitions/EndpointResponseHeaders$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointResponseHeaders

    Packages

    object EndpointResponseHeaders extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointResponseHeaders
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointResponseHeaders: Decoder[EndpointResponseHeaders]
    7. implicit val encodeEndpointResponseHeaders: Encoder[EndpointResponseHeaders]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointResponseHeaders

    Packages

    object EndpointResponseHeaders extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointResponseHeaders
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointResponseHeaders: Decoder[EndpointResponseHeaders]
    7. implicit val encodeEndpointResponseHeaders: Encoder[EndpointResponseHeaders]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointResponseHeaders.html b/docs/com/ngrok/definitions/EndpointResponseHeaders.html index 5268305..190e05a 100644 --- a/docs/com/ngrok/definitions/EndpointResponseHeaders.html +++ b/docs/com/ngrok/definitions/EndpointResponseHeaders.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointResponseHeaders

    Packages

    final case class EndpointResponseHeaders(enabled: Option[Boolean] = None, add: Map[String, String], remove: List[String]) extends Product with Serializable

    A class encapsulating the EndpointResponseHeaders resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    add

    a map of header key to header value that will be injected into the HTTP Response returned to the HTTP client

    remove

    a list of header names that will be removed from the HTTP Response returned to the HTTP client

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointResponseHeaders
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointResponseHeaders(enabled: Option[Boolean] = None, add: Map[String, String], remove: List[String])

      create a new EndpointResponseHeaders.

      create a new EndpointResponseHeaders.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      add

      a map of header key to header value that will be injected into the HTTP Response returned to the HTTP client

      remove

      a list of header names that will be removed from the HTTP Response returned to the HTTP client

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toany2stringadd[EndpointResponseHeaders] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointResponseHeaders, B)
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toArrowAssoc[EndpointResponseHeaders] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val add: Map[String, String]
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val enabled: Option[Boolean]
    10. def ensuring(cond: (EndpointResponseHeaders) => Boolean, msg: => Any): EndpointResponseHeaders
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toEnsuring[EndpointResponseHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EndpointResponseHeaders) => Boolean): EndpointResponseHeaders
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toEnsuring[EndpointResponseHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EndpointResponseHeaders
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toEnsuring[EndpointResponseHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EndpointResponseHeaders
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toEnsuring[EndpointResponseHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toStringFormat[EndpointResponseHeaders] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. val remove: List[String]
    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointResponseHeaders, B)
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toArrowAssoc[EndpointResponseHeaders] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointResponseHeaders to any2stringadd[EndpointResponseHeaders]

    Inherited by implicit conversion StringFormat fromEndpointResponseHeaders to StringFormat[EndpointResponseHeaders]

    Inherited by implicit conversion Ensuring fromEndpointResponseHeaders to Ensuring[EndpointResponseHeaders]

    Inherited by implicit conversion ArrowAssoc fromEndpointResponseHeaders to ArrowAssoc[EndpointResponseHeaders]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointResponseHeaders

    Packages

    final case class EndpointResponseHeaders(enabled: Option[Boolean] = None, add: Map[String, String], remove: List[String]) extends Product with Serializable

    A class encapsulating the EndpointResponseHeaders resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    add

    a map of header key to header value that will be injected into the HTTP Response returned to the HTTP client

    remove

    a list of header names that will be removed from the HTTP Response returned to the HTTP client

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointResponseHeaders
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointResponseHeaders(enabled: Option[Boolean] = None, add: Map[String, String], remove: List[String])

      create a new EndpointResponseHeaders.

      create a new EndpointResponseHeaders.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      add

      a map of header key to header value that will be injected into the HTTP Response returned to the HTTP client

      remove

      a list of header names that will be removed from the HTTP Response returned to the HTTP client

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toany2stringadd[EndpointResponseHeaders] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointResponseHeaders, B)
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toArrowAssoc[EndpointResponseHeaders] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val add: Map[String, String]
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val enabled: Option[Boolean]
    10. def ensuring(cond: (EndpointResponseHeaders) => Boolean, msg: => Any): EndpointResponseHeaders
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toEnsuring[EndpointResponseHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EndpointResponseHeaders) => Boolean): EndpointResponseHeaders
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toEnsuring[EndpointResponseHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EndpointResponseHeaders
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toEnsuring[EndpointResponseHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EndpointResponseHeaders
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toEnsuring[EndpointResponseHeaders] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. val remove: List[String]
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toStringFormat[EndpointResponseHeaders] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointResponseHeaders, B)
      Implicit
      This member is added by an implicit conversion from EndpointResponseHeaders toArrowAssoc[EndpointResponseHeaders] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointResponseHeaders to any2stringadd[EndpointResponseHeaders]

    Inherited by implicit conversion StringFormat fromEndpointResponseHeaders to StringFormat[EndpointResponseHeaders]

    Inherited by implicit conversion Ensuring fromEndpointResponseHeaders to Ensuring[EndpointResponseHeaders]

    Inherited by implicit conversion ArrowAssoc fromEndpointResponseHeaders to ArrowAssoc[EndpointResponseHeaders]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointSaml$.html b/docs/com/ngrok/definitions/EndpointSaml$.html index 48314a4..2d8fe03 100644 --- a/docs/com/ngrok/definitions/EndpointSaml$.html +++ b/docs/com/ngrok/definitions/EndpointSaml$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointSaml

    Packages

    object EndpointSaml extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointSaml
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointSaml: Decoder[EndpointSaml]
    7. implicit val encodeEndpointSaml: Encoder[EndpointSaml]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointSaml

    Packages

    object EndpointSaml extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointSaml
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointSaml: Decoder[EndpointSaml]
    7. implicit val encodeEndpointSaml: Encoder[EndpointSaml]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointSaml.html b/docs/com/ngrok/definitions/EndpointSaml.html index 9253379..8bc7a6f 100644 --- a/docs/com/ngrok/definitions/EndpointSaml.html +++ b/docs/com/ngrok/definitions/EndpointSaml.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointSaml

    Packages

    final case class EndpointSaml(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, idpMetadata: String, forceAuthn: Boolean, allowIdpInitiated: Option[Boolean] = None, authorizedGroups: List[String], entityId: String, assertionConsumerServiceUrl: URI, singleLogoutUrl: URI, requestSigningCertificatePem: String, metadataUrl: URI, nameidFormat: String) extends Product with Serializable

    A class encapsulating the EndpointSaml resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    optionsPassthrough

    Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

    cookiePrefix

    the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

    inactivityTimeout

    Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

    maximumDuration

    Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

    idpMetadata

    The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.

    forceAuthn

    If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP.

    allowIdpInitiated

    If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed.

    authorizedGroups

    If present, only users who are a member of one of the listed groups may access the target endpoint.

    entityId

    The SP Entity's unique ID. This always takes the form of a URL. In ngrok's implementation, this URL is the same as the metadata URL. This will need to be specified to the IdP as configuration.

    assertionConsumerServiceUrl

    The public URL of the SP's Assertion Consumer Service. This is where the IdP will redirect to during an authentication flow. This will need to be specified to the IdP as configuration.

    singleLogoutUrl

    The public URL of the SP's Single Logout Service. This is where the IdP will redirect to during a single logout flow. This will optionally need to be specified to the IdP as configuration.

    requestSigningCertificatePem

    PEM-encoded x.509 certificate of the key pair that is used to sign all SAML requests that the ngrok SP makes to the IdP. Many IdPs do not support request signing verification, but we highly recommend specifying this in the IdP's configuration if it is supported.

    metadataUrl

    A public URL where the SP's metadata is hosted. If an IdP supports dynamic configuration, this is the URL it can use to retrieve the SP metadata.

    nameidFormat

    Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used. A subset of the allowed values enumerated by the SAML specification are supported.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointSaml
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointSaml(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, idpMetadata: String, forceAuthn: Boolean, allowIdpInitiated: Option[Boolean] = None, authorizedGroups: List[String], entityId: String, assertionConsumerServiceUrl: URI, singleLogoutUrl: URI, requestSigningCertificatePem: String, metadataUrl: URI, nameidFormat: String)

      create a new EndpointSaml.

      create a new EndpointSaml.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      idpMetadata

      The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.

      forceAuthn

      If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP.

      allowIdpInitiated

      If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed.

      authorizedGroups

      If present, only users who are a member of one of the listed groups may access the target endpoint.

      entityId

      The SP Entity's unique ID. This always takes the form of a URL. In ngrok's implementation, this URL is the same as the metadata URL. This will need to be specified to the IdP as configuration.

      assertionConsumerServiceUrl

      The public URL of the SP's Assertion Consumer Service. This is where the IdP will redirect to during an authentication flow. This will need to be specified to the IdP as configuration.

      singleLogoutUrl

      The public URL of the SP's Single Logout Service. This is where the IdP will redirect to during a single logout flow. This will optionally need to be specified to the IdP as configuration.

      requestSigningCertificatePem

      PEM-encoded x.509 certificate of the key pair that is used to sign all SAML requests that the ngrok SP makes to the IdP. Many IdPs do not support request signing verification, but we highly recommend specifying this in the IdP's configuration if it is supported.

      metadataUrl

      A public URL where the SP's metadata is hosted. If an IdP supports dynamic configuration, this is the URL it can use to retrieve the SP metadata.

      nameidFormat

      Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used. A subset of the allowed values enumerated by the SAML specification are supported.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointSaml toany2stringadd[EndpointSaml] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointSaml, B)
      Implicit
      This member is added by an implicit conversion from EndpointSaml toArrowAssoc[EndpointSaml] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val allowIdpInitiated: Option[Boolean]
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. val assertionConsumerServiceUrl: URI
    9. val authorizedGroups: List[String]
    10. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    11. val cookiePrefix: String
    12. val enabled: Option[Boolean]
    13. def ensuring(cond: (EndpointSaml) => Boolean, msg: => Any): EndpointSaml
      Implicit
      This member is added by an implicit conversion from EndpointSaml toEnsuring[EndpointSaml] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: (EndpointSaml) => Boolean): EndpointSaml
      Implicit
      This member is added by an implicit conversion from EndpointSaml toEnsuring[EndpointSaml] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean, msg: => Any): EndpointSaml
      Implicit
      This member is added by an implicit conversion from EndpointSaml toEnsuring[EndpointSaml] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. def ensuring(cond: Boolean): EndpointSaml
      Implicit
      This member is added by an implicit conversion from EndpointSaml toEnsuring[EndpointSaml] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    17. val entityId: String
    18. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    20. val forceAuthn: Boolean
    21. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointSaml toStringFormat[EndpointSaml] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    22. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    23. val idpMetadata: String
    24. val inactivityTimeout: Long
    25. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    26. val maximumDuration: Duration
    27. val metadataUrl: URI
    28. val nameidFormat: String
    29. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    30. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    31. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    32. val optionsPassthrough: Boolean
    33. def productElementNames: Iterator[String]
      Definition Classes
      Product
    34. val requestSigningCertificatePem: String
    35. val singleLogoutUrl: URI
    36. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    37. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    38. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    39. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointSaml, B)
      Implicit
      This member is added by an implicit conversion from EndpointSaml toArrowAssoc[EndpointSaml] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointSaml to any2stringadd[EndpointSaml]

    Inherited by implicit conversion StringFormat fromEndpointSaml to StringFormat[EndpointSaml]

    Inherited by implicit conversion Ensuring fromEndpointSaml to Ensuring[EndpointSaml]

    Inherited by implicit conversion ArrowAssoc fromEndpointSaml to ArrowAssoc[EndpointSaml]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointSaml

    Packages

    final case class EndpointSaml(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, idpMetadata: String, forceAuthn: Boolean, allowIdpInitiated: Option[Boolean] = None, authorizedGroups: List[String], entityId: String, assertionConsumerServiceUrl: URI, singleLogoutUrl: URI, requestSigningCertificatePem: String, metadataUrl: URI, nameidFormat: String) extends Product with Serializable

    A class encapsulating the EndpointSaml resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    optionsPassthrough

    Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

    cookiePrefix

    the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

    inactivityTimeout

    Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

    maximumDuration

    Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

    idpMetadata

    The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.

    forceAuthn

    If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP.

    allowIdpInitiated

    If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed.

    authorizedGroups

    If present, only users who are a member of one of the listed groups may access the target endpoint.

    entityId

    The SP Entity's unique ID. This always takes the form of a URL. In ngrok's implementation, this URL is the same as the metadata URL. This will need to be specified to the IdP as configuration.

    assertionConsumerServiceUrl

    The public URL of the SP's Assertion Consumer Service. This is where the IdP will redirect to during an authentication flow. This will need to be specified to the IdP as configuration.

    singleLogoutUrl

    The public URL of the SP's Single Logout Service. This is where the IdP will redirect to during a single logout flow. This will optionally need to be specified to the IdP as configuration.

    requestSigningCertificatePem

    PEM-encoded x.509 certificate of the key pair that is used to sign all SAML requests that the ngrok SP makes to the IdP. Many IdPs do not support request signing verification, but we highly recommend specifying this in the IdP's configuration if it is supported.

    metadataUrl

    A public URL where the SP's metadata is hosted. If an IdP supports dynamic configuration, this is the URL it can use to retrieve the SP metadata.

    nameidFormat

    Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used. A subset of the allowed values enumerated by the SAML specification are supported.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointSaml
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointSaml(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, idpMetadata: String, forceAuthn: Boolean, allowIdpInitiated: Option[Boolean] = None, authorizedGroups: List[String], entityId: String, assertionConsumerServiceUrl: URI, singleLogoutUrl: URI, requestSigningCertificatePem: String, metadataUrl: URI, nameidFormat: String)

      create a new EndpointSaml.

      create a new EndpointSaml.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      idpMetadata

      The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.

      forceAuthn

      If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP.

      allowIdpInitiated

      If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed.

      authorizedGroups

      If present, only users who are a member of one of the listed groups may access the target endpoint.

      entityId

      The SP Entity's unique ID. This always takes the form of a URL. In ngrok's implementation, this URL is the same as the metadata URL. This will need to be specified to the IdP as configuration.

      assertionConsumerServiceUrl

      The public URL of the SP's Assertion Consumer Service. This is where the IdP will redirect to during an authentication flow. This will need to be specified to the IdP as configuration.

      singleLogoutUrl

      The public URL of the SP's Single Logout Service. This is where the IdP will redirect to during a single logout flow. This will optionally need to be specified to the IdP as configuration.

      requestSigningCertificatePem

      PEM-encoded x.509 certificate of the key pair that is used to sign all SAML requests that the ngrok SP makes to the IdP. Many IdPs do not support request signing verification, but we highly recommend specifying this in the IdP's configuration if it is supported.

      metadataUrl

      A public URL where the SP's metadata is hosted. If an IdP supports dynamic configuration, this is the URL it can use to retrieve the SP metadata.

      nameidFormat

      Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used. A subset of the allowed values enumerated by the SAML specification are supported.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointSaml toany2stringadd[EndpointSaml] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointSaml, B)
      Implicit
      This member is added by an implicit conversion from EndpointSaml toArrowAssoc[EndpointSaml] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val allowIdpInitiated: Option[Boolean]
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. val assertionConsumerServiceUrl: URI
    9. val authorizedGroups: List[String]
    10. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    11. val cookiePrefix: String
    12. val enabled: Option[Boolean]
    13. def ensuring(cond: (EndpointSaml) => Boolean, msg: => Any): EndpointSaml
      Implicit
      This member is added by an implicit conversion from EndpointSaml toEnsuring[EndpointSaml] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: (EndpointSaml) => Boolean): EndpointSaml
      Implicit
      This member is added by an implicit conversion from EndpointSaml toEnsuring[EndpointSaml] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean, msg: => Any): EndpointSaml
      Implicit
      This member is added by an implicit conversion from EndpointSaml toEnsuring[EndpointSaml] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. def ensuring(cond: Boolean): EndpointSaml
      Implicit
      This member is added by an implicit conversion from EndpointSaml toEnsuring[EndpointSaml] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    17. val entityId: String
    18. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    20. val forceAuthn: Boolean
    21. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    22. val idpMetadata: String
    23. val inactivityTimeout: Long
    24. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    25. val maximumDuration: Duration
    26. val metadataUrl: URI
    27. val nameidFormat: String
    28. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    29. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    30. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    31. val optionsPassthrough: Boolean
    32. def productElementNames: Iterator[String]
      Definition Classes
      Product
    33. val requestSigningCertificatePem: String
    34. val singleLogoutUrl: URI
    35. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    36. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    37. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    38. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointSaml toStringFormat[EndpointSaml] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointSaml, B)
      Implicit
      This member is added by an implicit conversion from EndpointSaml toArrowAssoc[EndpointSaml] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointSaml to any2stringadd[EndpointSaml]

    Inherited by implicit conversion StringFormat fromEndpointSaml to StringFormat[EndpointSaml]

    Inherited by implicit conversion Ensuring fromEndpointSaml to Ensuring[EndpointSaml]

    Inherited by implicit conversion ArrowAssoc fromEndpointSaml to ArrowAssoc[EndpointSaml]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointSamlMutate$.html b/docs/com/ngrok/definitions/EndpointSamlMutate$.html index 117d91a..d89f0ea 100644 --- a/docs/com/ngrok/definitions/EndpointSamlMutate$.html +++ b/docs/com/ngrok/definitions/EndpointSamlMutate$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointSamlMutate

    Packages

    object EndpointSamlMutate extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointSamlMutate
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointSamlMutate: Decoder[EndpointSamlMutate]
    7. implicit val encodeEndpointSamlMutate: Encoder[EndpointSamlMutate]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointSamlMutate

    Packages

    object EndpointSamlMutate extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointSamlMutate
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointSamlMutate: Decoder[EndpointSamlMutate]
    7. implicit val encodeEndpointSamlMutate: Encoder[EndpointSamlMutate]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointSamlMutate.html b/docs/com/ngrok/definitions/EndpointSamlMutate.html index dda4246..7820ab6 100644 --- a/docs/com/ngrok/definitions/EndpointSamlMutate.html +++ b/docs/com/ngrok/definitions/EndpointSamlMutate.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointSamlMutate

    Packages

    final case class EndpointSamlMutate(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, idpMetadata: String, forceAuthn: Boolean, allowIdpInitiated: Option[Boolean] = None, authorizedGroups: List[String], nameidFormat: String) extends Product with Serializable

    A class encapsulating the EndpointSamlMutate resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    optionsPassthrough

    Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

    cookiePrefix

    the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

    inactivityTimeout

    Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

    maximumDuration

    Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

    idpMetadata

    The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.

    forceAuthn

    If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP.

    allowIdpInitiated

    If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed.

    authorizedGroups

    If present, only users who are a member of one of the listed groups may access the target endpoint.

    nameidFormat

    Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used. A subset of the allowed values enumerated by the SAML specification are supported.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointSamlMutate
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointSamlMutate(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, idpMetadata: String, forceAuthn: Boolean, allowIdpInitiated: Option[Boolean] = None, authorizedGroups: List[String], nameidFormat: String)

      create a new EndpointSamlMutate.

      create a new EndpointSamlMutate.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      idpMetadata

      The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.

      forceAuthn

      If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP.

      allowIdpInitiated

      If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed.

      authorizedGroups

      If present, only users who are a member of one of the listed groups may access the target endpoint.

      nameidFormat

      Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used. A subset of the allowed values enumerated by the SAML specification are supported.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toany2stringadd[EndpointSamlMutate] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointSamlMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toArrowAssoc[EndpointSamlMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val allowIdpInitiated: Option[Boolean]
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. val authorizedGroups: List[String]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val cookiePrefix: String
    11. val enabled: Option[Boolean]
    12. def ensuring(cond: (EndpointSamlMutate) => Boolean, msg: => Any): EndpointSamlMutate
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toEnsuring[EndpointSamlMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (EndpointSamlMutate) => Boolean): EndpointSamlMutate
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toEnsuring[EndpointSamlMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): EndpointSamlMutate
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toEnsuring[EndpointSamlMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): EndpointSamlMutate
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toEnsuring[EndpointSamlMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. val forceAuthn: Boolean
    19. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toStringFormat[EndpointSamlMutate] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    20. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. val idpMetadata: String
    22. val inactivityTimeout: Long
    23. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    24. val maximumDuration: Duration
    25. val nameidFormat: String
    26. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    27. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    28. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    29. val optionsPassthrough: Boolean
    30. def productElementNames: Iterator[String]
      Definition Classes
      Product
    31. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    32. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    33. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    34. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointSamlMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toArrowAssoc[EndpointSamlMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointSamlMutate to any2stringadd[EndpointSamlMutate]

    Inherited by implicit conversion StringFormat fromEndpointSamlMutate to StringFormat[EndpointSamlMutate]

    Inherited by implicit conversion Ensuring fromEndpointSamlMutate to Ensuring[EndpointSamlMutate]

    Inherited by implicit conversion ArrowAssoc fromEndpointSamlMutate to ArrowAssoc[EndpointSamlMutate]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointSamlMutate

    Packages

    final case class EndpointSamlMutate(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, idpMetadata: String, forceAuthn: Boolean, allowIdpInitiated: Option[Boolean] = None, authorizedGroups: List[String], nameidFormat: String) extends Product with Serializable

    A class encapsulating the EndpointSamlMutate resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    optionsPassthrough

    Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

    cookiePrefix

    the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

    inactivityTimeout

    Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

    maximumDuration

    Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

    idpMetadata

    The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.

    forceAuthn

    If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP.

    allowIdpInitiated

    If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed.

    authorizedGroups

    If present, only users who are a member of one of the listed groups may access the target endpoint.

    nameidFormat

    Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used. A subset of the allowed values enumerated by the SAML specification are supported.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointSamlMutate
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointSamlMutate(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, idpMetadata: String, forceAuthn: Boolean, allowIdpInitiated: Option[Boolean] = None, authorizedGroups: List[String], nameidFormat: String)

      create a new EndpointSamlMutate.

      create a new EndpointSamlMutate.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      idpMetadata

      The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.

      forceAuthn

      If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP.

      allowIdpInitiated

      If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed.

      authorizedGroups

      If present, only users who are a member of one of the listed groups may access the target endpoint.

      nameidFormat

      Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used. A subset of the allowed values enumerated by the SAML specification are supported.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toany2stringadd[EndpointSamlMutate] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointSamlMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toArrowAssoc[EndpointSamlMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val allowIdpInitiated: Option[Boolean]
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. val authorizedGroups: List[String]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val cookiePrefix: String
    11. val enabled: Option[Boolean]
    12. def ensuring(cond: (EndpointSamlMutate) => Boolean, msg: => Any): EndpointSamlMutate
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toEnsuring[EndpointSamlMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (EndpointSamlMutate) => Boolean): EndpointSamlMutate
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toEnsuring[EndpointSamlMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): EndpointSamlMutate
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toEnsuring[EndpointSamlMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): EndpointSamlMutate
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toEnsuring[EndpointSamlMutate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. val forceAuthn: Boolean
    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. val idpMetadata: String
    21. val inactivityTimeout: Long
    22. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    23. val maximumDuration: Duration
    24. val nameidFormat: String
    25. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    26. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    27. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    28. val optionsPassthrough: Boolean
    29. def productElementNames: Iterator[String]
      Definition Classes
      Product
    30. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    31. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    32. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    33. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toStringFormat[EndpointSamlMutate] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointSamlMutate, B)
      Implicit
      This member is added by an implicit conversion from EndpointSamlMutate toArrowAssoc[EndpointSamlMutate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointSamlMutate to any2stringadd[EndpointSamlMutate]

    Inherited by implicit conversion StringFormat fromEndpointSamlMutate to StringFormat[EndpointSamlMutate]

    Inherited by implicit conversion Ensuring fromEndpointSamlMutate to Ensuring[EndpointSamlMutate]

    Inherited by implicit conversion ArrowAssoc fromEndpointSamlMutate to ArrowAssoc[EndpointSamlMutate]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointTlsTermination$.html b/docs/com/ngrok/definitions/EndpointTlsTermination$.html index 442ab62..f6ea279 100644 --- a/docs/com/ngrok/definitions/EndpointTlsTermination$.html +++ b/docs/com/ngrok/definitions/EndpointTlsTermination$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointTlsTermination

    Packages

    object EndpointTlsTermination extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointTlsTermination
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointTlsTermination: Decoder[EndpointTlsTermination]
    7. implicit val encodeEndpointTlsTermination: Encoder[EndpointTlsTermination]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointTlsTermination

    Packages

    object EndpointTlsTermination extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointTlsTermination
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointTlsTermination: Decoder[EndpointTlsTermination]
    7. implicit val encodeEndpointTlsTermination: Encoder[EndpointTlsTermination]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointTlsTermination.html b/docs/com/ngrok/definitions/EndpointTlsTermination.html index a12efb8..90a55bc 100644 --- a/docs/com/ngrok/definitions/EndpointTlsTermination.html +++ b/docs/com/ngrok/definitions/EndpointTlsTermination.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointTlsTermination

    Packages

    final case class EndpointTlsTermination(enabled: Option[Boolean] = None, terminateAt: String, minVersion: Option[String] = None) extends Product with Serializable

    A class encapsulating the EndpointTlsTermination resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    terminateAt

    edge if the ngrok edge should terminate TLS traffic, upstream if TLS traffic should be passed through to the upstream ngrok agent / application server for termination. if upstream is chosen, most other modules will be disallowed because they rely on the ngrok edge being able to access the underlying traffic.

    minVersion

    The minimum TLS version used for termination and advertised to the client during the TLS handshake. if unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointTlsTermination
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointTlsTermination(enabled: Option[Boolean] = None, terminateAt: String, minVersion: Option[String] = None)

      create a new EndpointTlsTermination.

      create a new EndpointTlsTermination.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      terminateAt

      edge if the ngrok edge should terminate TLS traffic, upstream if TLS traffic should be passed through to the upstream ngrok agent / application server for termination. if upstream is chosen, most other modules will be disallowed because they rely on the ngrok edge being able to access the underlying traffic.

      minVersion

      The minimum TLS version used for termination and advertised to the client during the TLS handshake. if unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toany2stringadd[EndpointTlsTermination] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointTlsTermination, B)
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toArrowAssoc[EndpointTlsTermination] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointTlsTermination) => Boolean, msg: => Any): EndpointTlsTermination
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toEnsuring[EndpointTlsTermination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointTlsTermination) => Boolean): EndpointTlsTermination
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toEnsuring[EndpointTlsTermination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointTlsTermination
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toEnsuring[EndpointTlsTermination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointTlsTermination
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toEnsuring[EndpointTlsTermination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toStringFormat[EndpointTlsTermination] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. val minVersion: Option[String]
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val terminateAt: String
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointTlsTermination, B)
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toArrowAssoc[EndpointTlsTermination] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointTlsTermination to any2stringadd[EndpointTlsTermination]

    Inherited by implicit conversion StringFormat fromEndpointTlsTermination to StringFormat[EndpointTlsTermination]

    Inherited by implicit conversion Ensuring fromEndpointTlsTermination to Ensuring[EndpointTlsTermination]

    Inherited by implicit conversion ArrowAssoc fromEndpointTlsTermination to ArrowAssoc[EndpointTlsTermination]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointTlsTermination

    Packages

    final case class EndpointTlsTermination(enabled: Option[Boolean] = None, terminateAt: String, minVersion: Option[String] = None) extends Product with Serializable

    A class encapsulating the EndpointTlsTermination resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    terminateAt

    edge if the ngrok edge should terminate TLS traffic, upstream if TLS traffic should be passed through to the upstream ngrok agent / application server for termination. if upstream is chosen, most other modules will be disallowed because they rely on the ngrok edge being able to access the underlying traffic.

    minVersion

    The minimum TLS version used for termination and advertised to the client during the TLS handshake. if unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointTlsTermination
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointTlsTermination(enabled: Option[Boolean] = None, terminateAt: String, minVersion: Option[String] = None)

      create a new EndpointTlsTermination.

      create a new EndpointTlsTermination.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      terminateAt

      edge if the ngrok edge should terminate TLS traffic, upstream if TLS traffic should be passed through to the upstream ngrok agent / application server for termination. if upstream is chosen, most other modules will be disallowed because they rely on the ngrok edge being able to access the underlying traffic.

      minVersion

      The minimum TLS version used for termination and advertised to the client during the TLS handshake. if unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toany2stringadd[EndpointTlsTermination] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointTlsTermination, B)
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toArrowAssoc[EndpointTlsTermination] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointTlsTermination) => Boolean, msg: => Any): EndpointTlsTermination
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toEnsuring[EndpointTlsTermination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointTlsTermination) => Boolean): EndpointTlsTermination
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toEnsuring[EndpointTlsTermination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointTlsTermination
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toEnsuring[EndpointTlsTermination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointTlsTermination
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toEnsuring[EndpointTlsTermination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. val minVersion: Option[String]
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val terminateAt: String
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toStringFormat[EndpointTlsTermination] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointTlsTermination, B)
      Implicit
      This member is added by an implicit conversion from EndpointTlsTermination toArrowAssoc[EndpointTlsTermination] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointTlsTermination to any2stringadd[EndpointTlsTermination]

    Inherited by implicit conversion StringFormat fromEndpointTlsTermination to StringFormat[EndpointTlsTermination]

    Inherited by implicit conversion Ensuring fromEndpointTlsTermination to Ensuring[EndpointTlsTermination]

    Inherited by implicit conversion ArrowAssoc fromEndpointTlsTermination to ArrowAssoc[EndpointTlsTermination]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointTlsTerminationAtEdge$.html b/docs/com/ngrok/definitions/EndpointTlsTerminationAtEdge$.html index ddf85ae..01aed83 100644 --- a/docs/com/ngrok/definitions/EndpointTlsTerminationAtEdge$.html +++ b/docs/com/ngrok/definitions/EndpointTlsTerminationAtEdge$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointTlsTerminationAtEdge

    Packages

    object EndpointTlsTerminationAtEdge extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointTlsTerminationAtEdge
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointTlsTerminationAtEdge: Decoder[EndpointTlsTerminationAtEdge]
    7. implicit val encodeEndpointTlsTerminationAtEdge: Encoder[EndpointTlsTerminationAtEdge]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointTlsTerminationAtEdge

    Packages

    object EndpointTlsTerminationAtEdge extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointTlsTerminationAtEdge
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointTlsTerminationAtEdge: Decoder[EndpointTlsTerminationAtEdge]
    7. implicit val encodeEndpointTlsTerminationAtEdge: Encoder[EndpointTlsTerminationAtEdge]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointTlsTerminationAtEdge.html b/docs/com/ngrok/definitions/EndpointTlsTerminationAtEdge.html index 5fa2fe0..e10126c 100644 --- a/docs/com/ngrok/definitions/EndpointTlsTerminationAtEdge.html +++ b/docs/com/ngrok/definitions/EndpointTlsTerminationAtEdge.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointTlsTerminationAtEdge

    Packages

    final case class EndpointTlsTerminationAtEdge(enabled: Option[Boolean] = None, minVersion: Option[String] = None) extends Product with Serializable

    A class encapsulating the EndpointTlsTerminationAtEdge resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    minVersion

    The minimum TLS version used for termination and advertised to the client during the TLS handshake. if unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointTlsTerminationAtEdge
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointTlsTerminationAtEdge(enabled: Option[Boolean] = None, minVersion: Option[String] = None)

      create a new EndpointTlsTerminationAtEdge.

      create a new EndpointTlsTerminationAtEdge.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      minVersion

      The minimum TLS version used for termination and advertised to the client during the TLS handshake. if unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toany2stringadd[EndpointTlsTerminationAtEdge] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointTlsTerminationAtEdge, B)
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toArrowAssoc[EndpointTlsTerminationAtEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointTlsTerminationAtEdge) => Boolean, msg: => Any): EndpointTlsTerminationAtEdge
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toEnsuring[EndpointTlsTerminationAtEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointTlsTerminationAtEdge) => Boolean): EndpointTlsTerminationAtEdge
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toEnsuring[EndpointTlsTerminationAtEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointTlsTerminationAtEdge
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toEnsuring[EndpointTlsTerminationAtEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointTlsTerminationAtEdge
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toEnsuring[EndpointTlsTerminationAtEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toStringFormat[EndpointTlsTerminationAtEdge] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. val minVersion: Option[String]
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointTlsTerminationAtEdge, B)
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toArrowAssoc[EndpointTlsTerminationAtEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointTlsTerminationAtEdge to any2stringadd[EndpointTlsTerminationAtEdge]

    Inherited by implicit conversion StringFormat fromEndpointTlsTerminationAtEdge to StringFormat[EndpointTlsTerminationAtEdge]

    Inherited by implicit conversion Ensuring fromEndpointTlsTerminationAtEdge to Ensuring[EndpointTlsTerminationAtEdge]

    Inherited by implicit conversion ArrowAssoc fromEndpointTlsTerminationAtEdge to ArrowAssoc[EndpointTlsTerminationAtEdge]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointTlsTerminationAtEdge

    Packages

    final case class EndpointTlsTerminationAtEdge(enabled: Option[Boolean] = None, minVersion: Option[String] = None) extends Product with Serializable

    A class encapsulating the EndpointTlsTerminationAtEdge resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    minVersion

    The minimum TLS version used for termination and advertised to the client during the TLS handshake. if unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointTlsTerminationAtEdge
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointTlsTerminationAtEdge(enabled: Option[Boolean] = None, minVersion: Option[String] = None)

      create a new EndpointTlsTerminationAtEdge.

      create a new EndpointTlsTerminationAtEdge.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      minVersion

      The minimum TLS version used for termination and advertised to the client during the TLS handshake. if unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toany2stringadd[EndpointTlsTerminationAtEdge] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointTlsTerminationAtEdge, B)
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toArrowAssoc[EndpointTlsTerminationAtEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointTlsTerminationAtEdge) => Boolean, msg: => Any): EndpointTlsTerminationAtEdge
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toEnsuring[EndpointTlsTerminationAtEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointTlsTerminationAtEdge) => Boolean): EndpointTlsTerminationAtEdge
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toEnsuring[EndpointTlsTerminationAtEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointTlsTerminationAtEdge
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toEnsuring[EndpointTlsTerminationAtEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointTlsTerminationAtEdge
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toEnsuring[EndpointTlsTerminationAtEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. val minVersion: Option[String]
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toStringFormat[EndpointTlsTerminationAtEdge] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointTlsTerminationAtEdge, B)
      Implicit
      This member is added by an implicit conversion from EndpointTlsTerminationAtEdge toArrowAssoc[EndpointTlsTerminationAtEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointTlsTerminationAtEdge to any2stringadd[EndpointTlsTerminationAtEdge]

    Inherited by implicit conversion StringFormat fromEndpointTlsTerminationAtEdge to StringFormat[EndpointTlsTerminationAtEdge]

    Inherited by implicit conversion Ensuring fromEndpointTlsTerminationAtEdge to Ensuring[EndpointTlsTerminationAtEdge]

    Inherited by implicit conversion ArrowAssoc fromEndpointTlsTerminationAtEdge to ArrowAssoc[EndpointTlsTerminationAtEdge]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointWebhookValidation$.html b/docs/com/ngrok/definitions/EndpointWebhookValidation$.html index da168c6..0785e96 100644 --- a/docs/com/ngrok/definitions/EndpointWebhookValidation$.html +++ b/docs/com/ngrok/definitions/EndpointWebhookValidation$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointWebhookValidation

    Packages

    object EndpointWebhookValidation extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointWebhookValidation
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointWebhookValidation: Decoder[EndpointWebhookValidation]
    7. implicit val encodeEndpointWebhookValidation: Encoder[EndpointWebhookValidation]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointWebhookValidation

    Packages

    object EndpointWebhookValidation extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointWebhookValidation
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointWebhookValidation: Decoder[EndpointWebhookValidation]
    7. implicit val encodeEndpointWebhookValidation: Encoder[EndpointWebhookValidation]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointWebhookValidation.html b/docs/com/ngrok/definitions/EndpointWebhookValidation.html index 67f14ed..e9e026a 100644 --- a/docs/com/ngrok/definitions/EndpointWebhookValidation.html +++ b/docs/com/ngrok/definitions/EndpointWebhookValidation.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointWebhookValidation

    Packages

    final case class EndpointWebhookValidation(enabled: Option[Boolean] = None, provider: String, secret: String) extends Product with Serializable

    A class encapsulating the EndpointWebhookValidation resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    provider

    a string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers: SLACK, SNS, STRIPE, GITHUB, TWILIO, SHOPIFY, GITLAB, INTERCOM, SENDGRID, XERO, PAGERDUTY.

    secret

    a string secret used to validate requests from the given provider. All providers except AWS SNS require a secret

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointWebhookValidation
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointWebhookValidation(enabled: Option[Boolean] = None, provider: String, secret: String)

      create a new EndpointWebhookValidation.

      create a new EndpointWebhookValidation.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      provider

      a string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers: SLACK, SNS, STRIPE, GITHUB, TWILIO, SHOPIFY, GITLAB, INTERCOM, SENDGRID, XERO, PAGERDUTY.

      secret

      a string secret used to validate requests from the given provider. All providers except AWS SNS require a secret

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toany2stringadd[EndpointWebhookValidation] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointWebhookValidation, B)
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toArrowAssoc[EndpointWebhookValidation] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointWebhookValidation) => Boolean, msg: => Any): EndpointWebhookValidation
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toEnsuring[EndpointWebhookValidation] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointWebhookValidation) => Boolean): EndpointWebhookValidation
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toEnsuring[EndpointWebhookValidation] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointWebhookValidation
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toEnsuring[EndpointWebhookValidation] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointWebhookValidation
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toEnsuring[EndpointWebhookValidation] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toStringFormat[EndpointWebhookValidation] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. val provider: String
    23. val secret: String
    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointWebhookValidation, B)
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toArrowAssoc[EndpointWebhookValidation] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointWebhookValidation to any2stringadd[EndpointWebhookValidation]

    Inherited by implicit conversion StringFormat fromEndpointWebhookValidation to StringFormat[EndpointWebhookValidation]

    Inherited by implicit conversion Ensuring fromEndpointWebhookValidation to Ensuring[EndpointWebhookValidation]

    Inherited by implicit conversion ArrowAssoc fromEndpointWebhookValidation to ArrowAssoc[EndpointWebhookValidation]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointWebhookValidation

    Packages

    final case class EndpointWebhookValidation(enabled: Option[Boolean] = None, provider: String, secret: String) extends Product with Serializable

    A class encapsulating the EndpointWebhookValidation resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    provider

    a string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers: SLACK, SNS, STRIPE, GITHUB, TWILIO, SHOPIFY, GITLAB, INTERCOM, SENDGRID, XERO, PAGERDUTY.

    secret

    a string secret used to validate requests from the given provider. All providers except AWS SNS require a secret

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointWebhookValidation
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointWebhookValidation(enabled: Option[Boolean] = None, provider: String, secret: String)

      create a new EndpointWebhookValidation.

      create a new EndpointWebhookValidation.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      provider

      a string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers: SLACK, SNS, STRIPE, GITHUB, TWILIO, SHOPIFY, GITLAB, INTERCOM, SENDGRID, XERO, PAGERDUTY.

      secret

      a string secret used to validate requests from the given provider. All providers except AWS SNS require a secret

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toany2stringadd[EndpointWebhookValidation] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointWebhookValidation, B)
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toArrowAssoc[EndpointWebhookValidation] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointWebhookValidation) => Boolean, msg: => Any): EndpointWebhookValidation
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toEnsuring[EndpointWebhookValidation] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointWebhookValidation) => Boolean): EndpointWebhookValidation
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toEnsuring[EndpointWebhookValidation] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointWebhookValidation
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toEnsuring[EndpointWebhookValidation] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointWebhookValidation
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toEnsuring[EndpointWebhookValidation] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. val provider: String
    22. val secret: String
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toStringFormat[EndpointWebhookValidation] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointWebhookValidation, B)
      Implicit
      This member is added by an implicit conversion from EndpointWebhookValidation toArrowAssoc[EndpointWebhookValidation] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointWebhookValidation to any2stringadd[EndpointWebhookValidation]

    Inherited by implicit conversion StringFormat fromEndpointWebhookValidation to StringFormat[EndpointWebhookValidation]

    Inherited by implicit conversion Ensuring fromEndpointWebhookValidation to Ensuring[EndpointWebhookValidation]

    Inherited by implicit conversion ArrowAssoc fromEndpointWebhookValidation to ArrowAssoc[EndpointWebhookValidation]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointWebsocketTcpConverter$.html b/docs/com/ngrok/definitions/EndpointWebsocketTcpConverter$.html index b95aa5f..ff7bcb9 100644 --- a/docs/com/ngrok/definitions/EndpointWebsocketTcpConverter$.html +++ b/docs/com/ngrok/definitions/EndpointWebsocketTcpConverter$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointWebsocketTcpConverter

    Packages

    object EndpointWebsocketTcpConverter extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointWebsocketTcpConverter
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointWebsocketTcpConverter: Decoder[EndpointWebsocketTcpConverter]
    7. implicit val encodeEndpointWebsocketTcpConverter: Encoder[EndpointWebsocketTcpConverter]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointWebsocketTcpConverter

    Packages

    object EndpointWebsocketTcpConverter extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointWebsocketTcpConverter
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEndpointWebsocketTcpConverter: Decoder[EndpointWebsocketTcpConverter]
    7. implicit val encodeEndpointWebsocketTcpConverter: Encoder[EndpointWebsocketTcpConverter]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EndpointWebsocketTcpConverter.html b/docs/com/ngrok/definitions/EndpointWebsocketTcpConverter.html index 77b76fe..0aa1c89 100644 --- a/docs/com/ngrok/definitions/EndpointWebsocketTcpConverter.html +++ b/docs/com/ngrok/definitions/EndpointWebsocketTcpConverter.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EndpointWebsocketTcpConverter

    Packages

    final case class EndpointWebsocketTcpConverter(enabled: Option[Boolean] = None) extends Product with Serializable

    A class encapsulating the EndpointWebsocketTcpConverter resource. -

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointWebsocketTcpConverter
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointWebsocketTcpConverter(enabled: Option[Boolean] = None)

      create a new EndpointWebsocketTcpConverter.

      create a new EndpointWebsocketTcpConverter.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toany2stringadd[EndpointWebsocketTcpConverter] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointWebsocketTcpConverter, B)
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toArrowAssoc[EndpointWebsocketTcpConverter] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointWebsocketTcpConverter) => Boolean, msg: => Any): EndpointWebsocketTcpConverter
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toEnsuring[EndpointWebsocketTcpConverter] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointWebsocketTcpConverter) => Boolean): EndpointWebsocketTcpConverter
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toEnsuring[EndpointWebsocketTcpConverter] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointWebsocketTcpConverter
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toEnsuring[EndpointWebsocketTcpConverter] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointWebsocketTcpConverter
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toEnsuring[EndpointWebsocketTcpConverter] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toStringFormat[EndpointWebsocketTcpConverter] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EndpointWebsocketTcpConverter, B)
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toArrowAssoc[EndpointWebsocketTcpConverter] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointWebsocketTcpConverter to any2stringadd[EndpointWebsocketTcpConverter]

    Inherited by implicit conversion StringFormat fromEndpointWebsocketTcpConverter to StringFormat[EndpointWebsocketTcpConverter]

    Inherited by implicit conversion Ensuring fromEndpointWebsocketTcpConverter to Ensuring[EndpointWebsocketTcpConverter]

    Inherited by implicit conversion ArrowAssoc fromEndpointWebsocketTcpConverter to ArrowAssoc[EndpointWebsocketTcpConverter]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EndpointWebsocketTcpConverter

    Packages

    final case class EndpointWebsocketTcpConverter(enabled: Option[Boolean] = None) extends Product with Serializable

    A class encapsulating the EndpointWebsocketTcpConverter resource. +

    enabled

    true if the module will be applied to traffic, false to disable. default true if unspecified

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EndpointWebsocketTcpConverter
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EndpointWebsocketTcpConverter(enabled: Option[Boolean] = None)

      create a new EndpointWebsocketTcpConverter.

      create a new EndpointWebsocketTcpConverter.

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toany2stringadd[EndpointWebsocketTcpConverter] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EndpointWebsocketTcpConverter, B)
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toArrowAssoc[EndpointWebsocketTcpConverter] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val enabled: Option[Boolean]
    9. def ensuring(cond: (EndpointWebsocketTcpConverter) => Boolean, msg: => Any): EndpointWebsocketTcpConverter
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toEnsuring[EndpointWebsocketTcpConverter] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EndpointWebsocketTcpConverter) => Boolean): EndpointWebsocketTcpConverter
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toEnsuring[EndpointWebsocketTcpConverter] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EndpointWebsocketTcpConverter
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toEnsuring[EndpointWebsocketTcpConverter] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EndpointWebsocketTcpConverter
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toEnsuring[EndpointWebsocketTcpConverter] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    22. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    23. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toStringFormat[EndpointWebsocketTcpConverter] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EndpointWebsocketTcpConverter, B)
      Implicit
      This member is added by an implicit conversion from EndpointWebsocketTcpConverter toArrowAssoc[EndpointWebsocketTcpConverter] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpointWebsocketTcpConverter to any2stringadd[EndpointWebsocketTcpConverter]

    Inherited by implicit conversion StringFormat fromEndpointWebsocketTcpConverter to StringFormat[EndpointWebsocketTcpConverter]

    Inherited by implicit conversion Ensuring fromEndpointWebsocketTcpConverter to Ensuring[EndpointWebsocketTcpConverter]

    Inherited by implicit conversion ArrowAssoc fromEndpointWebsocketTcpConverter to ArrowAssoc[EndpointWebsocketTcpConverter]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventDestination$.html b/docs/com/ngrok/definitions/EventDestination$.html index 2c31c23..85a6145 100644 --- a/docs/com/ngrok/definitions/EventDestination$.html +++ b/docs/com/ngrok/definitions/EventDestination$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventDestination

    Packages

    object EventDestination extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventDestination
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventDestination: Decoder[EventDestination]
    7. implicit val encodeEventDestination: Encoder[EventDestination]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventDestination

    Packages

    object EventDestination extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventDestination
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventDestination: Decoder[EventDestination]
    7. implicit val encodeEventDestination: Encoder[EventDestination]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventDestination.html b/docs/com/ngrok/definitions/EventDestination.html index 835ad06..0354fda 100644 --- a/docs/com/ngrok/definitions/EventDestination.html +++ b/docs/com/ngrok/definitions/EventDestination.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventDestination

    Packages

    final case class EventDestination(id: String, metadata: String, createdAt: OffsetDateTime, description: String, format: String, target: EventTarget, uri: URI) extends Product with Serializable

    A class encapsulating the EventDestination resource. -

    id

    Unique identifier for this Event Destination.

    metadata

    Arbitrary user-defined machine-readable data of this Event Destination. Optional, max 4096 bytes.

    createdAt

    Timestamp when the Event Destination was created, RFC 3339 format.

    description

    Human-readable description of the Event Destination. Optional, max 255 bytes.

    format

    The output format you would like to serialize events into when sending to their target. Currently the only accepted value is JSON.

    target

    An object that encapsulates where and how to send your events. An event destination must contain exactly one of the following objects, leaving the rest null: kinesis, firehose, cloudwatch_logs, or s3.

    uri

    URI of the Event Destination API resource.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventDestination
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventDestination(id: String, metadata: String, createdAt: OffsetDateTime, description: String, format: String, target: EventTarget, uri: URI)

      create a new EventDestination.

      create a new EventDestination.

      id

      Unique identifier for this Event Destination.

      metadata

      Arbitrary user-defined machine-readable data of this Event Destination. Optional, max 4096 bytes.

      createdAt

      Timestamp when the Event Destination was created, RFC 3339 format.

      description

      Human-readable description of the Event Destination. Optional, max 255 bytes.

      format

      The output format you would like to serialize events into when sending to their target. Currently the only accepted value is JSON.

      target

      An object that encapsulates where and how to send your events. An event destination must contain exactly one of the following objects, leaving the rest null: kinesis, firehose, cloudwatch_logs, or s3.

      uri

      URI of the Event Destination API resource.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventDestination toany2stringadd[EventDestination] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventDestination, B)
      Implicit
      This member is added by an implicit conversion from EventDestination toArrowAssoc[EventDestination] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. def ensuring(cond: (EventDestination) => Boolean, msg: => Any): EventDestination
      Implicit
      This member is added by an implicit conversion from EventDestination toEnsuring[EventDestination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EventDestination) => Boolean): EventDestination
      Implicit
      This member is added by an implicit conversion from EventDestination toEnsuring[EventDestination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EventDestination
      Implicit
      This member is added by an implicit conversion from EventDestination toEnsuring[EventDestination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EventDestination
      Implicit
      This member is added by an implicit conversion from EventDestination toEnsuring[EventDestination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. val format: String
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventDestination toStringFormat[EventDestination] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val id: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. val target: EventTarget
    28. val uri: URI
    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EventDestination, B)
      Implicit
      This member is added by an implicit conversion from EventDestination toArrowAssoc[EventDestination] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventDestination to any2stringadd[EventDestination]

    Inherited by implicit conversion StringFormat fromEventDestination to StringFormat[EventDestination]

    Inherited by implicit conversion Ensuring fromEventDestination to Ensuring[EventDestination]

    Inherited by implicit conversion ArrowAssoc fromEventDestination to ArrowAssoc[EventDestination]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventDestination

    Packages

    final case class EventDestination(id: String, metadata: String, createdAt: OffsetDateTime, description: String, format: String, target: EventTarget, uri: URI) extends Product with Serializable

    A class encapsulating the EventDestination resource. +

    id

    Unique identifier for this Event Destination.

    metadata

    Arbitrary user-defined machine-readable data of this Event Destination. Optional, max 4096 bytes.

    createdAt

    Timestamp when the Event Destination was created, RFC 3339 format.

    description

    Human-readable description of the Event Destination. Optional, max 255 bytes.

    format

    The output format you would like to serialize events into when sending to their target. Currently the only accepted value is JSON.

    target

    An object that encapsulates where and how to send your events. An event destination must contain exactly one of the following objects, leaving the rest null: kinesis, firehose, cloudwatch_logs, or s3.

    uri

    URI of the Event Destination API resource.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventDestination
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventDestination(id: String, metadata: String, createdAt: OffsetDateTime, description: String, format: String, target: EventTarget, uri: URI)

      create a new EventDestination.

      create a new EventDestination.

      id

      Unique identifier for this Event Destination.

      metadata

      Arbitrary user-defined machine-readable data of this Event Destination. Optional, max 4096 bytes.

      createdAt

      Timestamp when the Event Destination was created, RFC 3339 format.

      description

      Human-readable description of the Event Destination. Optional, max 255 bytes.

      format

      The output format you would like to serialize events into when sending to their target. Currently the only accepted value is JSON.

      target

      An object that encapsulates where and how to send your events. An event destination must contain exactly one of the following objects, leaving the rest null: kinesis, firehose, cloudwatch_logs, or s3.

      uri

      URI of the Event Destination API resource.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventDestination toany2stringadd[EventDestination] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventDestination, B)
      Implicit
      This member is added by an implicit conversion from EventDestination toArrowAssoc[EventDestination] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. def ensuring(cond: (EventDestination) => Boolean, msg: => Any): EventDestination
      Implicit
      This member is added by an implicit conversion from EventDestination toEnsuring[EventDestination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EventDestination) => Boolean): EventDestination
      Implicit
      This member is added by an implicit conversion from EventDestination toEnsuring[EventDestination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EventDestination
      Implicit
      This member is added by an implicit conversion from EventDestination toEnsuring[EventDestination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EventDestination
      Implicit
      This member is added by an implicit conversion from EventDestination toEnsuring[EventDestination] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. val format: String
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val metadata: String
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. val target: EventTarget
    27. val uri: URI
    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventDestination toStringFormat[EventDestination] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EventDestination, B)
      Implicit
      This member is added by an implicit conversion from EventDestination toArrowAssoc[EventDestination] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventDestination to any2stringadd[EventDestination]

    Inherited by implicit conversion StringFormat fromEventDestination to StringFormat[EventDestination]

    Inherited by implicit conversion Ensuring fromEventDestination to Ensuring[EventDestination]

    Inherited by implicit conversion ArrowAssoc fromEventDestination to ArrowAssoc[EventDestination]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventDestinationList$.html b/docs/com/ngrok/definitions/EventDestinationList$.html index 54a5dff..24acf07 100644 --- a/docs/com/ngrok/definitions/EventDestinationList$.html +++ b/docs/com/ngrok/definitions/EventDestinationList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventDestinationList

    Packages

    object EventDestinationList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventDestinationList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventDestinationList: Decoder[EventDestinationList]
    7. implicit val encodeEventDestinationList: Encoder[EventDestinationList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventDestinationList

    Packages

    object EventDestinationList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventDestinationList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventDestinationList: Decoder[EventDestinationList]
    7. implicit val encodeEventDestinationList: Encoder[EventDestinationList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventDestinationList.html b/docs/com/ngrok/definitions/EventDestinationList.html index b70b482..902102d 100644 --- a/docs/com/ngrok/definitions/EventDestinationList.html +++ b/docs/com/ngrok/definitions/EventDestinationList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventDestinationList

    Packages

    final case class EventDestinationList(eventDestinations: List[EventDestination], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the EventDestinationList resource. -

    eventDestinations

    The list of all Event Destinations on this account.

    uri

    URI of the Event Destinations list API resource.

    nextPageUri

    URI of the next page, or null if there is no next page.

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventDestinationList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventDestinationList(eventDestinations: List[EventDestination], uri: URI, nextPageUri: Option[URI] = None)

      create a new EventDestinationList.

      create a new EventDestinationList.

      eventDestinations

      The list of all Event Destinations on this account.

      uri

      URI of the Event Destinations list API resource.

      nextPageUri

      URI of the next page, or null if there is no next page.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventDestinationList toany2stringadd[EventDestinationList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventDestinationList, B)
      Implicit
      This member is added by an implicit conversion from EventDestinationList toArrowAssoc[EventDestinationList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (EventDestinationList) => Boolean, msg: => Any): EventDestinationList
      Implicit
      This member is added by an implicit conversion from EventDestinationList toEnsuring[EventDestinationList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (EventDestinationList) => Boolean): EventDestinationList
      Implicit
      This member is added by an implicit conversion from EventDestinationList toEnsuring[EventDestinationList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): EventDestinationList
      Implicit
      This member is added by an implicit conversion from EventDestinationList toEnsuring[EventDestinationList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): EventDestinationList
      Implicit
      This member is added by an implicit conversion from EventDestinationList toEnsuring[EventDestinationList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. val eventDestinations: List[EventDestination]
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventDestinationList toStringFormat[EventDestinationList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      EventDestinationListPageable
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EventDestinationList, B)
      Implicit
      This member is added by an implicit conversion from EventDestinationList toArrowAssoc[EventDestinationList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventDestinationList to any2stringadd[EventDestinationList]

    Inherited by implicit conversion StringFormat fromEventDestinationList to StringFormat[EventDestinationList]

    Inherited by implicit conversion Ensuring fromEventDestinationList to Ensuring[EventDestinationList]

    Inherited by implicit conversion ArrowAssoc fromEventDestinationList to ArrowAssoc[EventDestinationList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventDestinationList

    Packages

    final case class EventDestinationList(eventDestinations: List[EventDestination], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the EventDestinationList resource. +

    eventDestinations

    The list of all Event Destinations on this account.

    uri

    URI of the Event Destinations list API resource.

    nextPageUri

    URI of the next page, or null if there is no next page.

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventDestinationList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventDestinationList(eventDestinations: List[EventDestination], uri: URI, nextPageUri: Option[URI] = None)

      create a new EventDestinationList.

      create a new EventDestinationList.

      eventDestinations

      The list of all Event Destinations on this account.

      uri

      URI of the Event Destinations list API resource.

      nextPageUri

      URI of the next page, or null if there is no next page.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventDestinationList toany2stringadd[EventDestinationList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventDestinationList, B)
      Implicit
      This member is added by an implicit conversion from EventDestinationList toArrowAssoc[EventDestinationList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (EventDestinationList) => Boolean, msg: => Any): EventDestinationList
      Implicit
      This member is added by an implicit conversion from EventDestinationList toEnsuring[EventDestinationList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (EventDestinationList) => Boolean): EventDestinationList
      Implicit
      This member is added by an implicit conversion from EventDestinationList toEnsuring[EventDestinationList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): EventDestinationList
      Implicit
      This member is added by an implicit conversion from EventDestinationList toEnsuring[EventDestinationList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): EventDestinationList
      Implicit
      This member is added by an implicit conversion from EventDestinationList toEnsuring[EventDestinationList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. val eventDestinations: List[EventDestination]
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      EventDestinationListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventDestinationList toStringFormat[EventDestinationList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EventDestinationList, B)
      Implicit
      This member is added by an implicit conversion from EventDestinationList toArrowAssoc[EventDestinationList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventDestinationList to any2stringadd[EventDestinationList]

    Inherited by implicit conversion StringFormat fromEventDestinationList to StringFormat[EventDestinationList]

    Inherited by implicit conversion Ensuring fromEventDestinationList to Ensuring[EventDestinationList]

    Inherited by implicit conversion ArrowAssoc fromEventDestinationList to ArrowAssoc[EventDestinationList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventSource$.html b/docs/com/ngrok/definitions/EventSource$.html index fbb3f5b..70b3893 100644 --- a/docs/com/ngrok/definitions/EventSource$.html +++ b/docs/com/ngrok/definitions/EventSource$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventSource

    Packages

    object EventSource extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSource
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventSource: Decoder[EventSource]
    7. implicit val encodeEventSource: Encoder[EventSource]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventSource

    Packages

    object EventSource extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSource
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventSource: Decoder[EventSource]
    7. implicit val encodeEventSource: Encoder[EventSource]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventSource.html b/docs/com/ngrok/definitions/EventSource.html index 2b7cde6..6e5802d 100644 --- a/docs/com/ngrok/definitions/EventSource.html +++ b/docs/com/ngrok/definitions/EventSource.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventSource

    Packages

    final case class EventSource(type: String, uri: URI) extends Product with Serializable

    A class encapsulating the EventSource resource. -

    uri

    URI of the Event Source API resource.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSource
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventSource(type: String, uri: URI)

      create a new EventSource.

      create a new EventSource.

      uri

      URI of the Event Source API resource.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventSource toany2stringadd[EventSource] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventSource, B)
      Implicit
      This member is added by an implicit conversion from EventSource toArrowAssoc[EventSource] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (EventSource) => Boolean, msg: => Any): EventSource
      Implicit
      This member is added by an implicit conversion from EventSource toEnsuring[EventSource] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (EventSource) => Boolean): EventSource
      Implicit
      This member is added by an implicit conversion from EventSource toEnsuring[EventSource] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): EventSource
      Implicit
      This member is added by an implicit conversion from EventSource toEnsuring[EventSource] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): EventSource
      Implicit
      This member is added by an implicit conversion from EventSource toEnsuring[EventSource] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventSource toStringFormat[EventSource] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    22. val type: String
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EventSource, B)
      Implicit
      This member is added by an implicit conversion from EventSource toArrowAssoc[EventSource] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventSource to any2stringadd[EventSource]

    Inherited by implicit conversion StringFormat fromEventSource to StringFormat[EventSource]

    Inherited by implicit conversion Ensuring fromEventSource to Ensuring[EventSource]

    Inherited by implicit conversion ArrowAssoc fromEventSource to ArrowAssoc[EventSource]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventSource

    Packages

    final case class EventSource(type: String, uri: URI) extends Product with Serializable

    A class encapsulating the EventSource resource. +

    uri

    URI of the Event Source API resource.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSource
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventSource(type: String, uri: URI)

      create a new EventSource.

      create a new EventSource.

      uri

      URI of the Event Source API resource.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventSource toany2stringadd[EventSource] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventSource, B)
      Implicit
      This member is added by an implicit conversion from EventSource toArrowAssoc[EventSource] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (EventSource) => Boolean, msg: => Any): EventSource
      Implicit
      This member is added by an implicit conversion from EventSource toEnsuring[EventSource] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (EventSource) => Boolean): EventSource
      Implicit
      This member is added by an implicit conversion from EventSource toEnsuring[EventSource] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): EventSource
      Implicit
      This member is added by an implicit conversion from EventSource toEnsuring[EventSource] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): EventSource
      Implicit
      This member is added by an implicit conversion from EventSource toEnsuring[EventSource] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    18. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. def productElementNames: Iterator[String]
      Definition Classes
      Product
    20. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    21. val type: String
    22. val uri: URI
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventSource toStringFormat[EventSource] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EventSource, B)
      Implicit
      This member is added by an implicit conversion from EventSource toArrowAssoc[EventSource] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventSource to any2stringadd[EventSource]

    Inherited by implicit conversion StringFormat fromEventSource to StringFormat[EventSource]

    Inherited by implicit conversion Ensuring fromEventSource to Ensuring[EventSource]

    Inherited by implicit conversion ArrowAssoc fromEventSource to ArrowAssoc[EventSource]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventSourceList$.html b/docs/com/ngrok/definitions/EventSourceList$.html index 77e2f75..5d296e2 100644 --- a/docs/com/ngrok/definitions/EventSourceList$.html +++ b/docs/com/ngrok/definitions/EventSourceList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventSourceList

    Packages

    object EventSourceList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSourceList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventSourceList: Decoder[EventSourceList]
    7. implicit val encodeEventSourceList: Encoder[EventSourceList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventSourceList

    Packages

    object EventSourceList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSourceList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventSourceList: Decoder[EventSourceList]
    7. implicit val encodeEventSourceList: Encoder[EventSourceList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventSourceList.html b/docs/com/ngrok/definitions/EventSourceList.html index ea43919..67cc418 100644 --- a/docs/com/ngrok/definitions/EventSourceList.html +++ b/docs/com/ngrok/definitions/EventSourceList.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventSourceList

    Packages

    final case class EventSourceList(sources: List[EventSource], uri: URI) extends Product with Serializable

    A class encapsulating the EventSourceList resource. -

    sources

    The list of all Event Sources for an Event Subscription

    uri

    URI of the next page, or null if there is no next page.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSourceList
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventSourceList(sources: List[EventSource], uri: URI)

      create a new EventSourceList.

      create a new EventSourceList.

      sources

      The list of all Event Sources for an Event Subscription

      uri

      URI of the next page, or null if there is no next page.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventSourceList toany2stringadd[EventSourceList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventSourceList, B)
      Implicit
      This member is added by an implicit conversion from EventSourceList toArrowAssoc[EventSourceList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (EventSourceList) => Boolean, msg: => Any): EventSourceList
      Implicit
      This member is added by an implicit conversion from EventSourceList toEnsuring[EventSourceList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (EventSourceList) => Boolean): EventSourceList
      Implicit
      This member is added by an implicit conversion from EventSourceList toEnsuring[EventSourceList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): EventSourceList
      Implicit
      This member is added by an implicit conversion from EventSourceList toEnsuring[EventSourceList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): EventSourceList
      Implicit
      This member is added by an implicit conversion from EventSourceList toEnsuring[EventSourceList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventSourceList toStringFormat[EventSourceList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. val sources: List[EventSource]
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EventSourceList, B)
      Implicit
      This member is added by an implicit conversion from EventSourceList toArrowAssoc[EventSourceList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventSourceList to any2stringadd[EventSourceList]

    Inherited by implicit conversion StringFormat fromEventSourceList to StringFormat[EventSourceList]

    Inherited by implicit conversion Ensuring fromEventSourceList to Ensuring[EventSourceList]

    Inherited by implicit conversion ArrowAssoc fromEventSourceList to ArrowAssoc[EventSourceList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventSourceList

    Packages

    final case class EventSourceList(sources: List[EventSource], uri: URI) extends Product with Serializable

    A class encapsulating the EventSourceList resource. +

    sources

    The list of all Event Sources for an Event Subscription

    uri

    URI of the next page, or null if there is no next page.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSourceList
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventSourceList(sources: List[EventSource], uri: URI)

      create a new EventSourceList.

      create a new EventSourceList.

      sources

      The list of all Event Sources for an Event Subscription

      uri

      URI of the next page, or null if there is no next page.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventSourceList toany2stringadd[EventSourceList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventSourceList, B)
      Implicit
      This member is added by an implicit conversion from EventSourceList toArrowAssoc[EventSourceList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (EventSourceList) => Boolean, msg: => Any): EventSourceList
      Implicit
      This member is added by an implicit conversion from EventSourceList toEnsuring[EventSourceList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (EventSourceList) => Boolean): EventSourceList
      Implicit
      This member is added by an implicit conversion from EventSourceList toEnsuring[EventSourceList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): EventSourceList
      Implicit
      This member is added by an implicit conversion from EventSourceList toEnsuring[EventSourceList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): EventSourceList
      Implicit
      This member is added by an implicit conversion from EventSourceList toEnsuring[EventSourceList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    18. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. def productElementNames: Iterator[String]
      Definition Classes
      Product
    20. val sources: List[EventSource]
    21. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    22. val uri: URI
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventSourceList toStringFormat[EventSourceList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EventSourceList, B)
      Implicit
      This member is added by an implicit conversion from EventSourceList toArrowAssoc[EventSourceList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventSourceList to any2stringadd[EventSourceList]

    Inherited by implicit conversion StringFormat fromEventSourceList to StringFormat[EventSourceList]

    Inherited by implicit conversion Ensuring fromEventSourceList to Ensuring[EventSourceList]

    Inherited by implicit conversion ArrowAssoc fromEventSourceList to ArrowAssoc[EventSourceList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventSourceReplace$.html b/docs/com/ngrok/definitions/EventSourceReplace$.html index 2e58120..7d17cff 100644 --- a/docs/com/ngrok/definitions/EventSourceReplace$.html +++ b/docs/com/ngrok/definitions/EventSourceReplace$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventSourceReplace

    Packages

    object EventSourceReplace extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSourceReplace
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventSourceReplace: Decoder[EventSourceReplace]
    7. implicit val encodeEventSourceReplace: Encoder[EventSourceReplace]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventSourceReplace

    Packages

    object EventSourceReplace extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSourceReplace
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventSourceReplace: Decoder[EventSourceReplace]
    7. implicit val encodeEventSourceReplace: Encoder[EventSourceReplace]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventSourceReplace.html b/docs/com/ngrok/definitions/EventSourceReplace.html index 7539157..8d7fc69 100644 --- a/docs/com/ngrok/definitions/EventSourceReplace.html +++ b/docs/com/ngrok/definitions/EventSourceReplace.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventSourceReplace

    Packages

    final case class EventSourceReplace(type: String) extends Product with Serializable

    A class encapsulating the EventSourceReplace resource. -

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSourceReplace
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventSourceReplace(type: String)

      create a new EventSourceReplace.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toany2stringadd[EventSourceReplace] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventSourceReplace, B)
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toArrowAssoc[EventSourceReplace] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (EventSourceReplace) => Boolean, msg: => Any): EventSourceReplace
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toEnsuring[EventSourceReplace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (EventSourceReplace) => Boolean): EventSourceReplace
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toEnsuring[EventSourceReplace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): EventSourceReplace
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toEnsuring[EventSourceReplace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): EventSourceReplace
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toEnsuring[EventSourceReplace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toStringFormat[EventSourceReplace] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    22. val type: String
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EventSourceReplace, B)
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toArrowAssoc[EventSourceReplace] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventSourceReplace to any2stringadd[EventSourceReplace]

    Inherited by implicit conversion StringFormat fromEventSourceReplace to StringFormat[EventSourceReplace]

    Inherited by implicit conversion Ensuring fromEventSourceReplace to Ensuring[EventSourceReplace]

    Inherited by implicit conversion ArrowAssoc fromEventSourceReplace to ArrowAssoc[EventSourceReplace]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventSourceReplace

    Packages

    final case class EventSourceReplace(type: String) extends Product with Serializable

    A class encapsulating the EventSourceReplace resource. +

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSourceReplace
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventSourceReplace(type: String)

      create a new EventSourceReplace.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toany2stringadd[EventSourceReplace] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventSourceReplace, B)
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toArrowAssoc[EventSourceReplace] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (EventSourceReplace) => Boolean, msg: => Any): EventSourceReplace
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toEnsuring[EventSourceReplace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (EventSourceReplace) => Boolean): EventSourceReplace
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toEnsuring[EventSourceReplace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): EventSourceReplace
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toEnsuring[EventSourceReplace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): EventSourceReplace
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toEnsuring[EventSourceReplace] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    18. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. def productElementNames: Iterator[String]
      Definition Classes
      Product
    20. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    21. val type: String
    22. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    23. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toStringFormat[EventSourceReplace] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EventSourceReplace, B)
      Implicit
      This member is added by an implicit conversion from EventSourceReplace toArrowAssoc[EventSourceReplace] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventSourceReplace to any2stringadd[EventSourceReplace]

    Inherited by implicit conversion StringFormat fromEventSourceReplace to StringFormat[EventSourceReplace]

    Inherited by implicit conversion Ensuring fromEventSourceReplace to Ensuring[EventSourceReplace]

    Inherited by implicit conversion ArrowAssoc fromEventSourceReplace to ArrowAssoc[EventSourceReplace]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventSubscription$.html b/docs/com/ngrok/definitions/EventSubscription$.html index 5ff9822..d8976c9 100644 --- a/docs/com/ngrok/definitions/EventSubscription$.html +++ b/docs/com/ngrok/definitions/EventSubscription$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventSubscription

    Packages

    object EventSubscription extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSubscription
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventSubscription: Decoder[EventSubscription]
    7. implicit val encodeEventSubscription: Encoder[EventSubscription]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventSubscription

    Packages

    object EventSubscription extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSubscription
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventSubscription: Decoder[EventSubscription]
    7. implicit val encodeEventSubscription: Encoder[EventSubscription]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventSubscription.html b/docs/com/ngrok/definitions/EventSubscription.html index f710971..5bf48cf 100644 --- a/docs/com/ngrok/definitions/EventSubscription.html +++ b/docs/com/ngrok/definitions/EventSubscription.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventSubscription

    Packages

    final case class EventSubscription(id: String, uri: URI, createdAt: OffsetDateTime, metadata: String, description: String, sources: List[EventSource], destinations: List[Ref]) extends Product with Serializable

    A class encapsulating the EventSubscription resource. -

    id

    Unique identifier for this Event Subscription.

    uri

    URI of the Event Subscription API resource.

    createdAt

    When the Event Subscription was created (RFC 3339 format).

    metadata

    Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.

    description

    Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.

    sources

    Sources containing the types for which this event subscription will trigger

    destinations

    Destinations to which these events will be sent

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSubscription
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventSubscription(id: String, uri: URI, createdAt: OffsetDateTime, metadata: String, description: String, sources: List[EventSource], destinations: List[Ref])

      create a new EventSubscription.

      create a new EventSubscription.

      id

      Unique identifier for this Event Subscription.

      uri

      URI of the Event Subscription API resource.

      createdAt

      When the Event Subscription was created (RFC 3339 format).

      metadata

      Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.

      description

      Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.

      sources

      Sources containing the types for which this event subscription will trigger

      destinations

      Destinations to which these events will be sent

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventSubscription toany2stringadd[EventSubscription] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventSubscription, B)
      Implicit
      This member is added by an implicit conversion from EventSubscription toArrowAssoc[EventSubscription] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. val destinations: List[Ref]
    11. def ensuring(cond: (EventSubscription) => Boolean, msg: => Any): EventSubscription
      Implicit
      This member is added by an implicit conversion from EventSubscription toEnsuring[EventSubscription] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (EventSubscription) => Boolean): EventSubscription
      Implicit
      This member is added by an implicit conversion from EventSubscription toEnsuring[EventSubscription] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): EventSubscription
      Implicit
      This member is added by an implicit conversion from EventSubscription toEnsuring[EventSubscription] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): EventSubscription
      Implicit
      This member is added by an implicit conversion from EventSubscription toEnsuring[EventSubscription] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventSubscription toStringFormat[EventSubscription] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val id: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. val sources: List[EventSource]
    27. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    28. val uri: URI
    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EventSubscription, B)
      Implicit
      This member is added by an implicit conversion from EventSubscription toArrowAssoc[EventSubscription] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventSubscription to any2stringadd[EventSubscription]

    Inherited by implicit conversion StringFormat fromEventSubscription to StringFormat[EventSubscription]

    Inherited by implicit conversion Ensuring fromEventSubscription to Ensuring[EventSubscription]

    Inherited by implicit conversion ArrowAssoc fromEventSubscription to ArrowAssoc[EventSubscription]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventSubscription

    Packages

    final case class EventSubscription(id: String, uri: URI, createdAt: OffsetDateTime, metadata: String, description: String, sources: List[EventSource], destinations: List[Ref]) extends Product with Serializable

    A class encapsulating the EventSubscription resource. +

    id

    Unique identifier for this Event Subscription.

    uri

    URI of the Event Subscription API resource.

    createdAt

    When the Event Subscription was created (RFC 3339 format).

    metadata

    Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.

    description

    Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.

    sources

    Sources containing the types for which this event subscription will trigger

    destinations

    Destinations to which these events will be sent

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSubscription
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventSubscription(id: String, uri: URI, createdAt: OffsetDateTime, metadata: String, description: String, sources: List[EventSource], destinations: List[Ref])

      create a new EventSubscription.

      create a new EventSubscription.

      id

      Unique identifier for this Event Subscription.

      uri

      URI of the Event Subscription API resource.

      createdAt

      When the Event Subscription was created (RFC 3339 format).

      metadata

      Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.

      description

      Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.

      sources

      Sources containing the types for which this event subscription will trigger

      destinations

      Destinations to which these events will be sent

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventSubscription toany2stringadd[EventSubscription] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventSubscription, B)
      Implicit
      This member is added by an implicit conversion from EventSubscription toArrowAssoc[EventSubscription] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. val destinations: List[Ref]
    11. def ensuring(cond: (EventSubscription) => Boolean, msg: => Any): EventSubscription
      Implicit
      This member is added by an implicit conversion from EventSubscription toEnsuring[EventSubscription] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (EventSubscription) => Boolean): EventSubscription
      Implicit
      This member is added by an implicit conversion from EventSubscription toEnsuring[EventSubscription] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): EventSubscription
      Implicit
      This member is added by an implicit conversion from EventSubscription toEnsuring[EventSubscription] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): EventSubscription
      Implicit
      This member is added by an implicit conversion from EventSubscription toEnsuring[EventSubscription] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val metadata: String
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. val sources: List[EventSource]
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. val uri: URI
    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventSubscription toStringFormat[EventSubscription] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EventSubscription, B)
      Implicit
      This member is added by an implicit conversion from EventSubscription toArrowAssoc[EventSubscription] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventSubscription to any2stringadd[EventSubscription]

    Inherited by implicit conversion StringFormat fromEventSubscription to StringFormat[EventSubscription]

    Inherited by implicit conversion Ensuring fromEventSubscription to Ensuring[EventSubscription]

    Inherited by implicit conversion ArrowAssoc fromEventSubscription to ArrowAssoc[EventSubscription]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventSubscriptionList$.html b/docs/com/ngrok/definitions/EventSubscriptionList$.html index c733f5e..1faca74 100644 --- a/docs/com/ngrok/definitions/EventSubscriptionList$.html +++ b/docs/com/ngrok/definitions/EventSubscriptionList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventSubscriptionList

    Packages

    object EventSubscriptionList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSubscriptionList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventSubscriptionList: Decoder[EventSubscriptionList]
    7. implicit val encodeEventSubscriptionList: Encoder[EventSubscriptionList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventSubscriptionList

    Packages

    object EventSubscriptionList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSubscriptionList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventSubscriptionList: Decoder[EventSubscriptionList]
    7. implicit val encodeEventSubscriptionList: Encoder[EventSubscriptionList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventSubscriptionList.html b/docs/com/ngrok/definitions/EventSubscriptionList.html index 2b93ec9..256f882 100644 --- a/docs/com/ngrok/definitions/EventSubscriptionList.html +++ b/docs/com/ngrok/definitions/EventSubscriptionList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventSubscriptionList

    Packages

    final case class EventSubscriptionList(eventSubscriptions: List[EventSubscription], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the EventSubscriptionList resource. -

    eventSubscriptions

    The list of all Event Subscriptions on this account.

    uri

    URI of the Event Subscriptions list API resource.

    nextPageUri

    URI of next page, or null if there is no next page.

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSubscriptionList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventSubscriptionList(eventSubscriptions: List[EventSubscription], uri: URI, nextPageUri: Option[URI] = None)

      create a new EventSubscriptionList.

      create a new EventSubscriptionList.

      eventSubscriptions

      The list of all Event Subscriptions on this account.

      uri

      URI of the Event Subscriptions list API resource.

      nextPageUri

      URI of next page, or null if there is no next page.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toany2stringadd[EventSubscriptionList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventSubscriptionList, B)
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toArrowAssoc[EventSubscriptionList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (EventSubscriptionList) => Boolean, msg: => Any): EventSubscriptionList
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toEnsuring[EventSubscriptionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (EventSubscriptionList) => Boolean): EventSubscriptionList
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toEnsuring[EventSubscriptionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): EventSubscriptionList
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toEnsuring[EventSubscriptionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): EventSubscriptionList
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toEnsuring[EventSubscriptionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. val eventSubscriptions: List[EventSubscription]
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toStringFormat[EventSubscriptionList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      EventSubscriptionListPageable
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EventSubscriptionList, B)
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toArrowAssoc[EventSubscriptionList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventSubscriptionList to any2stringadd[EventSubscriptionList]

    Inherited by implicit conversion StringFormat fromEventSubscriptionList to StringFormat[EventSubscriptionList]

    Inherited by implicit conversion Ensuring fromEventSubscriptionList to Ensuring[EventSubscriptionList]

    Inherited by implicit conversion ArrowAssoc fromEventSubscriptionList to ArrowAssoc[EventSubscriptionList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventSubscriptionList

    Packages

    final case class EventSubscriptionList(eventSubscriptions: List[EventSubscription], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the EventSubscriptionList resource. +

    eventSubscriptions

    The list of all Event Subscriptions on this account.

    uri

    URI of the Event Subscriptions list API resource.

    nextPageUri

    URI of next page, or null if there is no next page.

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSubscriptionList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventSubscriptionList(eventSubscriptions: List[EventSubscription], uri: URI, nextPageUri: Option[URI] = None)

      create a new EventSubscriptionList.

      create a new EventSubscriptionList.

      eventSubscriptions

      The list of all Event Subscriptions on this account.

      uri

      URI of the Event Subscriptions list API resource.

      nextPageUri

      URI of next page, or null if there is no next page.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toany2stringadd[EventSubscriptionList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventSubscriptionList, B)
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toArrowAssoc[EventSubscriptionList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (EventSubscriptionList) => Boolean, msg: => Any): EventSubscriptionList
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toEnsuring[EventSubscriptionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (EventSubscriptionList) => Boolean): EventSubscriptionList
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toEnsuring[EventSubscriptionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): EventSubscriptionList
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toEnsuring[EventSubscriptionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): EventSubscriptionList
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toEnsuring[EventSubscriptionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. val eventSubscriptions: List[EventSubscription]
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      EventSubscriptionListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toStringFormat[EventSubscriptionList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EventSubscriptionList, B)
      Implicit
      This member is added by an implicit conversion from EventSubscriptionList toArrowAssoc[EventSubscriptionList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventSubscriptionList to any2stringadd[EventSubscriptionList]

    Inherited by implicit conversion StringFormat fromEventSubscriptionList to StringFormat[EventSubscriptionList]

    Inherited by implicit conversion Ensuring fromEventSubscriptionList to Ensuring[EventSubscriptionList]

    Inherited by implicit conversion ArrowAssoc fromEventSubscriptionList to ArrowAssoc[EventSubscriptionList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventTarget$.html b/docs/com/ngrok/definitions/EventTarget$.html index 51b7823..0f79e35 100644 --- a/docs/com/ngrok/definitions/EventTarget$.html +++ b/docs/com/ngrok/definitions/EventTarget$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventTarget

    Packages

    object EventTarget extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTarget
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventTarget: Decoder[EventTarget]
    7. implicit val encodeEventTarget: Encoder[EventTarget]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventTarget

    Packages

    object EventTarget extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTarget
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventTarget: Decoder[EventTarget]
    7. implicit val encodeEventTarget: Encoder[EventTarget]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventTarget.html b/docs/com/ngrok/definitions/EventTarget.html index 609e52f..417c9d1 100644 --- a/docs/com/ngrok/definitions/EventTarget.html +++ b/docs/com/ngrok/definitions/EventTarget.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventTarget

    Packages

    final case class EventTarget(firehose: Option[EventTargetFirehose] = None, kinesis: Option[EventTargetKinesis] = None, cloudwatchLogs: Option[EventTargetCloudwatchLogs] = None) extends Product with Serializable

    A class encapsulating the EventTarget resource. -

    firehose

    Configuration used to send events to Amazon Kinesis Data Firehose.

    kinesis

    Configuration used to send events to Amazon Kinesis.

    cloudwatchLogs

    Configuration used to send events to Amazon CloudWatch Logs.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTarget
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventTarget(firehose: Option[EventTargetFirehose] = None, kinesis: Option[EventTargetKinesis] = None, cloudwatchLogs: Option[EventTargetCloudwatchLogs] = None)

      create a new EventTarget.

      create a new EventTarget.

      firehose

      Configuration used to send events to Amazon Kinesis Data Firehose.

      kinesis

      Configuration used to send events to Amazon Kinesis.

      cloudwatchLogs

      Configuration used to send events to Amazon CloudWatch Logs.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventTarget toany2stringadd[EventTarget] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventTarget, B)
      Implicit
      This member is added by an implicit conversion from EventTarget toArrowAssoc[EventTarget] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val cloudwatchLogs: Option[EventTargetCloudwatchLogs]
    9. def ensuring(cond: (EventTarget) => Boolean, msg: => Any): EventTarget
      Implicit
      This member is added by an implicit conversion from EventTarget toEnsuring[EventTarget] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EventTarget) => Boolean): EventTarget
      Implicit
      This member is added by an implicit conversion from EventTarget toEnsuring[EventTarget] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EventTarget
      Implicit
      This member is added by an implicit conversion from EventTarget toEnsuring[EventTarget] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EventTarget
      Implicit
      This member is added by an implicit conversion from EventTarget toEnsuring[EventTarget] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. val firehose: Option[EventTargetFirehose]
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventTarget toStringFormat[EventTarget] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. val kinesis: Option[EventTargetKinesis]
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def productElementNames: Iterator[String]
      Definition Classes
      Product
    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EventTarget, B)
      Implicit
      This member is added by an implicit conversion from EventTarget toArrowAssoc[EventTarget] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventTarget to any2stringadd[EventTarget]

    Inherited by implicit conversion StringFormat fromEventTarget to StringFormat[EventTarget]

    Inherited by implicit conversion Ensuring fromEventTarget to Ensuring[EventTarget]

    Inherited by implicit conversion ArrowAssoc fromEventTarget to ArrowAssoc[EventTarget]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventTarget

    Packages

    final case class EventTarget(firehose: Option[EventTargetFirehose] = None, kinesis: Option[EventTargetKinesis] = None, cloudwatchLogs: Option[EventTargetCloudwatchLogs] = None) extends Product with Serializable

    A class encapsulating the EventTarget resource. +

    firehose

    Configuration used to send events to Amazon Kinesis Data Firehose.

    kinesis

    Configuration used to send events to Amazon Kinesis.

    cloudwatchLogs

    Configuration used to send events to Amazon CloudWatch Logs.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTarget
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventTarget(firehose: Option[EventTargetFirehose] = None, kinesis: Option[EventTargetKinesis] = None, cloudwatchLogs: Option[EventTargetCloudwatchLogs] = None)

      create a new EventTarget.

      create a new EventTarget.

      firehose

      Configuration used to send events to Amazon Kinesis Data Firehose.

      kinesis

      Configuration used to send events to Amazon Kinesis.

      cloudwatchLogs

      Configuration used to send events to Amazon CloudWatch Logs.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventTarget toany2stringadd[EventTarget] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventTarget, B)
      Implicit
      This member is added by an implicit conversion from EventTarget toArrowAssoc[EventTarget] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val cloudwatchLogs: Option[EventTargetCloudwatchLogs]
    9. def ensuring(cond: (EventTarget) => Boolean, msg: => Any): EventTarget
      Implicit
      This member is added by an implicit conversion from EventTarget toEnsuring[EventTarget] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EventTarget) => Boolean): EventTarget
      Implicit
      This member is added by an implicit conversion from EventTarget toEnsuring[EventTarget] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EventTarget
      Implicit
      This member is added by an implicit conversion from EventTarget toEnsuring[EventTarget] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EventTarget
      Implicit
      This member is added by an implicit conversion from EventTarget toEnsuring[EventTarget] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. val firehose: Option[EventTargetFirehose]
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. val kinesis: Option[EventTargetKinesis]
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventTarget toStringFormat[EventTarget] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EventTarget, B)
      Implicit
      This member is added by an implicit conversion from EventTarget toArrowAssoc[EventTarget] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventTarget to any2stringadd[EventTarget]

    Inherited by implicit conversion StringFormat fromEventTarget to StringFormat[EventTarget]

    Inherited by implicit conversion Ensuring fromEventTarget to Ensuring[EventTarget]

    Inherited by implicit conversion ArrowAssoc fromEventTarget to ArrowAssoc[EventTarget]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventTargetCloudwatchLogs$.html b/docs/com/ngrok/definitions/EventTargetCloudwatchLogs$.html index 73abc54..5145c43 100644 --- a/docs/com/ngrok/definitions/EventTargetCloudwatchLogs$.html +++ b/docs/com/ngrok/definitions/EventTargetCloudwatchLogs$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventTargetCloudwatchLogs

    Packages

    object EventTargetCloudwatchLogs extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTargetCloudwatchLogs
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventTargetCloudwatchLogs: Decoder[EventTargetCloudwatchLogs]
    7. implicit val encodeEventTargetCloudwatchLogs: Encoder[EventTargetCloudwatchLogs]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventTargetCloudwatchLogs

    Packages

    object EventTargetCloudwatchLogs extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTargetCloudwatchLogs
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventTargetCloudwatchLogs: Decoder[EventTargetCloudwatchLogs]
    7. implicit val encodeEventTargetCloudwatchLogs: Encoder[EventTargetCloudwatchLogs]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventTargetCloudwatchLogs.html b/docs/com/ngrok/definitions/EventTargetCloudwatchLogs.html index 32c4b04..feaa4f8 100644 --- a/docs/com/ngrok/definitions/EventTargetCloudwatchLogs.html +++ b/docs/com/ngrok/definitions/EventTargetCloudwatchLogs.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventTargetCloudwatchLogs

    Packages

    final case class EventTargetCloudwatchLogs(auth: AwsAuth, logGroupArn: String) extends Product with Serializable

    A class encapsulating the EventTargetCloudwatchLogs resource. -

    auth

    Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

    logGroupArn

    An Amazon Resource Name specifying the CloudWatch Logs group to deposit events into.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTargetCloudwatchLogs
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventTargetCloudwatchLogs(auth: AwsAuth, logGroupArn: String)

      create a new EventTargetCloudwatchLogs.

      create a new EventTargetCloudwatchLogs.

      auth

      Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

      logGroupArn

      An Amazon Resource Name specifying the CloudWatch Logs group to deposit events into.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toany2stringadd[EventTargetCloudwatchLogs] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventTargetCloudwatchLogs, B)
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toArrowAssoc[EventTargetCloudwatchLogs] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val auth: AwsAuth
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (EventTargetCloudwatchLogs) => Boolean, msg: => Any): EventTargetCloudwatchLogs
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toEnsuring[EventTargetCloudwatchLogs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EventTargetCloudwatchLogs) => Boolean): EventTargetCloudwatchLogs
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toEnsuring[EventTargetCloudwatchLogs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EventTargetCloudwatchLogs
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toEnsuring[EventTargetCloudwatchLogs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EventTargetCloudwatchLogs
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toEnsuring[EventTargetCloudwatchLogs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toStringFormat[EventTargetCloudwatchLogs] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. val logGroupArn: String
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EventTargetCloudwatchLogs, B)
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toArrowAssoc[EventTargetCloudwatchLogs] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventTargetCloudwatchLogs to any2stringadd[EventTargetCloudwatchLogs]

    Inherited by implicit conversion StringFormat fromEventTargetCloudwatchLogs to StringFormat[EventTargetCloudwatchLogs]

    Inherited by implicit conversion Ensuring fromEventTargetCloudwatchLogs to Ensuring[EventTargetCloudwatchLogs]

    Inherited by implicit conversion ArrowAssoc fromEventTargetCloudwatchLogs to ArrowAssoc[EventTargetCloudwatchLogs]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventTargetCloudwatchLogs

    Packages

    final case class EventTargetCloudwatchLogs(auth: AwsAuth, logGroupArn: String) extends Product with Serializable

    A class encapsulating the EventTargetCloudwatchLogs resource. +

    auth

    Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

    logGroupArn

    An Amazon Resource Name specifying the CloudWatch Logs group to deposit events into.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTargetCloudwatchLogs
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventTargetCloudwatchLogs(auth: AwsAuth, logGroupArn: String)

      create a new EventTargetCloudwatchLogs.

      create a new EventTargetCloudwatchLogs.

      auth

      Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

      logGroupArn

      An Amazon Resource Name specifying the CloudWatch Logs group to deposit events into.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toany2stringadd[EventTargetCloudwatchLogs] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventTargetCloudwatchLogs, B)
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toArrowAssoc[EventTargetCloudwatchLogs] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val auth: AwsAuth
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (EventTargetCloudwatchLogs) => Boolean, msg: => Any): EventTargetCloudwatchLogs
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toEnsuring[EventTargetCloudwatchLogs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EventTargetCloudwatchLogs) => Boolean): EventTargetCloudwatchLogs
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toEnsuring[EventTargetCloudwatchLogs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EventTargetCloudwatchLogs
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toEnsuring[EventTargetCloudwatchLogs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EventTargetCloudwatchLogs
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toEnsuring[EventTargetCloudwatchLogs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. val logGroupArn: String
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toStringFormat[EventTargetCloudwatchLogs] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EventTargetCloudwatchLogs, B)
      Implicit
      This member is added by an implicit conversion from EventTargetCloudwatchLogs toArrowAssoc[EventTargetCloudwatchLogs] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventTargetCloudwatchLogs to any2stringadd[EventTargetCloudwatchLogs]

    Inherited by implicit conversion StringFormat fromEventTargetCloudwatchLogs to StringFormat[EventTargetCloudwatchLogs]

    Inherited by implicit conversion Ensuring fromEventTargetCloudwatchLogs to Ensuring[EventTargetCloudwatchLogs]

    Inherited by implicit conversion ArrowAssoc fromEventTargetCloudwatchLogs to ArrowAssoc[EventTargetCloudwatchLogs]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventTargetFirehose$.html b/docs/com/ngrok/definitions/EventTargetFirehose$.html index d65777b..6cea4ff 100644 --- a/docs/com/ngrok/definitions/EventTargetFirehose$.html +++ b/docs/com/ngrok/definitions/EventTargetFirehose$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventTargetFirehose

    Packages

    object EventTargetFirehose extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTargetFirehose
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventTargetFirehose: Decoder[EventTargetFirehose]
    7. implicit val encodeEventTargetFirehose: Encoder[EventTargetFirehose]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventTargetFirehose

    Packages

    object EventTargetFirehose extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTargetFirehose
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventTargetFirehose: Decoder[EventTargetFirehose]
    7. implicit val encodeEventTargetFirehose: Encoder[EventTargetFirehose]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventTargetFirehose.html b/docs/com/ngrok/definitions/EventTargetFirehose.html index 4642329..65682a4 100644 --- a/docs/com/ngrok/definitions/EventTargetFirehose.html +++ b/docs/com/ngrok/definitions/EventTargetFirehose.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventTargetFirehose

    Packages

    final case class EventTargetFirehose(auth: AwsAuth, deliveryStreamArn: String) extends Product with Serializable

    A class encapsulating the EventTargetFirehose resource. -

    auth

    Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

    deliveryStreamArn

    An Amazon Resource Name specifying the Firehose delivery stream to deposit events into.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTargetFirehose
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventTargetFirehose(auth: AwsAuth, deliveryStreamArn: String)

      create a new EventTargetFirehose.

      create a new EventTargetFirehose.

      auth

      Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

      deliveryStreamArn

      An Amazon Resource Name specifying the Firehose delivery stream to deposit events into.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toany2stringadd[EventTargetFirehose] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventTargetFirehose, B)
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toArrowAssoc[EventTargetFirehose] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val auth: AwsAuth
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val deliveryStreamArn: String
    10. def ensuring(cond: (EventTargetFirehose) => Boolean, msg: => Any): EventTargetFirehose
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toEnsuring[EventTargetFirehose] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EventTargetFirehose) => Boolean): EventTargetFirehose
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toEnsuring[EventTargetFirehose] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EventTargetFirehose
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toEnsuring[EventTargetFirehose] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EventTargetFirehose
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toEnsuring[EventTargetFirehose] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toStringFormat[EventTargetFirehose] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EventTargetFirehose, B)
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toArrowAssoc[EventTargetFirehose] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventTargetFirehose to any2stringadd[EventTargetFirehose]

    Inherited by implicit conversion StringFormat fromEventTargetFirehose to StringFormat[EventTargetFirehose]

    Inherited by implicit conversion Ensuring fromEventTargetFirehose to Ensuring[EventTargetFirehose]

    Inherited by implicit conversion ArrowAssoc fromEventTargetFirehose to ArrowAssoc[EventTargetFirehose]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventTargetFirehose

    Packages

    final case class EventTargetFirehose(auth: AwsAuth, deliveryStreamArn: String) extends Product with Serializable

    A class encapsulating the EventTargetFirehose resource. +

    auth

    Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

    deliveryStreamArn

    An Amazon Resource Name specifying the Firehose delivery stream to deposit events into.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTargetFirehose
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventTargetFirehose(auth: AwsAuth, deliveryStreamArn: String)

      create a new EventTargetFirehose.

      create a new EventTargetFirehose.

      auth

      Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

      deliveryStreamArn

      An Amazon Resource Name specifying the Firehose delivery stream to deposit events into.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toany2stringadd[EventTargetFirehose] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventTargetFirehose, B)
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toArrowAssoc[EventTargetFirehose] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val auth: AwsAuth
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val deliveryStreamArn: String
    10. def ensuring(cond: (EventTargetFirehose) => Boolean, msg: => Any): EventTargetFirehose
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toEnsuring[EventTargetFirehose] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EventTargetFirehose) => Boolean): EventTargetFirehose
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toEnsuring[EventTargetFirehose] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EventTargetFirehose
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toEnsuring[EventTargetFirehose] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EventTargetFirehose
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toEnsuring[EventTargetFirehose] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toStringFormat[EventTargetFirehose] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EventTargetFirehose, B)
      Implicit
      This member is added by an implicit conversion from EventTargetFirehose toArrowAssoc[EventTargetFirehose] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventTargetFirehose to any2stringadd[EventTargetFirehose]

    Inherited by implicit conversion StringFormat fromEventTargetFirehose to StringFormat[EventTargetFirehose]

    Inherited by implicit conversion Ensuring fromEventTargetFirehose to Ensuring[EventTargetFirehose]

    Inherited by implicit conversion ArrowAssoc fromEventTargetFirehose to ArrowAssoc[EventTargetFirehose]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventTargetKinesis$.html b/docs/com/ngrok/definitions/EventTargetKinesis$.html index c0982ea..e2fe1ed 100644 --- a/docs/com/ngrok/definitions/EventTargetKinesis$.html +++ b/docs/com/ngrok/definitions/EventTargetKinesis$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventTargetKinesis

    Packages

    object EventTargetKinesis extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTargetKinesis
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventTargetKinesis: Decoder[EventTargetKinesis]
    7. implicit val encodeEventTargetKinesis: Encoder[EventTargetKinesis]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventTargetKinesis

    Packages

    object EventTargetKinesis extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTargetKinesis
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeEventTargetKinesis: Decoder[EventTargetKinesis]
    7. implicit val encodeEventTargetKinesis: Encoder[EventTargetKinesis]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/EventTargetKinesis.html b/docs/com/ngrok/definitions/EventTargetKinesis.html index 66610ce..4de6639 100644 --- a/docs/com/ngrok/definitions/EventTargetKinesis.html +++ b/docs/com/ngrok/definitions/EventTargetKinesis.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.EventTargetKinesis

    Packages

    final case class EventTargetKinesis(auth: AwsAuth, streamArn: String) extends Product with Serializable

    A class encapsulating the EventTargetKinesis resource. -

    auth

    Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

    streamArn

    An Amazon Resource Name specifying the Kinesis stream to deposit events into.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTargetKinesis
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventTargetKinesis(auth: AwsAuth, streamArn: String)

      create a new EventTargetKinesis.

      create a new EventTargetKinesis.

      auth

      Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

      streamArn

      An Amazon Resource Name specifying the Kinesis stream to deposit events into.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toany2stringadd[EventTargetKinesis] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventTargetKinesis, B)
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toArrowAssoc[EventTargetKinesis] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val auth: AwsAuth
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (EventTargetKinesis) => Boolean, msg: => Any): EventTargetKinesis
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toEnsuring[EventTargetKinesis] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EventTargetKinesis) => Boolean): EventTargetKinesis
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toEnsuring[EventTargetKinesis] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EventTargetKinesis
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toEnsuring[EventTargetKinesis] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EventTargetKinesis
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toEnsuring[EventTargetKinesis] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toStringFormat[EventTargetKinesis] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. val streamArn: String
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EventTargetKinesis, B)
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toArrowAssoc[EventTargetKinesis] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventTargetKinesis to any2stringadd[EventTargetKinesis]

    Inherited by implicit conversion StringFormat fromEventTargetKinesis to StringFormat[EventTargetKinesis]

    Inherited by implicit conversion Ensuring fromEventTargetKinesis to Ensuring[EventTargetKinesis]

    Inherited by implicit conversion ArrowAssoc fromEventTargetKinesis to ArrowAssoc[EventTargetKinesis]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.EventTargetKinesis

    Packages

    final case class EventTargetKinesis(auth: AwsAuth, streamArn: String) extends Product with Serializable

    A class encapsulating the EventTargetKinesis resource. +

    auth

    Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

    streamArn

    An Amazon Resource Name specifying the Kinesis stream to deposit events into.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventTargetKinesis
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new EventTargetKinesis(auth: AwsAuth, streamArn: String)

      create a new EventTargetKinesis.

      create a new EventTargetKinesis.

      auth

      Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

      streamArn

      An Amazon Resource Name specifying the Kinesis stream to deposit events into.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toany2stringadd[EventTargetKinesis] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventTargetKinesis, B)
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toArrowAssoc[EventTargetKinesis] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val auth: AwsAuth
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (EventTargetKinesis) => Boolean, msg: => Any): EventTargetKinesis
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toEnsuring[EventTargetKinesis] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EventTargetKinesis) => Boolean): EventTargetKinesis
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toEnsuring[EventTargetKinesis] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EventTargetKinesis
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toEnsuring[EventTargetKinesis] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EventTargetKinesis
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toEnsuring[EventTargetKinesis] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. val streamArn: String
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toStringFormat[EventTargetKinesis] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EventTargetKinesis, B)
      Implicit
      This member is added by an implicit conversion from EventTargetKinesis toArrowAssoc[EventTargetKinesis] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventTargetKinesis to any2stringadd[EventTargetKinesis]

    Inherited by implicit conversion StringFormat fromEventTargetKinesis to StringFormat[EventTargetKinesis]

    Inherited by implicit conversion Ensuring fromEventTargetKinesis to Ensuring[EventTargetKinesis]

    Inherited by implicit conversion ArrowAssoc fromEventTargetKinesis to ArrowAssoc[EventTargetKinesis]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/FailoverBackend$.html b/docs/com/ngrok/definitions/FailoverBackend$.html index 719dcfc..1ab5cf8 100644 --- a/docs/com/ngrok/definitions/FailoverBackend$.html +++ b/docs/com/ngrok/definitions/FailoverBackend$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.FailoverBackend

    Packages

    object FailoverBackend extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. FailoverBackend
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeFailoverBackend: Decoder[FailoverBackend]
    7. implicit val encodeFailoverBackend: Encoder[FailoverBackend]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.FailoverBackend

    Packages

    object FailoverBackend extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. FailoverBackend
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeFailoverBackend: Decoder[FailoverBackend]
    7. implicit val encodeFailoverBackend: Encoder[FailoverBackend]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/FailoverBackend.html b/docs/com/ngrok/definitions/FailoverBackend.html index a76a3e9..db4a38f 100644 --- a/docs/com/ngrok/definitions/FailoverBackend.html +++ b/docs/com/ngrok/definitions/FailoverBackend.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.FailoverBackend

    Packages

    final case class FailoverBackend(id: String, uri: String, createdAt: OffsetDateTime, description: String, metadata: String, backends: List[String]) extends Product with Serializable

    A class encapsulating the FailoverBackend resource. -

    id

    unique identifier for this Failover backend

    uri

    URI of the FailoverBackend API resource

    createdAt

    timestamp when the backend was created, RFC 3339 format

    description

    human-readable description of this backend. Optional

    metadata

    arbitrary user-defined machine-readable data of this backend. Optional

    backends

    the ids of the child backends in order

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. FailoverBackend
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new FailoverBackend(id: String, uri: String, createdAt: OffsetDateTime, description: String, metadata: String, backends: List[String])

      create a new FailoverBackend.

      create a new FailoverBackend.

      id

      unique identifier for this Failover backend

      uri

      URI of the FailoverBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends in order

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from FailoverBackend toany2stringadd[FailoverBackend] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (FailoverBackend, B)
      Implicit
      This member is added by an implicit conversion from FailoverBackend toArrowAssoc[FailoverBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backends: List[String]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (FailoverBackend) => Boolean, msg: => Any): FailoverBackend
      Implicit
      This member is added by an implicit conversion from FailoverBackend toEnsuring[FailoverBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (FailoverBackend) => Boolean): FailoverBackend
      Implicit
      This member is added by an implicit conversion from FailoverBackend toEnsuring[FailoverBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): FailoverBackend
      Implicit
      This member is added by an implicit conversion from FailoverBackend toEnsuring[FailoverBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): FailoverBackend
      Implicit
      This member is added by an implicit conversion from FailoverBackend toEnsuring[FailoverBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from FailoverBackend toStringFormat[FailoverBackend] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val id: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. val uri: String
    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (FailoverBackend, B)
      Implicit
      This member is added by an implicit conversion from FailoverBackend toArrowAssoc[FailoverBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromFailoverBackend to any2stringadd[FailoverBackend]

    Inherited by implicit conversion StringFormat fromFailoverBackend to StringFormat[FailoverBackend]

    Inherited by implicit conversion Ensuring fromFailoverBackend to Ensuring[FailoverBackend]

    Inherited by implicit conversion ArrowAssoc fromFailoverBackend to ArrowAssoc[FailoverBackend]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.FailoverBackend

    Packages

    final case class FailoverBackend(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, backends: List[String]) extends Product with Serializable

    A class encapsulating the FailoverBackend resource. +

    id

    unique identifier for this Failover backend

    uri

    URI of the FailoverBackend API resource

    createdAt

    timestamp when the backend was created, RFC 3339 format

    description

    human-readable description of this backend. Optional

    metadata

    arbitrary user-defined machine-readable data of this backend. Optional

    backends

    the ids of the child backends in order

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. FailoverBackend
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new FailoverBackend(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, backends: List[String])

      create a new FailoverBackend.

      create a new FailoverBackend.

      id

      unique identifier for this Failover backend

      uri

      URI of the FailoverBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends in order

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from FailoverBackend toany2stringadd[FailoverBackend] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (FailoverBackend, B)
      Implicit
      This member is added by an implicit conversion from FailoverBackend toArrowAssoc[FailoverBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backends: List[String]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (FailoverBackend) => Boolean, msg: => Any): FailoverBackend
      Implicit
      This member is added by an implicit conversion from FailoverBackend toEnsuring[FailoverBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (FailoverBackend) => Boolean): FailoverBackend
      Implicit
      This member is added by an implicit conversion from FailoverBackend toEnsuring[FailoverBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): FailoverBackend
      Implicit
      This member is added by an implicit conversion from FailoverBackend toEnsuring[FailoverBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): FailoverBackend
      Implicit
      This member is added by an implicit conversion from FailoverBackend toEnsuring[FailoverBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val metadata: String
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. val uri: URI
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from FailoverBackend toStringFormat[FailoverBackend] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (FailoverBackend, B)
      Implicit
      This member is added by an implicit conversion from FailoverBackend toArrowAssoc[FailoverBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromFailoverBackend to any2stringadd[FailoverBackend]

    Inherited by implicit conversion StringFormat fromFailoverBackend to StringFormat[FailoverBackend]

    Inherited by implicit conversion Ensuring fromFailoverBackend to Ensuring[FailoverBackend]

    Inherited by implicit conversion ArrowAssoc fromFailoverBackend to ArrowAssoc[FailoverBackend]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/FailoverBackendList$.html b/docs/com/ngrok/definitions/FailoverBackendList$.html index dd2bb50..563458f 100644 --- a/docs/com/ngrok/definitions/FailoverBackendList$.html +++ b/docs/com/ngrok/definitions/FailoverBackendList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.FailoverBackendList

    Packages

    object FailoverBackendList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. FailoverBackendList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeFailoverBackendList: Decoder[FailoverBackendList]
    7. implicit val encodeFailoverBackendList: Encoder[FailoverBackendList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.FailoverBackendList

    Packages

    object FailoverBackendList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. FailoverBackendList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeFailoverBackendList: Decoder[FailoverBackendList]
    7. implicit val encodeFailoverBackendList: Encoder[FailoverBackendList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/FailoverBackendList.html b/docs/com/ngrok/definitions/FailoverBackendList.html index 84e5a9e..a3018ee 100644 --- a/docs/com/ngrok/definitions/FailoverBackendList.html +++ b/docs/com/ngrok/definitions/FailoverBackendList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.FailoverBackendList

    Packages

    final case class FailoverBackendList(backends: List[FailoverBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the FailoverBackendList resource. -

    backends

    the list of all Failover backends on this account

    uri

    URI of the Failover backends list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. FailoverBackendList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new FailoverBackendList(backends: List[FailoverBackend], uri: URI, nextPageUri: Option[URI] = None)

      create a new FailoverBackendList.

      create a new FailoverBackendList.

      backends

      the list of all Failover backends on this account

      uri

      URI of the Failover backends list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toany2stringadd[FailoverBackendList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (FailoverBackendList, B)
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toArrowAssoc[FailoverBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backends: List[FailoverBackend]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (FailoverBackendList) => Boolean, msg: => Any): FailoverBackendList
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toEnsuring[FailoverBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (FailoverBackendList) => Boolean): FailoverBackendList
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toEnsuring[FailoverBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): FailoverBackendList
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toEnsuring[FailoverBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): FailoverBackendList
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toEnsuring[FailoverBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toStringFormat[FailoverBackendList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      FailoverBackendListPageable
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (FailoverBackendList, B)
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toArrowAssoc[FailoverBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromFailoverBackendList to any2stringadd[FailoverBackendList]

    Inherited by implicit conversion StringFormat fromFailoverBackendList to StringFormat[FailoverBackendList]

    Inherited by implicit conversion Ensuring fromFailoverBackendList to Ensuring[FailoverBackendList]

    Inherited by implicit conversion ArrowAssoc fromFailoverBackendList to ArrowAssoc[FailoverBackendList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.FailoverBackendList

    Packages

    final case class FailoverBackendList(backends: List[FailoverBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the FailoverBackendList resource. +

    backends

    the list of all Failover backends on this account

    uri

    URI of the Failover backends list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. FailoverBackendList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new FailoverBackendList(backends: List[FailoverBackend], uri: URI, nextPageUri: Option[URI] = None)

      create a new FailoverBackendList.

      create a new FailoverBackendList.

      backends

      the list of all Failover backends on this account

      uri

      URI of the Failover backends list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toany2stringadd[FailoverBackendList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (FailoverBackendList, B)
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toArrowAssoc[FailoverBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backends: List[FailoverBackend]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (FailoverBackendList) => Boolean, msg: => Any): FailoverBackendList
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toEnsuring[FailoverBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (FailoverBackendList) => Boolean): FailoverBackendList
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toEnsuring[FailoverBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): FailoverBackendList
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toEnsuring[FailoverBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): FailoverBackendList
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toEnsuring[FailoverBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      FailoverBackendListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toStringFormat[FailoverBackendList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (FailoverBackendList, B)
      Implicit
      This member is added by an implicit conversion from FailoverBackendList toArrowAssoc[FailoverBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromFailoverBackendList to any2stringadd[FailoverBackendList]

    Inherited by implicit conversion StringFormat fromFailoverBackendList to StringFormat[FailoverBackendList]

    Inherited by implicit conversion Ensuring fromFailoverBackendList to Ensuring[FailoverBackendList]

    Inherited by implicit conversion ArrowAssoc fromFailoverBackendList to ArrowAssoc[FailoverBackendList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/HttpResponseBackend$.html b/docs/com/ngrok/definitions/HttpResponseBackend$.html index 342e170..7d3db3f 100644 --- a/docs/com/ngrok/definitions/HttpResponseBackend$.html +++ b/docs/com/ngrok/definitions/HttpResponseBackend$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.HttpResponseBackend

    Packages

    object HttpResponseBackend extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpResponseBackend
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeHttpResponseBackend: Decoder[HttpResponseBackend]
    7. implicit val encodeHttpResponseBackend: Encoder[HttpResponseBackend]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.HttpResponseBackend

    Packages

    object HttpResponseBackend extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpResponseBackend
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeHttpResponseBackend: Decoder[HttpResponseBackend]
    7. implicit val encodeHttpResponseBackend: Encoder[HttpResponseBackend]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/HttpResponseBackend.html b/docs/com/ngrok/definitions/HttpResponseBackend.html index 902ce1c..2fbce89 100644 --- a/docs/com/ngrok/definitions/HttpResponseBackend.html +++ b/docs/com/ngrok/definitions/HttpResponseBackend.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.HttpResponseBackend

    Packages

    final case class HttpResponseBackend(id: String, uri: String, createdAt: OffsetDateTime, description: String, metadata: String, body: String, headers: Map[String, String], statusCode: Int) extends Product with Serializable

    A class encapsulating the HttpResponseBackend resource. -

    id

    the value of the id parameter as a scala.Predef.String

    uri

    URI of the HTTPResponseBackend API resource

    createdAt

    timestamp when the backend was created, RFC 3339 format

    description

    human-readable description of this backend. Optional

    metadata

    arbitrary user-defined machine-readable data of this backend. Optional

    body

    body to return as fixed content

    headers

    headers to return

    statusCode

    status code to return

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpResponseBackend
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new HttpResponseBackend(id: String, uri: String, createdAt: OffsetDateTime, description: String, metadata: String, body: String, headers: Map[String, String], statusCode: Int)

      create a new HttpResponseBackend.

      create a new HttpResponseBackend.

      id

      the value of the id parameter as a scala.Predef.String

      uri

      URI of the HTTPResponseBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      body

      body to return as fixed content

      headers

      headers to return

      statusCode

      status code to return

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toany2stringadd[HttpResponseBackend] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpResponseBackend, B)
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toArrowAssoc[HttpResponseBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val body: String
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (HttpResponseBackend) => Boolean, msg: => Any): HttpResponseBackend
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toEnsuring[HttpResponseBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (HttpResponseBackend) => Boolean): HttpResponseBackend
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toEnsuring[HttpResponseBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): HttpResponseBackend
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toEnsuring[HttpResponseBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): HttpResponseBackend
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toEnsuring[HttpResponseBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toStringFormat[HttpResponseBackend] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val headers: Map[String, String]
    20. val id: String
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. val metadata: String
    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. def productElementNames: Iterator[String]
      Definition Classes
      Product
    27. val statusCode: Int
    28. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    29. val uri: String
    30. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    32. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (HttpResponseBackend, B)
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toArrowAssoc[HttpResponseBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpResponseBackend to any2stringadd[HttpResponseBackend]

    Inherited by implicit conversion StringFormat fromHttpResponseBackend to StringFormat[HttpResponseBackend]

    Inherited by implicit conversion Ensuring fromHttpResponseBackend to Ensuring[HttpResponseBackend]

    Inherited by implicit conversion ArrowAssoc fromHttpResponseBackend to ArrowAssoc[HttpResponseBackend]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.HttpResponseBackend

    Packages

    final case class HttpResponseBackend(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, body: String, headers: Map[String, String], statusCode: Int) extends Product with Serializable

    A class encapsulating the HttpResponseBackend resource. +

    id

    the value of the id parameter as a scala.Predef.String

    uri

    URI of the HTTPResponseBackend API resource

    createdAt

    timestamp when the backend was created, RFC 3339 format

    description

    human-readable description of this backend. Optional

    metadata

    arbitrary user-defined machine-readable data of this backend. Optional

    body

    body to return as fixed content

    headers

    headers to return

    statusCode

    status code to return

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpResponseBackend
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new HttpResponseBackend(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, body: String, headers: Map[String, String], statusCode: Int)

      create a new HttpResponseBackend.

      create a new HttpResponseBackend.

      id

      the value of the id parameter as a scala.Predef.String

      uri

      URI of the HTTPResponseBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      body

      body to return as fixed content

      headers

      headers to return

      statusCode

      status code to return

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toany2stringadd[HttpResponseBackend] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpResponseBackend, B)
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toArrowAssoc[HttpResponseBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val body: String
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (HttpResponseBackend) => Boolean, msg: => Any): HttpResponseBackend
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toEnsuring[HttpResponseBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (HttpResponseBackend) => Boolean): HttpResponseBackend
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toEnsuring[HttpResponseBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): HttpResponseBackend
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toEnsuring[HttpResponseBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): HttpResponseBackend
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toEnsuring[HttpResponseBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val headers: Map[String, String]
    19. val id: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. val statusCode: Int
    27. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    28. val uri: URI
    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toStringFormat[HttpResponseBackend] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (HttpResponseBackend, B)
      Implicit
      This member is added by an implicit conversion from HttpResponseBackend toArrowAssoc[HttpResponseBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpResponseBackend to any2stringadd[HttpResponseBackend]

    Inherited by implicit conversion StringFormat fromHttpResponseBackend to StringFormat[HttpResponseBackend]

    Inherited by implicit conversion Ensuring fromHttpResponseBackend to Ensuring[HttpResponseBackend]

    Inherited by implicit conversion ArrowAssoc fromHttpResponseBackend to ArrowAssoc[HttpResponseBackend]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/HttpResponseBackendList$.html b/docs/com/ngrok/definitions/HttpResponseBackendList$.html index 1f3d4a7..ce4287f 100644 --- a/docs/com/ngrok/definitions/HttpResponseBackendList$.html +++ b/docs/com/ngrok/definitions/HttpResponseBackendList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.HttpResponseBackendList

    Packages

    object HttpResponseBackendList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpResponseBackendList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeHttpResponseBackendList: Decoder[HttpResponseBackendList]
    7. implicit val encodeHttpResponseBackendList: Encoder[HttpResponseBackendList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.HttpResponseBackendList

    Packages

    object HttpResponseBackendList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpResponseBackendList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeHttpResponseBackendList: Decoder[HttpResponseBackendList]
    7. implicit val encodeHttpResponseBackendList: Encoder[HttpResponseBackendList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/HttpResponseBackendList.html b/docs/com/ngrok/definitions/HttpResponseBackendList.html index 4a461c0..e5ef93a 100644 --- a/docs/com/ngrok/definitions/HttpResponseBackendList.html +++ b/docs/com/ngrok/definitions/HttpResponseBackendList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.HttpResponseBackendList

    Packages

    final case class HttpResponseBackendList(backends: List[HttpResponseBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the HttpResponseBackendList resource. -

    backends

    the value of the backends parameter as a scala.List of HttpResponseBackend

    uri

    the value of the uri parameter as a java.net.URI

    nextPageUri

    the value of the next_page_uri parameter as a java.net.URI

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpResponseBackendList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new HttpResponseBackendList(backends: List[HttpResponseBackend], uri: URI, nextPageUri: Option[URI] = None)

      create a new HttpResponseBackendList.

      create a new HttpResponseBackendList.

      backends

      the value of the backends parameter as a scala.List of HttpResponseBackend

      uri

      the value of the uri parameter as a java.net.URI

      nextPageUri

      the value of the next_page_uri parameter as a java.net.URI

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toany2stringadd[HttpResponseBackendList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpResponseBackendList, B)
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toArrowAssoc[HttpResponseBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backends: List[HttpResponseBackend]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (HttpResponseBackendList) => Boolean, msg: => Any): HttpResponseBackendList
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toEnsuring[HttpResponseBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (HttpResponseBackendList) => Boolean): HttpResponseBackendList
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toEnsuring[HttpResponseBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): HttpResponseBackendList
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toEnsuring[HttpResponseBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): HttpResponseBackendList
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toEnsuring[HttpResponseBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toStringFormat[HttpResponseBackendList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      HttpResponseBackendListPageable
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (HttpResponseBackendList, B)
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toArrowAssoc[HttpResponseBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpResponseBackendList to any2stringadd[HttpResponseBackendList]

    Inherited by implicit conversion StringFormat fromHttpResponseBackendList to StringFormat[HttpResponseBackendList]

    Inherited by implicit conversion Ensuring fromHttpResponseBackendList to Ensuring[HttpResponseBackendList]

    Inherited by implicit conversion ArrowAssoc fromHttpResponseBackendList to ArrowAssoc[HttpResponseBackendList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.HttpResponseBackendList

    Packages

    final case class HttpResponseBackendList(backends: List[HttpResponseBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the HttpResponseBackendList resource. +

    backends

    the value of the backends parameter as a scala.List of HttpResponseBackend

    uri

    the value of the uri parameter as a java.net.URI

    nextPageUri

    the value of the next_page_uri parameter as a java.net.URI

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpResponseBackendList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new HttpResponseBackendList(backends: List[HttpResponseBackend], uri: URI, nextPageUri: Option[URI] = None)

      create a new HttpResponseBackendList.

      create a new HttpResponseBackendList.

      backends

      the value of the backends parameter as a scala.List of HttpResponseBackend

      uri

      the value of the uri parameter as a java.net.URI

      nextPageUri

      the value of the next_page_uri parameter as a java.net.URI

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toany2stringadd[HttpResponseBackendList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpResponseBackendList, B)
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toArrowAssoc[HttpResponseBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backends: List[HttpResponseBackend]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (HttpResponseBackendList) => Boolean, msg: => Any): HttpResponseBackendList
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toEnsuring[HttpResponseBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (HttpResponseBackendList) => Boolean): HttpResponseBackendList
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toEnsuring[HttpResponseBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): HttpResponseBackendList
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toEnsuring[HttpResponseBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): HttpResponseBackendList
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toEnsuring[HttpResponseBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      HttpResponseBackendListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toStringFormat[HttpResponseBackendList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (HttpResponseBackendList, B)
      Implicit
      This member is added by an implicit conversion from HttpResponseBackendList toArrowAssoc[HttpResponseBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpResponseBackendList to any2stringadd[HttpResponseBackendList]

    Inherited by implicit conversion StringFormat fromHttpResponseBackendList to StringFormat[HttpResponseBackendList]

    Inherited by implicit conversion Ensuring fromHttpResponseBackendList to Ensuring[HttpResponseBackendList]

    Inherited by implicit conversion ArrowAssoc fromHttpResponseBackendList to ArrowAssoc[HttpResponseBackendList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/HttpsEdge$.html b/docs/com/ngrok/definitions/HttpsEdge$.html index e8128ca..08b836e 100644 --- a/docs/com/ngrok/definitions/HttpsEdge$.html +++ b/docs/com/ngrok/definitions/HttpsEdge$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.HttpsEdge

    Packages

    object HttpsEdge extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdge
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeHttpsEdge: Decoder[HttpsEdge]
    7. implicit val encodeHttpsEdge: Encoder[HttpsEdge]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.HttpsEdge

    Packages

    object HttpsEdge extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdge
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeHttpsEdge: Decoder[HttpsEdge]
    7. implicit val encodeHttpsEdge: Encoder[HttpsEdge]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/HttpsEdge.html b/docs/com/ngrok/definitions/HttpsEdge.html index ae035dd..940b02e 100644 --- a/docs/com/ngrok/definitions/HttpsEdge.html +++ b/docs/com/ngrok/definitions/HttpsEdge.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.HttpsEdge

    Packages

    final case class HttpsEdge(id: String, description: String, metadata: String, createdAt: String, uri: String, hostports: Option[List[String]] = None, mutualTls: Option[EndpointMutualTls] = None, tlsTermination: Option[EndpointTlsTermination] = None, routes: List[HttpsEdgeRoute]) extends Product with Serializable

    A class encapsulating the HttpsEdge resource. -

    id

    unique identifier of this edge

    description

    human-readable description of what this edge will be used for; optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.

    createdAt

    timestamp when the edge configuration was created, RFC 3339 format

    uri

    URI of the edge API resource

    hostports

    hostports served by this edge

    mutualTls

    edge modules

    tlsTermination

    the value of the tls_termination parameter as a EndpointTlsTermination

    routes

    routes

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdge
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new HttpsEdge(id: String, description: String, metadata: String, createdAt: String, uri: String, hostports: Option[List[String]] = None, mutualTls: Option[EndpointMutualTls] = None, tlsTermination: Option[EndpointTlsTermination] = None, routes: List[HttpsEdgeRoute])

      create a new HttpsEdge.

      create a new HttpsEdge.

      id

      unique identifier of this edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.

      createdAt

      timestamp when the edge configuration was created, RFC 3339 format

      uri

      URI of the edge API resource

      hostports

      hostports served by this edge

      mutualTls

      edge modules

      tlsTermination

      the value of the tls_termination parameter as a EndpointTlsTermination

      routes

      routes

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdge toany2stringadd[HttpsEdge] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpsEdge, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdge toArrowAssoc[HttpsEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: String
    9. val description: String
    10. def ensuring(cond: (HttpsEdge) => Boolean, msg: => Any): HttpsEdge
      Implicit
      This member is added by an implicit conversion from HttpsEdge toEnsuring[HttpsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (HttpsEdge) => Boolean): HttpsEdge
      Implicit
      This member is added by an implicit conversion from HttpsEdge toEnsuring[HttpsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): HttpsEdge
      Implicit
      This member is added by an implicit conversion from HttpsEdge toEnsuring[HttpsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): HttpsEdge
      Implicit
      This member is added by an implicit conversion from HttpsEdge toEnsuring[HttpsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdge toStringFormat[HttpsEdge] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val hostports: Option[List[String]]
    19. val id: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val metadata: String
    22. val mutualTls: Option[EndpointMutualTls]
    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. def productElementNames: Iterator[String]
      Definition Classes
      Product
    27. val routes: List[HttpsEdgeRoute]
    28. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    29. val tlsTermination: Option[EndpointTlsTermination]
    30. val uri: String
    31. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    32. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    33. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (HttpsEdge, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdge toArrowAssoc[HttpsEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpsEdge to any2stringadd[HttpsEdge]

    Inherited by implicit conversion StringFormat fromHttpsEdge to StringFormat[HttpsEdge]

    Inherited by implicit conversion Ensuring fromHttpsEdge to Ensuring[HttpsEdge]

    Inherited by implicit conversion ArrowAssoc fromHttpsEdge to ArrowAssoc[HttpsEdge]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.HttpsEdge

    Packages

    final case class HttpsEdge(id: String, description: String, metadata: String, createdAt: OffsetDateTime, uri: URI, hostports: Option[List[String]] = None, mutualTls: Option[EndpointMutualTls] = None, tlsTermination: Option[EndpointTlsTermination] = None, routes: List[HttpsEdgeRoute]) extends Product with Serializable

    A class encapsulating the HttpsEdge resource. +

    id

    unique identifier of this edge

    description

    human-readable description of what this edge will be used for; optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.

    createdAt

    timestamp when the edge configuration was created, RFC 3339 format

    uri

    URI of the edge API resource

    hostports

    hostports served by this edge

    mutualTls

    edge modules

    tlsTermination

    the value of the tls_termination parameter as a EndpointTlsTermination

    routes

    routes

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdge
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new HttpsEdge(id: String, description: String, metadata: String, createdAt: OffsetDateTime, uri: URI, hostports: Option[List[String]] = None, mutualTls: Option[EndpointMutualTls] = None, tlsTermination: Option[EndpointTlsTermination] = None, routes: List[HttpsEdgeRoute])

      create a new HttpsEdge.

      create a new HttpsEdge.

      id

      unique identifier of this edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.

      createdAt

      timestamp when the edge configuration was created, RFC 3339 format

      uri

      URI of the edge API resource

      hostports

      hostports served by this edge

      mutualTls

      edge modules

      tlsTermination

      the value of the tls_termination parameter as a EndpointTlsTermination

      routes

      routes

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdge toany2stringadd[HttpsEdge] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpsEdge, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdge toArrowAssoc[HttpsEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. def ensuring(cond: (HttpsEdge) => Boolean, msg: => Any): HttpsEdge
      Implicit
      This member is added by an implicit conversion from HttpsEdge toEnsuring[HttpsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (HttpsEdge) => Boolean): HttpsEdge
      Implicit
      This member is added by an implicit conversion from HttpsEdge toEnsuring[HttpsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): HttpsEdge
      Implicit
      This member is added by an implicit conversion from HttpsEdge toEnsuring[HttpsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): HttpsEdge
      Implicit
      This member is added by an implicit conversion from HttpsEdge toEnsuring[HttpsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. val hostports: Option[List[String]]
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val metadata: String
    21. val mutualTls: Option[EndpointMutualTls]
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. val routes: List[HttpsEdgeRoute]
    27. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    28. val tlsTermination: Option[EndpointTlsTermination]
    29. val uri: URI
    30. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    32. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdge toStringFormat[HttpsEdge] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (HttpsEdge, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdge toArrowAssoc[HttpsEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpsEdge to any2stringadd[HttpsEdge]

    Inherited by implicit conversion StringFormat fromHttpsEdge to StringFormat[HttpsEdge]

    Inherited by implicit conversion Ensuring fromHttpsEdge to Ensuring[HttpsEdge]

    Inherited by implicit conversion ArrowAssoc fromHttpsEdge to ArrowAssoc[HttpsEdge]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/HttpsEdgeList$.html b/docs/com/ngrok/definitions/HttpsEdgeList$.html index fda3ad7..5eb7cc2 100644 --- a/docs/com/ngrok/definitions/HttpsEdgeList$.html +++ b/docs/com/ngrok/definitions/HttpsEdgeList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.HttpsEdgeList

    Packages

    object HttpsEdgeList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeHttpsEdgeList: Decoder[HttpsEdgeList]
    7. implicit val encodeHttpsEdgeList: Encoder[HttpsEdgeList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.HttpsEdgeList

    Packages

    object HttpsEdgeList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeHttpsEdgeList: Decoder[HttpsEdgeList]
    7. implicit val encodeHttpsEdgeList: Encoder[HttpsEdgeList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/HttpsEdgeList.html b/docs/com/ngrok/definitions/HttpsEdgeList.html index 7a34cb4..24bf156 100644 --- a/docs/com/ngrok/definitions/HttpsEdgeList.html +++ b/docs/com/ngrok/definitions/HttpsEdgeList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.HttpsEdgeList

    Packages

    final case class HttpsEdgeList(httpsEdges: List[HttpsEdge], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the HttpsEdgeList resource. -

    httpsEdges

    the list of all HTTPS Edges on this account

    uri

    URI of the HTTPS Edge list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new HttpsEdgeList(httpsEdges: List[HttpsEdge], uri: URI, nextPageUri: Option[URI] = None)

      create a new HttpsEdgeList.

      create a new HttpsEdgeList.

      httpsEdges

      the list of all HTTPS Edges on this account

      uri

      URI of the HTTPS Edge list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toany2stringadd[HttpsEdgeList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpsEdgeList, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toArrowAssoc[HttpsEdgeList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (HttpsEdgeList) => Boolean, msg: => Any): HttpsEdgeList
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toEnsuring[HttpsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (HttpsEdgeList) => Boolean): HttpsEdgeList
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toEnsuring[HttpsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): HttpsEdgeList
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toEnsuring[HttpsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): HttpsEdgeList
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toEnsuring[HttpsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toStringFormat[HttpsEdgeList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. val httpsEdges: List[HttpsEdge]
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      HttpsEdgeListPageable
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (HttpsEdgeList, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toArrowAssoc[HttpsEdgeList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpsEdgeList to any2stringadd[HttpsEdgeList]

    Inherited by implicit conversion StringFormat fromHttpsEdgeList to StringFormat[HttpsEdgeList]

    Inherited by implicit conversion Ensuring fromHttpsEdgeList to Ensuring[HttpsEdgeList]

    Inherited by implicit conversion ArrowAssoc fromHttpsEdgeList to ArrowAssoc[HttpsEdgeList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.HttpsEdgeList

    Packages

    final case class HttpsEdgeList(httpsEdges: List[HttpsEdge], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the HttpsEdgeList resource. +

    httpsEdges

    the list of all HTTPS Edges on this account

    uri

    URI of the HTTPS Edge list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new HttpsEdgeList(httpsEdges: List[HttpsEdge], uri: URI, nextPageUri: Option[URI] = None)

      create a new HttpsEdgeList.

      create a new HttpsEdgeList.

      httpsEdges

      the list of all HTTPS Edges on this account

      uri

      URI of the HTTPS Edge list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toany2stringadd[HttpsEdgeList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpsEdgeList, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toArrowAssoc[HttpsEdgeList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (HttpsEdgeList) => Boolean, msg: => Any): HttpsEdgeList
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toEnsuring[HttpsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (HttpsEdgeList) => Boolean): HttpsEdgeList
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toEnsuring[HttpsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): HttpsEdgeList
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toEnsuring[HttpsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): HttpsEdgeList
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toEnsuring[HttpsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. val httpsEdges: List[HttpsEdge]
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      HttpsEdgeListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toStringFormat[HttpsEdgeList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (HttpsEdgeList, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeList toArrowAssoc[HttpsEdgeList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpsEdgeList to any2stringadd[HttpsEdgeList]

    Inherited by implicit conversion StringFormat fromHttpsEdgeList to StringFormat[HttpsEdgeList]

    Inherited by implicit conversion Ensuring fromHttpsEdgeList to Ensuring[HttpsEdgeList]

    Inherited by implicit conversion ArrowAssoc fromHttpsEdgeList to ArrowAssoc[HttpsEdgeList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/HttpsEdgeRoute$.html b/docs/com/ngrok/definitions/HttpsEdgeRoute$.html index 3bfa1c9..8da5e8f 100644 --- a/docs/com/ngrok/definitions/HttpsEdgeRoute$.html +++ b/docs/com/ngrok/definitions/HttpsEdgeRoute$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.HttpsEdgeRoute

    Packages

    object HttpsEdgeRoute extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeRoute
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeHttpsEdgeRoute: Decoder[HttpsEdgeRoute]
    7. implicit val encodeHttpsEdgeRoute: Encoder[HttpsEdgeRoute]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.HttpsEdgeRoute

    Packages

    object HttpsEdgeRoute extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeRoute
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeHttpsEdgeRoute: Decoder[HttpsEdgeRoute]
    7. implicit val encodeHttpsEdgeRoute: Encoder[HttpsEdgeRoute]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/HttpsEdgeRoute.html b/docs/com/ngrok/definitions/HttpsEdgeRoute.html index 86107ad..1bab721 100644 --- a/docs/com/ngrok/definitions/HttpsEdgeRoute.html +++ b/docs/com/ngrok/definitions/HttpsEdgeRoute.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.HttpsEdgeRoute

    Packages

    final case class HttpsEdgeRoute(edgeId: String, id: String, createdAt: String, matchType: String, match: String, uri: String, description: String, metadata: String, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None, circuitBreaker: Option[EndpointCircuitBreaker] = None, compression: Option[EndpointCompression] = None, requestHeaders: Option[EndpointRequestHeaders] = None, responseHeaders: Option[EndpointResponseHeaders] = None, webhookVerification: Option[EndpointWebhookValidation] = None, oauth: Option[EndpointOAuth] = None, saml: Option[EndpointSaml] = None, oidc: Option[EndpointOidc] = None, websocketTcpConverter: Option[EndpointWebsocketTcpConverter] = None) extends Product with Serializable

    A class encapsulating the HttpsEdgeRoute resource. -

    edgeId

    unique identifier of this edge

    id

    unique identifier of this edge route

    createdAt

    timestamp when the edge configuration was created, RFC 3339 format

    matchType

    Type of match to use for this route. Valid values are "exact_path" and "path_prefix".

    uri

    URI of the edge API resource

    description

    human-readable description of what this edge will be used for; optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

    backend

    backend module configuration or null

    ipRestriction

    ip restriction module configuration or null

    circuitBreaker

    circuit breaker module configuration or null

    compression

    compression module configuration or null

    requestHeaders

    request headers module configuration or null

    responseHeaders

    response headers module configuration or null

    webhookVerification

    webhook verification module configuration or null

    oauth

    oauth module configuration or null

    saml

    saml module configuration or null

    oidc

    oidc module configuration or null

    websocketTcpConverter

    websocket to tcp adapter configuration or null

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeRoute
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new HttpsEdgeRoute(edgeId: String, id: String, createdAt: String, matchType: String, match: String, uri: String, description: String, metadata: String, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None, circuitBreaker: Option[EndpointCircuitBreaker] = None, compression: Option[EndpointCompression] = None, requestHeaders: Option[EndpointRequestHeaders] = None, responseHeaders: Option[EndpointResponseHeaders] = None, webhookVerification: Option[EndpointWebhookValidation] = None, oauth: Option[EndpointOAuth] = None, saml: Option[EndpointSaml] = None, oidc: Option[EndpointOidc] = None, websocketTcpConverter: Option[EndpointWebsocketTcpConverter] = None)

      create a new HttpsEdgeRoute.

      create a new HttpsEdgeRoute.

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      createdAt

      timestamp when the edge configuration was created, RFC 3339 format

      matchType

      Type of match to use for this route. Valid values are "exact_path" and "path_prefix".

      uri

      URI of the edge API resource

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      backend

      backend module configuration or null

      ipRestriction

      ip restriction module configuration or null

      circuitBreaker

      circuit breaker module configuration or null

      compression

      compression module configuration or null

      requestHeaders

      request headers module configuration or null

      responseHeaders

      response headers module configuration or null

      webhookVerification

      webhook verification module configuration or null

      oauth

      oauth module configuration or null

      saml

      saml module configuration or null

      oidc

      oidc module configuration or null

      websocketTcpConverter

      websocket to tcp adapter configuration or null

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toany2stringadd[HttpsEdgeRoute] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpsEdgeRoute, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toArrowAssoc[HttpsEdgeRoute] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backend: Option[EndpointBackend]
    8. val circuitBreaker: Option[EndpointCircuitBreaker]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val compression: Option[EndpointCompression]
    11. val createdAt: String
    12. val description: String
    13. val edgeId: String
    14. def ensuring(cond: (HttpsEdgeRoute) => Boolean, msg: => Any): HttpsEdgeRoute
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toEnsuring[HttpsEdgeRoute] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: (HttpsEdgeRoute) => Boolean): HttpsEdgeRoute
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toEnsuring[HttpsEdgeRoute] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. def ensuring(cond: Boolean, msg: => Any): HttpsEdgeRoute
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toEnsuring[HttpsEdgeRoute] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    17. def ensuring(cond: Boolean): HttpsEdgeRoute
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toEnsuring[HttpsEdgeRoute] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    18. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    20. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toStringFormat[HttpsEdgeRoute] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    21. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    22. val id: String
    23. val ipRestriction: Option[EndpointIpPolicy]
    24. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    25. val match: String
    26. val matchType: String
    27. val metadata: String
    28. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    29. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    30. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    31. val oauth: Option[EndpointOAuth]
    32. val oidc: Option[EndpointOidc]
    33. def productElementNames: Iterator[String]
      Definition Classes
      Product
    34. val requestHeaders: Option[EndpointRequestHeaders]
    35. val responseHeaders: Option[EndpointResponseHeaders]
    36. val saml: Option[EndpointSaml]
    37. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    38. val uri: String
    39. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    40. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    41. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    42. val webhookVerification: Option[EndpointWebhookValidation]
    43. val websocketTcpConverter: Option[EndpointWebsocketTcpConverter]

    Deprecated Value Members

    1. def [B](y: B): (HttpsEdgeRoute, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toArrowAssoc[HttpsEdgeRoute] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpsEdgeRoute to any2stringadd[HttpsEdgeRoute]

    Inherited by implicit conversion StringFormat fromHttpsEdgeRoute to StringFormat[HttpsEdgeRoute]

    Inherited by implicit conversion Ensuring fromHttpsEdgeRoute to Ensuring[HttpsEdgeRoute]

    Inherited by implicit conversion ArrowAssoc fromHttpsEdgeRoute to ArrowAssoc[HttpsEdgeRoute]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.HttpsEdgeRoute

    Packages

    final case class HttpsEdgeRoute(edgeId: String, id: String, createdAt: OffsetDateTime, matchType: String, match: String, uri: URI, description: String, metadata: String, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None, circuitBreaker: Option[EndpointCircuitBreaker] = None, compression: Option[EndpointCompression] = None, requestHeaders: Option[EndpointRequestHeaders] = None, responseHeaders: Option[EndpointResponseHeaders] = None, webhookVerification: Option[EndpointWebhookValidation] = None, oauth: Option[EndpointOAuth] = None, saml: Option[EndpointSaml] = None, oidc: Option[EndpointOidc] = None, websocketTcpConverter: Option[EndpointWebsocketTcpConverter] = None) extends Product with Serializable

    A class encapsulating the HttpsEdgeRoute resource. +

    edgeId

    unique identifier of this edge

    id

    unique identifier of this edge route

    createdAt

    timestamp when the edge configuration was created, RFC 3339 format

    matchType

    Type of match to use for this route. Valid values are "exact_path" and "path_prefix".

    uri

    URI of the edge API resource

    description

    human-readable description of what this edge will be used for; optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

    backend

    backend module configuration or null

    ipRestriction

    ip restriction module configuration or null

    circuitBreaker

    circuit breaker module configuration or null

    compression

    compression module configuration or null

    requestHeaders

    request headers module configuration or null

    responseHeaders

    response headers module configuration or null

    webhookVerification

    webhook verification module configuration or null

    oauth

    oauth module configuration or null

    saml

    saml module configuration or null

    oidc

    oidc module configuration or null

    websocketTcpConverter

    websocket to tcp adapter configuration or null

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeRoute
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new HttpsEdgeRoute(edgeId: String, id: String, createdAt: OffsetDateTime, matchType: String, match: String, uri: URI, description: String, metadata: String, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None, circuitBreaker: Option[EndpointCircuitBreaker] = None, compression: Option[EndpointCompression] = None, requestHeaders: Option[EndpointRequestHeaders] = None, responseHeaders: Option[EndpointResponseHeaders] = None, webhookVerification: Option[EndpointWebhookValidation] = None, oauth: Option[EndpointOAuth] = None, saml: Option[EndpointSaml] = None, oidc: Option[EndpointOidc] = None, websocketTcpConverter: Option[EndpointWebsocketTcpConverter] = None)

      create a new HttpsEdgeRoute.

      create a new HttpsEdgeRoute.

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      createdAt

      timestamp when the edge configuration was created, RFC 3339 format

      matchType

      Type of match to use for this route. Valid values are "exact_path" and "path_prefix".

      uri

      URI of the edge API resource

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      backend

      backend module configuration or null

      ipRestriction

      ip restriction module configuration or null

      circuitBreaker

      circuit breaker module configuration or null

      compression

      compression module configuration or null

      requestHeaders

      request headers module configuration or null

      responseHeaders

      response headers module configuration or null

      webhookVerification

      webhook verification module configuration or null

      oauth

      oauth module configuration or null

      saml

      saml module configuration or null

      oidc

      oidc module configuration or null

      websocketTcpConverter

      websocket to tcp adapter configuration or null

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toany2stringadd[HttpsEdgeRoute] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpsEdgeRoute, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toArrowAssoc[HttpsEdgeRoute] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backend: Option[EndpointBackend]
    8. val circuitBreaker: Option[EndpointCircuitBreaker]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val compression: Option[EndpointCompression]
    11. val createdAt: OffsetDateTime
    12. val description: String
    13. val edgeId: String
    14. def ensuring(cond: (HttpsEdgeRoute) => Boolean, msg: => Any): HttpsEdgeRoute
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toEnsuring[HttpsEdgeRoute] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: (HttpsEdgeRoute) => Boolean): HttpsEdgeRoute
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toEnsuring[HttpsEdgeRoute] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. def ensuring(cond: Boolean, msg: => Any): HttpsEdgeRoute
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toEnsuring[HttpsEdgeRoute] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    17. def ensuring(cond: Boolean): HttpsEdgeRoute
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toEnsuring[HttpsEdgeRoute] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    18. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    20. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. val id: String
    22. val ipRestriction: Option[EndpointIpPolicy]
    23. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    24. val match: String
    25. val matchType: String
    26. val metadata: String
    27. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    28. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    29. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    30. val oauth: Option[EndpointOAuth]
    31. val oidc: Option[EndpointOidc]
    32. def productElementNames: Iterator[String]
      Definition Classes
      Product
    33. val requestHeaders: Option[EndpointRequestHeaders]
    34. val responseHeaders: Option[EndpointResponseHeaders]
    35. val saml: Option[EndpointSaml]
    36. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    37. val uri: URI
    38. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    39. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    40. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()
    41. val webhookVerification: Option[EndpointWebhookValidation]
    42. val websocketTcpConverter: Option[EndpointWebsocketTcpConverter]

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toStringFormat[HttpsEdgeRoute] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (HttpsEdgeRoute, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeRoute toArrowAssoc[HttpsEdgeRoute] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpsEdgeRoute to any2stringadd[HttpsEdgeRoute]

    Inherited by implicit conversion StringFormat fromHttpsEdgeRoute to StringFormat[HttpsEdgeRoute]

    Inherited by implicit conversion Ensuring fromHttpsEdgeRoute to Ensuring[HttpsEdgeRoute]

    Inherited by implicit conversion ArrowAssoc fromHttpsEdgeRoute to ArrowAssoc[HttpsEdgeRoute]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/IpPolicy$.html b/docs/com/ngrok/definitions/IpPolicy$.html index 2989825..5287972 100644 --- a/docs/com/ngrok/definitions/IpPolicy$.html +++ b/docs/com/ngrok/definitions/IpPolicy$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.IpPolicy

    Packages

    object IpPolicy extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicy
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeIpPolicy: Decoder[IpPolicy]
    7. implicit val encodeIpPolicy: Encoder[IpPolicy]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.IpPolicy

    Packages

    object IpPolicy extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicy
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeIpPolicy: Decoder[IpPolicy]
    7. implicit val encodeIpPolicy: Encoder[IpPolicy]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/IpPolicy.html b/docs/com/ngrok/definitions/IpPolicy.html index 54e111b..6ad6f7f 100644 --- a/docs/com/ngrok/definitions/IpPolicy.html +++ b/docs/com/ngrok/definitions/IpPolicy.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.IpPolicy

    Packages

    final case class IpPolicy(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String) extends Product with Serializable

    A class encapsulating the IpPolicy resource. -

    id

    unique identifier for this IP policy

    uri

    URI of the IP Policy API resource

    createdAt

    timestamp when the IP policy was created, RFC 3339 format

    description

    human-readable description of the source IPs of this IP policy. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this IP policy. optional, max 4096 bytes.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicy
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new IpPolicy(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String)

      create a new IpPolicy.

      create a new IpPolicy.

      id

      unique identifier for this IP policy

      uri

      URI of the IP Policy API resource

      createdAt

      timestamp when the IP policy was created, RFC 3339 format

      description

      human-readable description of the source IPs of this IP policy. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP policy. optional, max 4096 bytes.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicy toany2stringadd[IpPolicy] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpPolicy, B)
      Implicit
      This member is added by an implicit conversion from IpPolicy toArrowAssoc[IpPolicy] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. def ensuring(cond: (IpPolicy) => Boolean, msg: => Any): IpPolicy
      Implicit
      This member is added by an implicit conversion from IpPolicy toEnsuring[IpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (IpPolicy) => Boolean): IpPolicy
      Implicit
      This member is added by an implicit conversion from IpPolicy toEnsuring[IpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): IpPolicy
      Implicit
      This member is added by an implicit conversion from IpPolicy toEnsuring[IpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): IpPolicy
      Implicit
      This member is added by an implicit conversion from IpPolicy toEnsuring[IpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicy toStringFormat[IpPolicy] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val metadata: String
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. val uri: URI
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (IpPolicy, B)
      Implicit
      This member is added by an implicit conversion from IpPolicy toArrowAssoc[IpPolicy] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpPolicy to any2stringadd[IpPolicy]

    Inherited by implicit conversion StringFormat fromIpPolicy to StringFormat[IpPolicy]

    Inherited by implicit conversion Ensuring fromIpPolicy to Ensuring[IpPolicy]

    Inherited by implicit conversion ArrowAssoc fromIpPolicy to ArrowAssoc[IpPolicy]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.IpPolicy

    Packages

    final case class IpPolicy(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String) extends Product with Serializable

    A class encapsulating the IpPolicy resource. +

    id

    unique identifier for this IP policy

    uri

    URI of the IP Policy API resource

    createdAt

    timestamp when the IP policy was created, RFC 3339 format

    description

    human-readable description of the source IPs of this IP policy. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this IP policy. optional, max 4096 bytes.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicy
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new IpPolicy(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String)

      create a new IpPolicy.

      create a new IpPolicy.

      id

      unique identifier for this IP policy

      uri

      URI of the IP Policy API resource

      createdAt

      timestamp when the IP policy was created, RFC 3339 format

      description

      human-readable description of the source IPs of this IP policy. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP policy. optional, max 4096 bytes.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicy toany2stringadd[IpPolicy] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpPolicy, B)
      Implicit
      This member is added by an implicit conversion from IpPolicy toArrowAssoc[IpPolicy] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. def ensuring(cond: (IpPolicy) => Boolean, msg: => Any): IpPolicy
      Implicit
      This member is added by an implicit conversion from IpPolicy toEnsuring[IpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (IpPolicy) => Boolean): IpPolicy
      Implicit
      This member is added by an implicit conversion from IpPolicy toEnsuring[IpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): IpPolicy
      Implicit
      This member is added by an implicit conversion from IpPolicy toEnsuring[IpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): IpPolicy
      Implicit
      This member is added by an implicit conversion from IpPolicy toEnsuring[IpPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. val id: String
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. val metadata: String
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def productElementNames: Iterator[String]
      Definition Classes
      Product
    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. val uri: URI
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicy toStringFormat[IpPolicy] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (IpPolicy, B)
      Implicit
      This member is added by an implicit conversion from IpPolicy toArrowAssoc[IpPolicy] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpPolicy to any2stringadd[IpPolicy]

    Inherited by implicit conversion StringFormat fromIpPolicy to StringFormat[IpPolicy]

    Inherited by implicit conversion Ensuring fromIpPolicy to Ensuring[IpPolicy]

    Inherited by implicit conversion ArrowAssoc fromIpPolicy to ArrowAssoc[IpPolicy]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/IpPolicyList$.html b/docs/com/ngrok/definitions/IpPolicyList$.html index 828738f..c824e34 100644 --- a/docs/com/ngrok/definitions/IpPolicyList$.html +++ b/docs/com/ngrok/definitions/IpPolicyList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.IpPolicyList

    Packages

    object IpPolicyList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeIpPolicyList: Decoder[IpPolicyList]
    7. implicit val encodeIpPolicyList: Encoder[IpPolicyList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.IpPolicyList

    Packages

    object IpPolicyList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeIpPolicyList: Decoder[IpPolicyList]
    7. implicit val encodeIpPolicyList: Encoder[IpPolicyList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/IpPolicyList.html b/docs/com/ngrok/definitions/IpPolicyList.html index aefd332..69a788b 100644 --- a/docs/com/ngrok/definitions/IpPolicyList.html +++ b/docs/com/ngrok/definitions/IpPolicyList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.IpPolicyList

    Packages

    final case class IpPolicyList(ipPolicies: List[IpPolicy], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the IpPolicyList resource. -

    ipPolicies

    the list of all IP policies on this account

    uri

    URI of the IP policy list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new IpPolicyList(ipPolicies: List[IpPolicy], uri: URI, nextPageUri: Option[URI] = None)

      create a new IpPolicyList.

      create a new IpPolicyList.

      ipPolicies

      the list of all IP policies on this account

      uri

      URI of the IP policy list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyList toany2stringadd[IpPolicyList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpPolicyList, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyList toArrowAssoc[IpPolicyList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (IpPolicyList) => Boolean, msg: => Any): IpPolicyList
      Implicit
      This member is added by an implicit conversion from IpPolicyList toEnsuring[IpPolicyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (IpPolicyList) => Boolean): IpPolicyList
      Implicit
      This member is added by an implicit conversion from IpPolicyList toEnsuring[IpPolicyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): IpPolicyList
      Implicit
      This member is added by an implicit conversion from IpPolicyList toEnsuring[IpPolicyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): IpPolicyList
      Implicit
      This member is added by an implicit conversion from IpPolicyList toEnsuring[IpPolicyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyList toStringFormat[IpPolicyList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. val ipPolicies: List[IpPolicy]
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      IpPolicyListPageable
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (IpPolicyList, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyList toArrowAssoc[IpPolicyList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpPolicyList to any2stringadd[IpPolicyList]

    Inherited by implicit conversion StringFormat fromIpPolicyList to StringFormat[IpPolicyList]

    Inherited by implicit conversion Ensuring fromIpPolicyList to Ensuring[IpPolicyList]

    Inherited by implicit conversion ArrowAssoc fromIpPolicyList to ArrowAssoc[IpPolicyList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.IpPolicyList

    Packages

    final case class IpPolicyList(ipPolicies: List[IpPolicy], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the IpPolicyList resource. +

    ipPolicies

    the list of all IP policies on this account

    uri

    URI of the IP policy list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new IpPolicyList(ipPolicies: List[IpPolicy], uri: URI, nextPageUri: Option[URI] = None)

      create a new IpPolicyList.

      create a new IpPolicyList.

      ipPolicies

      the list of all IP policies on this account

      uri

      URI of the IP policy list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyList toany2stringadd[IpPolicyList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpPolicyList, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyList toArrowAssoc[IpPolicyList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (IpPolicyList) => Boolean, msg: => Any): IpPolicyList
      Implicit
      This member is added by an implicit conversion from IpPolicyList toEnsuring[IpPolicyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (IpPolicyList) => Boolean): IpPolicyList
      Implicit
      This member is added by an implicit conversion from IpPolicyList toEnsuring[IpPolicyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): IpPolicyList
      Implicit
      This member is added by an implicit conversion from IpPolicyList toEnsuring[IpPolicyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): IpPolicyList
      Implicit
      This member is added by an implicit conversion from IpPolicyList toEnsuring[IpPolicyList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. val ipPolicies: List[IpPolicy]
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      IpPolicyListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyList toStringFormat[IpPolicyList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (IpPolicyList, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyList toArrowAssoc[IpPolicyList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpPolicyList to any2stringadd[IpPolicyList]

    Inherited by implicit conversion StringFormat fromIpPolicyList to StringFormat[IpPolicyList]

    Inherited by implicit conversion Ensuring fromIpPolicyList to Ensuring[IpPolicyList]

    Inherited by implicit conversion ArrowAssoc fromIpPolicyList to ArrowAssoc[IpPolicyList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/IpPolicyRule$.html b/docs/com/ngrok/definitions/IpPolicyRule$.html index 9fe39dc..9199190 100644 --- a/docs/com/ngrok/definitions/IpPolicyRule$.html +++ b/docs/com/ngrok/definitions/IpPolicyRule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.IpPolicyRule

    Packages

    object IpPolicyRule extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyRule
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeIpPolicyRule: Decoder[IpPolicyRule]
    7. implicit val encodeIpPolicyRule: Encoder[IpPolicyRule]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.IpPolicyRule

    Packages

    object IpPolicyRule extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyRule
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeIpPolicyRule: Decoder[IpPolicyRule]
    7. implicit val encodeIpPolicyRule: Encoder[IpPolicyRule]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/IpPolicyRule.html b/docs/com/ngrok/definitions/IpPolicyRule.html index 0210b35..123926d 100644 --- a/docs/com/ngrok/definitions/IpPolicyRule.html +++ b/docs/com/ngrok/definitions/IpPolicyRule.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.IpPolicyRule

    Packages

    final case class IpPolicyRule(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, cidr: String, ipPolicy: Ref, action: String) extends Product with Serializable

    A class encapsulating the IpPolicyRule resource. -

    id

    unique identifier for this IP policy rule

    uri

    URI of the IP policy rule API resource

    createdAt

    timestamp when the IP policy rule was created, RFC 3339 format

    description

    human-readable description of the source IPs of this IP rule. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this IP policy rule. optional, max 4096 bytes.

    cidr

    an IP or IP range specified in CIDR notation. IPv4 and IPv6 are both supported.

    ipPolicy

    object describing the IP policy this IP Policy Rule belongs to

    action

    the action to apply to the policy rule, either allow or deny

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyRule
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new IpPolicyRule(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, cidr: String, ipPolicy: Ref, action: String)

      create a new IpPolicyRule.

      create a new IpPolicyRule.

      id

      unique identifier for this IP policy rule

      uri

      URI of the IP policy rule API resource

      createdAt

      timestamp when the IP policy rule was created, RFC 3339 format

      description

      human-readable description of the source IPs of this IP rule. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP policy rule. optional, max 4096 bytes.

      cidr

      an IP or IP range specified in CIDR notation. IPv4 and IPv6 are both supported.

      ipPolicy

      object describing the IP policy this IP Policy Rule belongs to

      action

      the action to apply to the policy rule, either allow or deny

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toany2stringadd[IpPolicyRule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpPolicyRule, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toArrowAssoc[IpPolicyRule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val action: String
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. val cidr: String
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val createdAt: OffsetDateTime
    11. val description: String
    12. def ensuring(cond: (IpPolicyRule) => Boolean, msg: => Any): IpPolicyRule
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toEnsuring[IpPolicyRule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (IpPolicyRule) => Boolean): IpPolicyRule
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toEnsuring[IpPolicyRule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): IpPolicyRule
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toEnsuring[IpPolicyRule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): IpPolicyRule
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toEnsuring[IpPolicyRule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toStringFormat[IpPolicyRule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. val id: String
    21. val ipPolicy: Ref
    22. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    23. val metadata: String
    24. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    25. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    27. def productElementNames: Iterator[String]
      Definition Classes
      Product
    28. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    29. val uri: URI
    30. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    32. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (IpPolicyRule, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toArrowAssoc[IpPolicyRule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpPolicyRule to any2stringadd[IpPolicyRule]

    Inherited by implicit conversion StringFormat fromIpPolicyRule to StringFormat[IpPolicyRule]

    Inherited by implicit conversion Ensuring fromIpPolicyRule to Ensuring[IpPolicyRule]

    Inherited by implicit conversion ArrowAssoc fromIpPolicyRule to ArrowAssoc[IpPolicyRule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.IpPolicyRule

    Packages

    final case class IpPolicyRule(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, cidr: String, ipPolicy: Ref, action: String) extends Product with Serializable

    A class encapsulating the IpPolicyRule resource. +

    id

    unique identifier for this IP policy rule

    uri

    URI of the IP policy rule API resource

    createdAt

    timestamp when the IP policy rule was created, RFC 3339 format

    description

    human-readable description of the source IPs of this IP rule. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this IP policy rule. optional, max 4096 bytes.

    cidr

    an IP or IP range specified in CIDR notation. IPv4 and IPv6 are both supported.

    ipPolicy

    object describing the IP policy this IP Policy Rule belongs to

    action

    the action to apply to the policy rule, either allow or deny

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyRule
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new IpPolicyRule(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, cidr: String, ipPolicy: Ref, action: String)

      create a new IpPolicyRule.

      create a new IpPolicyRule.

      id

      unique identifier for this IP policy rule

      uri

      URI of the IP policy rule API resource

      createdAt

      timestamp when the IP policy rule was created, RFC 3339 format

      description

      human-readable description of the source IPs of this IP rule. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP policy rule. optional, max 4096 bytes.

      cidr

      an IP or IP range specified in CIDR notation. IPv4 and IPv6 are both supported.

      ipPolicy

      object describing the IP policy this IP Policy Rule belongs to

      action

      the action to apply to the policy rule, either allow or deny

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toany2stringadd[IpPolicyRule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpPolicyRule, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toArrowAssoc[IpPolicyRule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val action: String
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. val cidr: String
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val createdAt: OffsetDateTime
    11. val description: String
    12. def ensuring(cond: (IpPolicyRule) => Boolean, msg: => Any): IpPolicyRule
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toEnsuring[IpPolicyRule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (IpPolicyRule) => Boolean): IpPolicyRule
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toEnsuring[IpPolicyRule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): IpPolicyRule
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toEnsuring[IpPolicyRule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): IpPolicyRule
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toEnsuring[IpPolicyRule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val id: String
    20. val ipPolicy: Ref
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. val metadata: String
    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. def productElementNames: Iterator[String]
      Definition Classes
      Product
    27. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    28. val uri: URI
    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toStringFormat[IpPolicyRule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (IpPolicyRule, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyRule toArrowAssoc[IpPolicyRule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpPolicyRule to any2stringadd[IpPolicyRule]

    Inherited by implicit conversion StringFormat fromIpPolicyRule to StringFormat[IpPolicyRule]

    Inherited by implicit conversion Ensuring fromIpPolicyRule to Ensuring[IpPolicyRule]

    Inherited by implicit conversion ArrowAssoc fromIpPolicyRule to ArrowAssoc[IpPolicyRule]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/IpPolicyRuleList$.html b/docs/com/ngrok/definitions/IpPolicyRuleList$.html index 1549cbc..fb25be5 100644 --- a/docs/com/ngrok/definitions/IpPolicyRuleList$.html +++ b/docs/com/ngrok/definitions/IpPolicyRuleList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.IpPolicyRuleList

    Packages

    object IpPolicyRuleList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyRuleList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeIpPolicyRuleList: Decoder[IpPolicyRuleList]
    7. implicit val encodeIpPolicyRuleList: Encoder[IpPolicyRuleList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.IpPolicyRuleList

    Packages

    object IpPolicyRuleList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyRuleList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeIpPolicyRuleList: Decoder[IpPolicyRuleList]
    7. implicit val encodeIpPolicyRuleList: Encoder[IpPolicyRuleList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/IpPolicyRuleList.html b/docs/com/ngrok/definitions/IpPolicyRuleList.html index 91840df..c34fca9 100644 --- a/docs/com/ngrok/definitions/IpPolicyRuleList.html +++ b/docs/com/ngrok/definitions/IpPolicyRuleList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.IpPolicyRuleList

    Packages

    final case class IpPolicyRuleList(ipPolicyRules: List[IpPolicyRule], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the IpPolicyRuleList resource. -

    ipPolicyRules

    the list of all IP policy rules on this account

    uri

    URI of the IP policy rule list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyRuleList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new IpPolicyRuleList(ipPolicyRules: List[IpPolicyRule], uri: URI, nextPageUri: Option[URI] = None)

      create a new IpPolicyRuleList.

      create a new IpPolicyRuleList.

      ipPolicyRules

      the list of all IP policy rules on this account

      uri

      URI of the IP policy rule list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toany2stringadd[IpPolicyRuleList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpPolicyRuleList, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toArrowAssoc[IpPolicyRuleList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (IpPolicyRuleList) => Boolean, msg: => Any): IpPolicyRuleList
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toEnsuring[IpPolicyRuleList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (IpPolicyRuleList) => Boolean): IpPolicyRuleList
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toEnsuring[IpPolicyRuleList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): IpPolicyRuleList
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toEnsuring[IpPolicyRuleList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): IpPolicyRuleList
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toEnsuring[IpPolicyRuleList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toStringFormat[IpPolicyRuleList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. val ipPolicyRules: List[IpPolicyRule]
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      IpPolicyRuleListPageable
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (IpPolicyRuleList, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toArrowAssoc[IpPolicyRuleList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpPolicyRuleList to any2stringadd[IpPolicyRuleList]

    Inherited by implicit conversion StringFormat fromIpPolicyRuleList to StringFormat[IpPolicyRuleList]

    Inherited by implicit conversion Ensuring fromIpPolicyRuleList to Ensuring[IpPolicyRuleList]

    Inherited by implicit conversion ArrowAssoc fromIpPolicyRuleList to ArrowAssoc[IpPolicyRuleList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.IpPolicyRuleList

    Packages

    final case class IpPolicyRuleList(ipPolicyRules: List[IpPolicyRule], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the IpPolicyRuleList resource. +

    ipPolicyRules

    the list of all IP policy rules on this account

    uri

    URI of the IP policy rule list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyRuleList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new IpPolicyRuleList(ipPolicyRules: List[IpPolicyRule], uri: URI, nextPageUri: Option[URI] = None)

      create a new IpPolicyRuleList.

      create a new IpPolicyRuleList.

      ipPolicyRules

      the list of all IP policy rules on this account

      uri

      URI of the IP policy rule list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toany2stringadd[IpPolicyRuleList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpPolicyRuleList, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toArrowAssoc[IpPolicyRuleList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (IpPolicyRuleList) => Boolean, msg: => Any): IpPolicyRuleList
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toEnsuring[IpPolicyRuleList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (IpPolicyRuleList) => Boolean): IpPolicyRuleList
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toEnsuring[IpPolicyRuleList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): IpPolicyRuleList
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toEnsuring[IpPolicyRuleList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): IpPolicyRuleList
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toEnsuring[IpPolicyRuleList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. val ipPolicyRules: List[IpPolicyRule]
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      IpPolicyRuleListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toStringFormat[IpPolicyRuleList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (IpPolicyRuleList, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyRuleList toArrowAssoc[IpPolicyRuleList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpPolicyRuleList to any2stringadd[IpPolicyRuleList]

    Inherited by implicit conversion StringFormat fromIpPolicyRuleList to StringFormat[IpPolicyRuleList]

    Inherited by implicit conversion Ensuring fromIpPolicyRuleList to Ensuring[IpPolicyRuleList]

    Inherited by implicit conversion ArrowAssoc fromIpPolicyRuleList to ArrowAssoc[IpPolicyRuleList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/IpRestriction$.html b/docs/com/ngrok/definitions/IpRestriction$.html index ff7f88c..a6c89fe 100644 --- a/docs/com/ngrok/definitions/IpRestriction$.html +++ b/docs/com/ngrok/definitions/IpRestriction$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.IpRestriction

    Packages

    object IpRestriction extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpRestriction
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeIpRestriction: Decoder[IpRestriction]
    7. implicit val encodeIpRestriction: Encoder[IpRestriction]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.IpRestriction

    Packages

    object IpRestriction extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpRestriction
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeIpRestriction: Decoder[IpRestriction]
    7. implicit val encodeIpRestriction: Encoder[IpRestriction]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/IpRestriction.html b/docs/com/ngrok/definitions/IpRestriction.html index 27bbc70..12a2a68 100644 --- a/docs/com/ngrok/definitions/IpRestriction.html +++ b/docs/com/ngrok/definitions/IpRestriction.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.IpRestriction

    Packages

    final case class IpRestriction(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, enforced: Boolean, type: String, ipPolicies: List[Ref]) extends Product with Serializable

    A class encapsulating the IpRestriction resource. -

    id

    unique identifier for this IP restriction

    uri

    URI of the IP restriction API resource

    createdAt

    timestamp when the IP restriction was created, RFC 3339 format

    description

    human-readable description of this IP restriction. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this IP restriction. optional, max 4096 bytes.

    enforced

    true if the IP restriction will be enforced. if false, only warnings will be issued

    ipPolicies

    the set of IP policies that are used to enforce the restriction

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpRestriction
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new IpRestriction(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, enforced: Boolean, type: String, ipPolicies: List[Ref])

      create a new IpRestriction.

      create a new IpRestriction.

      id

      unique identifier for this IP restriction

      uri

      URI of the IP restriction API resource

      createdAt

      timestamp when the IP restriction was created, RFC 3339 format

      description

      human-readable description of this IP restriction. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP restriction. optional, max 4096 bytes.

      enforced

      true if the IP restriction will be enforced. if false, only warnings will be issued

      ipPolicies

      the set of IP policies that are used to enforce the restriction

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpRestriction toany2stringadd[IpRestriction] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpRestriction, B)
      Implicit
      This member is added by an implicit conversion from IpRestriction toArrowAssoc[IpRestriction] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. val enforced: Boolean
    11. def ensuring(cond: (IpRestriction) => Boolean, msg: => Any): IpRestriction
      Implicit
      This member is added by an implicit conversion from IpRestriction toEnsuring[IpRestriction] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (IpRestriction) => Boolean): IpRestriction
      Implicit
      This member is added by an implicit conversion from IpRestriction toEnsuring[IpRestriction] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): IpRestriction
      Implicit
      This member is added by an implicit conversion from IpRestriction toEnsuring[IpRestriction] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): IpRestriction
      Implicit
      This member is added by an implicit conversion from IpRestriction toEnsuring[IpRestriction] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpRestriction toStringFormat[IpRestriction] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val id: String
    20. val ipPolicies: List[Ref]
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. val metadata: String
    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. def productElementNames: Iterator[String]
      Definition Classes
      Product
    27. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    28. val type: String
    29. val uri: URI
    30. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    32. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (IpRestriction, B)
      Implicit
      This member is added by an implicit conversion from IpRestriction toArrowAssoc[IpRestriction] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpRestriction to any2stringadd[IpRestriction]

    Inherited by implicit conversion StringFormat fromIpRestriction to StringFormat[IpRestriction]

    Inherited by implicit conversion Ensuring fromIpRestriction to Ensuring[IpRestriction]

    Inherited by implicit conversion ArrowAssoc fromIpRestriction to ArrowAssoc[IpRestriction]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.IpRestriction

    Packages

    final case class IpRestriction(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, enforced: Boolean, type: String, ipPolicies: List[Ref]) extends Product with Serializable

    A class encapsulating the IpRestriction resource. +

    id

    unique identifier for this IP restriction

    uri

    URI of the IP restriction API resource

    createdAt

    timestamp when the IP restriction was created, RFC 3339 format

    description

    human-readable description of this IP restriction. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this IP restriction. optional, max 4096 bytes.

    enforced

    true if the IP restriction will be enforced. if false, only warnings will be issued

    ipPolicies

    the set of IP policies that are used to enforce the restriction

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpRestriction
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new IpRestriction(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, enforced: Boolean, type: String, ipPolicies: List[Ref])

      create a new IpRestriction.

      create a new IpRestriction.

      id

      unique identifier for this IP restriction

      uri

      URI of the IP restriction API resource

      createdAt

      timestamp when the IP restriction was created, RFC 3339 format

      description

      human-readable description of this IP restriction. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP restriction. optional, max 4096 bytes.

      enforced

      true if the IP restriction will be enforced. if false, only warnings will be issued

      ipPolicies

      the set of IP policies that are used to enforce the restriction

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpRestriction toany2stringadd[IpRestriction] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpRestriction, B)
      Implicit
      This member is added by an implicit conversion from IpRestriction toArrowAssoc[IpRestriction] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. val enforced: Boolean
    11. def ensuring(cond: (IpRestriction) => Boolean, msg: => Any): IpRestriction
      Implicit
      This member is added by an implicit conversion from IpRestriction toEnsuring[IpRestriction] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (IpRestriction) => Boolean): IpRestriction
      Implicit
      This member is added by an implicit conversion from IpRestriction toEnsuring[IpRestriction] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): IpRestriction
      Implicit
      This member is added by an implicit conversion from IpRestriction toEnsuring[IpRestriction] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): IpRestriction
      Implicit
      This member is added by an implicit conversion from IpRestriction toEnsuring[IpRestriction] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. val ipPolicies: List[Ref]
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. val type: String
    28. val uri: URI
    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpRestriction toStringFormat[IpRestriction] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (IpRestriction, B)
      Implicit
      This member is added by an implicit conversion from IpRestriction toArrowAssoc[IpRestriction] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpRestriction to any2stringadd[IpRestriction]

    Inherited by implicit conversion StringFormat fromIpRestriction to StringFormat[IpRestriction]

    Inherited by implicit conversion Ensuring fromIpRestriction to Ensuring[IpRestriction]

    Inherited by implicit conversion ArrowAssoc fromIpRestriction to ArrowAssoc[IpRestriction]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/IpRestrictionList$.html b/docs/com/ngrok/definitions/IpRestrictionList$.html index 246ef60..779e634 100644 --- a/docs/com/ngrok/definitions/IpRestrictionList$.html +++ b/docs/com/ngrok/definitions/IpRestrictionList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.IpRestrictionList

    Packages

    object IpRestrictionList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpRestrictionList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeIpRestrictionList: Decoder[IpRestrictionList]
    7. implicit val encodeIpRestrictionList: Encoder[IpRestrictionList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.IpRestrictionList

    Packages

    object IpRestrictionList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpRestrictionList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeIpRestrictionList: Decoder[IpRestrictionList]
    7. implicit val encodeIpRestrictionList: Encoder[IpRestrictionList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/IpRestrictionList.html b/docs/com/ngrok/definitions/IpRestrictionList.html index 9d311cd..6151383 100644 --- a/docs/com/ngrok/definitions/IpRestrictionList.html +++ b/docs/com/ngrok/definitions/IpRestrictionList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.IpRestrictionList

    Packages

    final case class IpRestrictionList(ipRestrictions: List[IpRestriction], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the IpRestrictionList resource. -

    ipRestrictions

    the list of all IP restrictions on this account

    uri

    URI of the IP restrictions list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpRestrictionList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new IpRestrictionList(ipRestrictions: List[IpRestriction], uri: URI, nextPageUri: Option[URI] = None)

      create a new IpRestrictionList.

      create a new IpRestrictionList.

      ipRestrictions

      the list of all IP restrictions on this account

      uri

      URI of the IP restrictions list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toany2stringadd[IpRestrictionList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpRestrictionList, B)
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toArrowAssoc[IpRestrictionList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (IpRestrictionList) => Boolean, msg: => Any): IpRestrictionList
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toEnsuring[IpRestrictionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (IpRestrictionList) => Boolean): IpRestrictionList
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toEnsuring[IpRestrictionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): IpRestrictionList
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toEnsuring[IpRestrictionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): IpRestrictionList
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toEnsuring[IpRestrictionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toStringFormat[IpRestrictionList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. val ipRestrictions: List[IpRestriction]
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      IpRestrictionListPageable
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (IpRestrictionList, B)
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toArrowAssoc[IpRestrictionList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpRestrictionList to any2stringadd[IpRestrictionList]

    Inherited by implicit conversion StringFormat fromIpRestrictionList to StringFormat[IpRestrictionList]

    Inherited by implicit conversion Ensuring fromIpRestrictionList to Ensuring[IpRestrictionList]

    Inherited by implicit conversion ArrowAssoc fromIpRestrictionList to ArrowAssoc[IpRestrictionList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.IpRestrictionList

    Packages

    final case class IpRestrictionList(ipRestrictions: List[IpRestriction], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the IpRestrictionList resource. +

    ipRestrictions

    the list of all IP restrictions on this account

    uri

    URI of the IP restrictions list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpRestrictionList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new IpRestrictionList(ipRestrictions: List[IpRestriction], uri: URI, nextPageUri: Option[URI] = None)

      create a new IpRestrictionList.

      create a new IpRestrictionList.

      ipRestrictions

      the list of all IP restrictions on this account

      uri

      URI of the IP restrictions list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toany2stringadd[IpRestrictionList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpRestrictionList, B)
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toArrowAssoc[IpRestrictionList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (IpRestrictionList) => Boolean, msg: => Any): IpRestrictionList
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toEnsuring[IpRestrictionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (IpRestrictionList) => Boolean): IpRestrictionList
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toEnsuring[IpRestrictionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): IpRestrictionList
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toEnsuring[IpRestrictionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): IpRestrictionList
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toEnsuring[IpRestrictionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. val ipRestrictions: List[IpRestriction]
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      IpRestrictionListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toStringFormat[IpRestrictionList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (IpRestrictionList, B)
      Implicit
      This member is added by an implicit conversion from IpRestrictionList toArrowAssoc[IpRestrictionList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpRestrictionList to any2stringadd[IpRestrictionList]

    Inherited by implicit conversion StringFormat fromIpRestrictionList to StringFormat[IpRestrictionList]

    Inherited by implicit conversion Ensuring fromIpRestrictionList to Ensuring[IpRestrictionList]

    Inherited by implicit conversion ArrowAssoc fromIpRestrictionList to ArrowAssoc[IpRestrictionList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/NgrokApiError$.html b/docs/com/ngrok/definitions/NgrokApiError$.html index ecce27d..d3387cd 100644 --- a/docs/com/ngrok/definitions/NgrokApiError$.html +++ b/docs/com/ngrok/definitions/NgrokApiError$.html @@ -1,4 +1,4 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.NgrokApiError

    Packages

    object NgrokApiError extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. NgrokApiError
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. def apply(httpStatusCode: Int): NgrokApiError

      Creates a new ngrok API error.

      Creates a new ngrok API error. -

      httpStatusCode

      HTTP status returned from the server

      returns

      a new NgrokApiError

    5. def apply(httpStatusCode: Int, responseBody: Option[String], cause: Throwable): NgrokApiError

      Creates a new ngrok API error.

      Creates a new ngrok API error. -

      httpStatusCode

      HTTP status returned from the server

      responseBody

      response body returned from server, if any

      cause

      exception cause

      returns

      a new NgrokApiError

    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. implicit val ngrokApiErrorDecoder: Decoder[NgrokApiError]
    16. implicit val ngrokApiErrorEncoder: Encoder[NgrokApiError]
    17. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    18. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    20. def toString(): String
      Definition Classes
      AnyRef → Any
    21. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    22. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    23. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.NgrokApiError

    Packages

    object NgrokApiError extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. NgrokApiError
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. def apply(httpStatusCode: Int): NgrokApiError

      Creates a new ngrok API error.

      Creates a new ngrok API error. +

      httpStatusCode

      HTTP status returned from the server

      returns

      a new NgrokApiError

    5. def apply(httpStatusCode: Int, responseBody: Option[String], cause: Throwable): NgrokApiError

      Creates a new ngrok API error.

      Creates a new ngrok API error. +

      httpStatusCode

      HTTP status returned from the server

      responseBody

      response body returned from server, if any

      cause

      exception cause

      returns

      a new NgrokApiError

    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. implicit val ngrokApiErrorDecoder: Decoder[NgrokApiError]
    16. implicit val ngrokApiErrorEncoder: Encoder[NgrokApiError]
    17. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    18. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    20. def toString(): String
      Definition Classes
      AnyRef → Any
    21. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    22. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    23. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/NgrokApiError.html b/docs/com/ngrok/definitions/NgrokApiError.html index 566048f..1d1222d 100644 --- a/docs/com/ngrok/definitions/NgrokApiError.html +++ b/docs/com/ngrok/definitions/NgrokApiError.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.NgrokApiError

    Packages

    case class NgrokApiError(message: String, httpStatusCode: Int, errorCode: Option[String], details: Map[String, String], cause: Option[Throwable]) extends Exception with Product with Serializable

    Representation of an API error from ngrok. -

    message

    descriptive error message.

    httpStatusCode

    HTTP status returned from the server

    errorCode

    ngrok-specific error code, if any

    details

    key-value map of error details

    cause

    exception cause, if any

    Linear Supertypes
    Product, Equals, Exception, Throwable, Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. NgrokApiError
    2. Product
    3. Equals
    4. Exception
    5. Throwable
    6. Serializable
    7. AnyRef
    8. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new NgrokApiError(message: String, httpStatusCode: Int, errorCode: Option[String], details: Map[String, String], cause: Option[Throwable])

      creates a new ngrok API error.

      creates a new ngrok API error.

      message

      descriptive error message.

      httpStatusCode

      HTTP status returned from the server

      errorCode

      ngrok-specific error code, if any

      details

      key-value map of error details

      cause

      exception cause, if any

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from NgrokApiError toany2stringadd[NgrokApiError] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (NgrokApiError, B)
      Implicit
      This member is added by an implicit conversion from NgrokApiError toArrowAssoc[NgrokApiError] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def addSuppressed(arg0: Throwable): Unit
      Definition Classes
      Throwable
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. val cause: Option[Throwable]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val details: Map[String, String]
    11. def ensuring(cond: (NgrokApiError) => Boolean, msg: => Any): NgrokApiError
      Implicit
      This member is added by an implicit conversion from NgrokApiError toEnsuring[NgrokApiError] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (NgrokApiError) => Boolean): NgrokApiError
      Implicit
      This member is added by an implicit conversion from NgrokApiError toEnsuring[NgrokApiError] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): NgrokApiError
      Implicit
      This member is added by an implicit conversion from NgrokApiError toEnsuring[NgrokApiError] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): NgrokApiError
      Implicit
      This member is added by an implicit conversion from NgrokApiError toEnsuring[NgrokApiError] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. val errorCode: Option[String]
    17. def fillInStackTrace(): Throwable
      Definition Classes
      Throwable
    18. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    19. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from NgrokApiError toStringFormat[NgrokApiError] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    20. def getCause(): Throwable
      Definition Classes
      Throwable
    21. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    22. def getLocalizedMessage(): String
      Definition Classes
      Throwable
    23. def getMessage(): String
      Definition Classes
      Throwable
    24. def getStackTrace(): Array[StackTraceElement]
      Definition Classes
      Throwable
    25. final def getSuppressed(): Array[Throwable]
      Definition Classes
      Throwable
    26. val httpStatusCode: Int
    27. def initCause(arg0: Throwable): Throwable
      Definition Classes
      Throwable
    28. def isErrorCode(codes: String*): Boolean

      Checks if this error object contains one of the provided codes.

      Checks if this error object contains one of the provided codes. -

      codes

      error codes to check

      returns

      whether or not one of the codes matches what is in this error object

    29. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    30. val message: String
    31. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    32. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    33. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    34. def printStackTrace(arg0: PrintWriter): Unit
      Definition Classes
      Throwable
    35. def printStackTrace(arg0: PrintStream): Unit
      Definition Classes
      Throwable
    36. def printStackTrace(): Unit
      Definition Classes
      Throwable
    37. def productElementNames: Iterator[String]
      Definition Classes
      Product
    38. def setStackTrace(arg0: Array[StackTraceElement]): Unit
      Definition Classes
      Throwable
    39. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    40. def toString(): String
      Definition Classes
      Throwable → AnyRef → Any
    41. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    42. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    43. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (NgrokApiError, B)
      Implicit
      This member is added by an implicit conversion from NgrokApiError toArrowAssoc[NgrokApiError] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Product

    Inherited from Equals

    Inherited from Exception

    Inherited from Throwable

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromNgrokApiError to any2stringadd[NgrokApiError]

    Inherited by implicit conversion StringFormat fromNgrokApiError to StringFormat[NgrokApiError]

    Inherited by implicit conversion Ensuring fromNgrokApiError to Ensuring[NgrokApiError]

    Inherited by implicit conversion ArrowAssoc fromNgrokApiError to ArrowAssoc[NgrokApiError]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.NgrokApiError

    Packages

    case class NgrokApiError(message: String, httpStatusCode: Int, errorCode: Option[String], details: Map[String, String], cause: Option[Throwable]) extends Exception with Product with Serializable

    Representation of an API error from ngrok. +

    message

    descriptive error message.

    httpStatusCode

    HTTP status returned from the server

    errorCode

    ngrok-specific error code, if any

    details

    key-value map of error details

    cause

    exception cause, if any

    Linear Supertypes
    Product, Equals, Exception, Throwable, Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. NgrokApiError
    2. Product
    3. Equals
    4. Exception
    5. Throwable
    6. Serializable
    7. AnyRef
    8. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new NgrokApiError(message: String, httpStatusCode: Int, errorCode: Option[String], details: Map[String, String], cause: Option[Throwable])

      creates a new ngrok API error.

      creates a new ngrok API error.

      message

      descriptive error message.

      httpStatusCode

      HTTP status returned from the server

      errorCode

      ngrok-specific error code, if any

      details

      key-value map of error details

      cause

      exception cause, if any

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from NgrokApiError toany2stringadd[NgrokApiError] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (NgrokApiError, B)
      Implicit
      This member is added by an implicit conversion from NgrokApiError toArrowAssoc[NgrokApiError] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def addSuppressed(arg0: Throwable): Unit
      Definition Classes
      Throwable
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. val cause: Option[Throwable]
    9. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    10. val details: Map[String, String]
    11. def ensuring(cond: (NgrokApiError) => Boolean, msg: => Any): NgrokApiError
      Implicit
      This member is added by an implicit conversion from NgrokApiError toEnsuring[NgrokApiError] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (NgrokApiError) => Boolean): NgrokApiError
      Implicit
      This member is added by an implicit conversion from NgrokApiError toEnsuring[NgrokApiError] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): NgrokApiError
      Implicit
      This member is added by an implicit conversion from NgrokApiError toEnsuring[NgrokApiError] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): NgrokApiError
      Implicit
      This member is added by an implicit conversion from NgrokApiError toEnsuring[NgrokApiError] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. val errorCode: Option[String]
    17. def fillInStackTrace(): Throwable
      Definition Classes
      Throwable
    18. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    19. def getCause(): Throwable
      Definition Classes
      Throwable
    20. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. def getLocalizedMessage(): String
      Definition Classes
      Throwable
    22. def getMessage(): String
      Definition Classes
      Throwable
    23. def getStackTrace(): Array[StackTraceElement]
      Definition Classes
      Throwable
    24. final def getSuppressed(): Array[Throwable]
      Definition Classes
      Throwable
    25. val httpStatusCode: Int
    26. def initCause(arg0: Throwable): Throwable
      Definition Classes
      Throwable
    27. def isErrorCode(codes: String*): Boolean

      Checks if this error object contains one of the provided codes.

      Checks if this error object contains one of the provided codes. +

      codes

      error codes to check

      returns

      whether or not one of the codes matches what is in this error object

    28. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    29. val message: String
    30. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    31. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    32. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    33. def printStackTrace(arg0: PrintWriter): Unit
      Definition Classes
      Throwable
    34. def printStackTrace(arg0: PrintStream): Unit
      Definition Classes
      Throwable
    35. def printStackTrace(): Unit
      Definition Classes
      Throwable
    36. def productElementNames: Iterator[String]
      Definition Classes
      Product
    37. def setStackTrace(arg0: Array[StackTraceElement]): Unit
      Definition Classes
      Throwable
    38. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    39. def toString(): String
      Definition Classes
      Throwable → AnyRef → Any
    40. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    41. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    42. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from NgrokApiError toStringFormat[NgrokApiError] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (NgrokApiError, B)
      Implicit
      This member is added by an implicit conversion from NgrokApiError toArrowAssoc[NgrokApiError] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Product

    Inherited from Equals

    Inherited from Exception

    Inherited from Throwable

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromNgrokApiError to any2stringadd[NgrokApiError]

    Inherited by implicit conversion StringFormat fromNgrokApiError to StringFormat[NgrokApiError]

    Inherited by implicit conversion Ensuring fromNgrokApiError to Ensuring[NgrokApiError]

    Inherited by implicit conversion ArrowAssoc fromNgrokApiError to ArrowAssoc[NgrokApiError]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/NgrokApiErrorCode$.html b/docs/com/ngrok/definitions/NgrokApiErrorCode$.html index 37523ae..4d70b3a 100644 --- a/docs/com/ngrok/definitions/NgrokApiErrorCode$.html +++ b/docs/com/ngrok/definitions/NgrokApiErrorCode$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.NgrokApiErrorCode

    Packages

    o

    com.ngrok.definitions

    NgrokApiErrorCode

    object NgrokApiErrorCode

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. NgrokApiErrorCode
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. def unapply(error: NgrokApiError): Option[String]
    18. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.NgrokApiErrorCode

    Packages

    o

    com.ngrok.definitions

    NgrokApiErrorCode

    object NgrokApiErrorCode

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. NgrokApiErrorCode
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. def unapply(error: NgrokApiError): Option[String]
    18. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/NgrokApiErrorHttpStatus$.html b/docs/com/ngrok/definitions/NgrokApiErrorHttpStatus$.html index df7f07e..520815c 100644 --- a/docs/com/ngrok/definitions/NgrokApiErrorHttpStatus$.html +++ b/docs/com/ngrok/definitions/NgrokApiErrorHttpStatus$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.NgrokApiErrorHttpStatus

    Packages

    o

    com.ngrok.definitions

    NgrokApiErrorHttpStatus

    object NgrokApiErrorHttpStatus

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. NgrokApiErrorHttpStatus
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. def unapply(error: NgrokApiError): Some[Int]
    18. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.NgrokApiErrorHttpStatus

    Packages

    o

    com.ngrok.definitions

    NgrokApiErrorHttpStatus

    object NgrokApiErrorHttpStatus

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. NgrokApiErrorHttpStatus
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. def unapply(error: NgrokApiError): Some[Int]
    18. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/Page.html b/docs/com/ngrok/definitions/Page.html index fceabab..931df01 100644 --- a/docs/com/ngrok/definitions/Page.html +++ b/docs/com/ngrok/definitions/Page.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.Page

    Packages

    class Page[T <: Pageable] extends AnyRef

    Wrapper class that holds a single page of a Pageable response. -

    T

    underlying page type

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Page
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new Page(apiClient: NgrokApiClient, page: T)(implicit arg0: Decoder[T], arg1: ClassTag[T])

      creates a new page.

      creates a new page.

      apiClient

      the API client used to fetch the page

      page

      the page itself

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Page[T] toany2stringadd[Page[T]] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Page[T], B)
      Implicit
      This member is added by an implicit conversion from Page[T] toArrowAssoc[Page[T]] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (Page[T]) => Boolean, msg: => Any): Page[T]
      Implicit
      This member is added by an implicit conversion from Page[T] toEnsuring[Page[T]] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (Page[T]) => Boolean): Page[T]
      Implicit
      This member is added by an implicit conversion from Page[T] toEnsuring[Page[T]] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): Page[T]
      Implicit
      This member is added by an implicit conversion from Page[T] toEnsuring[Page[T]] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): Page[T]
      Implicit
      This member is added by an implicit conversion from Page[T] toEnsuring[Page[T]] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(obj: Any): Boolean
      Definition Classes
      Page → AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Page[T] toStringFormat[Page[T]] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. def hashCode(): Int
      Definition Classes
      Page → AnyRef → Any
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. def next()(implicit ec: ExecutionContext): Future[Option[Page[T]]]

      Fetches the next page of responses, if any.

      Fetches the next page of responses, if any. -

      ec

      an execution context

      returns

      a future encapsulating a possible next page

    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. val page: T
    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      Page → AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (Page[T], B)
      Implicit
      This member is added by an implicit conversion from Page[T] toArrowAssoc[Page[T]] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromPage[T] to any2stringadd[Page[T]]

    Inherited by implicit conversion StringFormat fromPage[T] to StringFormat[Page[T]]

    Inherited by implicit conversion Ensuring fromPage[T] to Ensuring[Page[T]]

    Inherited by implicit conversion ArrowAssoc fromPage[T] to ArrowAssoc[Page[T]]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.Page

    Packages

    class Page[T <: Pageable] extends AnyRef

    Wrapper class that holds a single page of a Pageable response. +

    T

    underlying page type

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Page
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new Page(apiClient: NgrokApiClient, page: T)(implicit arg0: Decoder[T], arg1: ClassTag[T])

      creates a new page.

      creates a new page.

      apiClient

      the API client used to fetch the page

      page

      the page itself

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Page[T] toany2stringadd[Page[T]] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Page[T], B)
      Implicit
      This member is added by an implicit conversion from Page[T] toArrowAssoc[Page[T]] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (Page[T]) => Boolean, msg: => Any): Page[T]
      Implicit
      This member is added by an implicit conversion from Page[T] toEnsuring[Page[T]] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (Page[T]) => Boolean): Page[T]
      Implicit
      This member is added by an implicit conversion from Page[T] toEnsuring[Page[T]] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): Page[T]
      Implicit
      This member is added by an implicit conversion from Page[T] toEnsuring[Page[T]] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): Page[T]
      Implicit
      This member is added by an implicit conversion from Page[T] toEnsuring[Page[T]] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(obj: Any): Boolean
      Definition Classes
      Page → AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. def hashCode(): Int
      Definition Classes
      Page → AnyRef → Any
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. def next()(implicit ec: ExecutionContext): Future[Option[Page[T]]]

      Fetches the next page of responses, if any.

      Fetches the next page of responses, if any. +

      ec

      an execution context

      returns

      a future encapsulating a possible next page

    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. val page: T
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. def toString(): String
      Definition Classes
      Page → AnyRef → Any
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Page[T] toStringFormat[Page[T]] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (Page[T], B)
      Implicit
      This member is added by an implicit conversion from Page[T] toArrowAssoc[Page[T]] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromPage[T] to any2stringadd[Page[T]]

    Inherited by implicit conversion StringFormat fromPage[T] to StringFormat[Page[T]]

    Inherited by implicit conversion Ensuring fromPage[T] to Ensuring[Page[T]]

    Inherited by implicit conversion ArrowAssoc fromPage[T] to ArrowAssoc[Page[T]]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/Pageable.html b/docs/com/ngrok/definitions/Pageable.html index 96a14fd..a4011c2 100644 --- a/docs/com/ngrok/definitions/Pageable.html +++ b/docs/com/ngrok/definitions/Pageable.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.Pageable

    Packages

    trait Pageable extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Pageable
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Abstract Value Members

    1. abstract def nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

    Concrete Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Pageable toany2stringadd[Pageable] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Pageable, B)
      Implicit
      This member is added by an implicit conversion from Pageable toArrowAssoc[Pageable] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (Pageable) => Boolean, msg: => Any): Pageable
      Implicit
      This member is added by an implicit conversion from Pageable toEnsuring[Pageable] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (Pageable) => Boolean): Pageable
      Implicit
      This member is added by an implicit conversion from Pageable toEnsuring[Pageable] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): Pageable
      Implicit
      This member is added by an implicit conversion from Pageable toEnsuring[Pageable] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): Pageable
      Implicit
      This member is added by an implicit conversion from Pageable toEnsuring[Pageable] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Pageable toStringFormat[Pageable] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. def toString(): String
      Definition Classes
      AnyRef → Any
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (Pageable, B)
      Implicit
      This member is added by an implicit conversion from Pageable toArrowAssoc[Pageable] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromPageable to any2stringadd[Pageable]

    Inherited by implicit conversion StringFormat fromPageable to StringFormat[Pageable]

    Inherited by implicit conversion Ensuring fromPageable to Ensuring[Pageable]

    Inherited by implicit conversion ArrowAssoc fromPageable to ArrowAssoc[Pageable]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.Pageable

    Packages

    trait Pageable extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Pageable
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Abstract Value Members

    1. abstract def nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

    Concrete Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Pageable toany2stringadd[Pageable] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Pageable, B)
      Implicit
      This member is added by an implicit conversion from Pageable toArrowAssoc[Pageable] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (Pageable) => Boolean, msg: => Any): Pageable
      Implicit
      This member is added by an implicit conversion from Pageable toEnsuring[Pageable] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (Pageable) => Boolean): Pageable
      Implicit
      This member is added by an implicit conversion from Pageable toEnsuring[Pageable] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): Pageable
      Implicit
      This member is added by an implicit conversion from Pageable toEnsuring[Pageable] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): Pageable
      Implicit
      This member is added by an implicit conversion from Pageable toEnsuring[Pageable] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    22. def toString(): String
      Definition Classes
      AnyRef → Any
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Pageable toStringFormat[Pageable] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (Pageable, B)
      Implicit
      This member is added by an implicit conversion from Pageable toArrowAssoc[Pageable] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromPageable to any2stringadd[Pageable]

    Inherited by implicit conversion StringFormat fromPageable to StringFormat[Pageable]

    Inherited by implicit conversion Ensuring fromPageable to Ensuring[Pageable]

    Inherited by implicit conversion ArrowAssoc fromPageable to ArrowAssoc[Pageable]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/Ref$.html b/docs/com/ngrok/definitions/Ref$.html index f8d7b78..29da614 100644 --- a/docs/com/ngrok/definitions/Ref$.html +++ b/docs/com/ngrok/definitions/Ref$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.Ref

    Packages

    object Ref extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Ref
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeRef: Decoder[Ref]
    7. implicit val encodeRef: Encoder[Ref]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.Ref

    Packages

    object Ref extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Ref
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeRef: Decoder[Ref]
    7. implicit val encodeRef: Encoder[Ref]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/Ref.html b/docs/com/ngrok/definitions/Ref.html index d2e6185..2def97f 100644 --- a/docs/com/ngrok/definitions/Ref.html +++ b/docs/com/ngrok/definitions/Ref.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.Ref

    Packages

    final case class Ref(id: String, uri: URI) extends Product with Serializable

    A class encapsulating the Ref resource. -

    id

    a resource identifier

    uri

    a uri for locating a resource

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Ref
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new Ref(id: String, uri: URI)

      create a new Ref.

      create a new Ref.

      id

      a resource identifier

      uri

      a uri for locating a resource

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Ref toany2stringadd[Ref] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Ref, B)
      Implicit
      This member is added by an implicit conversion from Ref toArrowAssoc[Ref] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (Ref) => Boolean, msg: => Any): Ref
      Implicit
      This member is added by an implicit conversion from Ref toEnsuring[Ref] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (Ref) => Boolean): Ref
      Implicit
      This member is added by an implicit conversion from Ref toEnsuring[Ref] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): Ref
      Implicit
      This member is added by an implicit conversion from Ref toEnsuring[Ref] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): Ref
      Implicit
      This member is added by an implicit conversion from Ref toEnsuring[Ref] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Ref toStringFormat[Ref] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. val id: String
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (Ref, B)
      Implicit
      This member is added by an implicit conversion from Ref toArrowAssoc[Ref] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromRef to any2stringadd[Ref]

    Inherited by implicit conversion StringFormat fromRef to StringFormat[Ref]

    Inherited by implicit conversion Ensuring fromRef to Ensuring[Ref]

    Inherited by implicit conversion ArrowAssoc fromRef to ArrowAssoc[Ref]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.Ref

    Packages

    final case class Ref(id: String, uri: URI) extends Product with Serializable

    A class encapsulating the Ref resource. +

    id

    a resource identifier

    uri

    a uri for locating a resource

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Ref
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new Ref(id: String, uri: URI)

      create a new Ref.

      create a new Ref.

      id

      a resource identifier

      uri

      a uri for locating a resource

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Ref toany2stringadd[Ref] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Ref, B)
      Implicit
      This member is added by an implicit conversion from Ref toArrowAssoc[Ref] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (Ref) => Boolean, msg: => Any): Ref
      Implicit
      This member is added by an implicit conversion from Ref toEnsuring[Ref] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (Ref) => Boolean): Ref
      Implicit
      This member is added by an implicit conversion from Ref toEnsuring[Ref] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): Ref
      Implicit
      This member is added by an implicit conversion from Ref toEnsuring[Ref] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): Ref
      Implicit
      This member is added by an implicit conversion from Ref toEnsuring[Ref] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. val id: String
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    22. val uri: URI
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Ref toStringFormat[Ref] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (Ref, B)
      Implicit
      This member is added by an implicit conversion from Ref toArrowAssoc[Ref] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromRef to any2stringadd[Ref]

    Inherited by implicit conversion StringFormat fromRef to StringFormat[Ref]

    Inherited by implicit conversion Ensuring fromRef to Ensuring[Ref]

    Inherited by implicit conversion ArrowAssoc fromRef to ArrowAssoc[Ref]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ReservedAddr$.html b/docs/com/ngrok/definitions/ReservedAddr$.html index 18b96d3..87557cf 100644 --- a/docs/com/ngrok/definitions/ReservedAddr$.html +++ b/docs/com/ngrok/definitions/ReservedAddr$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ReservedAddr

    Packages

    object ReservedAddr extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedAddr
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeReservedAddr: Decoder[ReservedAddr]
    7. implicit val encodeReservedAddr: Encoder[ReservedAddr]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ReservedAddr

    Packages

    object ReservedAddr extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedAddr
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeReservedAddr: Decoder[ReservedAddr]
    7. implicit val encodeReservedAddr: Encoder[ReservedAddr]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ReservedAddr.html b/docs/com/ngrok/definitions/ReservedAddr.html index d0527e1..6f2f52a 100644 --- a/docs/com/ngrok/definitions/ReservedAddr.html +++ b/docs/com/ngrok/definitions/ReservedAddr.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ReservedAddr

    Packages

    final case class ReservedAddr(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, addr: String, region: String) extends Product with Serializable

    A class encapsulating the ReservedAddr resource. -

    id

    unique reserved address resource identifier

    uri

    URI of the reserved address API resource

    createdAt

    timestamp when the reserved address was created, RFC 3339 format

    description

    human-readable description of what this reserved address will be used for

    metadata

    arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes.

    addr

    hostname:port of the reserved address that was assigned at creation time

    region

    reserve the address in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedAddr
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ReservedAddr(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, addr: String, region: String)

      create a new ReservedAddr.

      create a new ReservedAddr.

      id

      unique reserved address resource identifier

      uri

      URI of the reserved address API resource

      createdAt

      timestamp when the reserved address was created, RFC 3339 format

      description

      human-readable description of what this reserved address will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes.

      addr

      hostname:port of the reserved address that was assigned at creation time

      region

      reserve the address in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedAddr toany2stringadd[ReservedAddr] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedAddr, B)
      Implicit
      This member is added by an implicit conversion from ReservedAddr toArrowAssoc[ReservedAddr] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val addr: String
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (ReservedAddr) => Boolean, msg: => Any): ReservedAddr
      Implicit
      This member is added by an implicit conversion from ReservedAddr toEnsuring[ReservedAddr] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (ReservedAddr) => Boolean): ReservedAddr
      Implicit
      This member is added by an implicit conversion from ReservedAddr toEnsuring[ReservedAddr] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): ReservedAddr
      Implicit
      This member is added by an implicit conversion from ReservedAddr toEnsuring[ReservedAddr] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): ReservedAddr
      Implicit
      This member is added by an implicit conversion from ReservedAddr toEnsuring[ReservedAddr] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedAddr toStringFormat[ReservedAddr] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val id: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. val region: String
    27. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    28. val uri: URI
    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (ReservedAddr, B)
      Implicit
      This member is added by an implicit conversion from ReservedAddr toArrowAssoc[ReservedAddr] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedAddr to any2stringadd[ReservedAddr]

    Inherited by implicit conversion StringFormat fromReservedAddr to StringFormat[ReservedAddr]

    Inherited by implicit conversion Ensuring fromReservedAddr to Ensuring[ReservedAddr]

    Inherited by implicit conversion ArrowAssoc fromReservedAddr to ArrowAssoc[ReservedAddr]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ReservedAddr

    Packages

    final case class ReservedAddr(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, addr: String, region: String) extends Product with Serializable

    A class encapsulating the ReservedAddr resource. +

    id

    unique reserved address resource identifier

    uri

    URI of the reserved address API resource

    createdAt

    timestamp when the reserved address was created, RFC 3339 format

    description

    human-readable description of what this reserved address will be used for

    metadata

    arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes.

    addr

    hostname:port of the reserved address that was assigned at creation time

    region

    reserve the address in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedAddr
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ReservedAddr(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, addr: String, region: String)

      create a new ReservedAddr.

      create a new ReservedAddr.

      id

      unique reserved address resource identifier

      uri

      URI of the reserved address API resource

      createdAt

      timestamp when the reserved address was created, RFC 3339 format

      description

      human-readable description of what this reserved address will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes.

      addr

      hostname:port of the reserved address that was assigned at creation time

      region

      reserve the address in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedAddr toany2stringadd[ReservedAddr] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedAddr, B)
      Implicit
      This member is added by an implicit conversion from ReservedAddr toArrowAssoc[ReservedAddr] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val addr: String
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (ReservedAddr) => Boolean, msg: => Any): ReservedAddr
      Implicit
      This member is added by an implicit conversion from ReservedAddr toEnsuring[ReservedAddr] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (ReservedAddr) => Boolean): ReservedAddr
      Implicit
      This member is added by an implicit conversion from ReservedAddr toEnsuring[ReservedAddr] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): ReservedAddr
      Implicit
      This member is added by an implicit conversion from ReservedAddr toEnsuring[ReservedAddr] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): ReservedAddr
      Implicit
      This member is added by an implicit conversion from ReservedAddr toEnsuring[ReservedAddr] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val metadata: String
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. val region: String
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. val uri: URI
    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedAddr toStringFormat[ReservedAddr] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (ReservedAddr, B)
      Implicit
      This member is added by an implicit conversion from ReservedAddr toArrowAssoc[ReservedAddr] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedAddr to any2stringadd[ReservedAddr]

    Inherited by implicit conversion StringFormat fromReservedAddr to StringFormat[ReservedAddr]

    Inherited by implicit conversion Ensuring fromReservedAddr to Ensuring[ReservedAddr]

    Inherited by implicit conversion ArrowAssoc fromReservedAddr to ArrowAssoc[ReservedAddr]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ReservedAddrList$.html b/docs/com/ngrok/definitions/ReservedAddrList$.html index 8389c21..fc33741 100644 --- a/docs/com/ngrok/definitions/ReservedAddrList$.html +++ b/docs/com/ngrok/definitions/ReservedAddrList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ReservedAddrList

    Packages

    object ReservedAddrList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedAddrList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeReservedAddrList: Decoder[ReservedAddrList]
    7. implicit val encodeReservedAddrList: Encoder[ReservedAddrList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ReservedAddrList

    Packages

    object ReservedAddrList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedAddrList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeReservedAddrList: Decoder[ReservedAddrList]
    7. implicit val encodeReservedAddrList: Encoder[ReservedAddrList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ReservedAddrList.html b/docs/com/ngrok/definitions/ReservedAddrList.html index 086e500..26df8fc 100644 --- a/docs/com/ngrok/definitions/ReservedAddrList.html +++ b/docs/com/ngrok/definitions/ReservedAddrList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ReservedAddrList

    Packages

    final case class ReservedAddrList(reservedAddrs: List[ReservedAddr], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the ReservedAddrList resource. -

    reservedAddrs

    the list of all reserved addresses on this account

    uri

    URI of the reserved address list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedAddrList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ReservedAddrList(reservedAddrs: List[ReservedAddr], uri: URI, nextPageUri: Option[URI] = None)

      create a new ReservedAddrList.

      create a new ReservedAddrList.

      reservedAddrs

      the list of all reserved addresses on this account

      uri

      URI of the reserved address list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toany2stringadd[ReservedAddrList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedAddrList, B)
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toArrowAssoc[ReservedAddrList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (ReservedAddrList) => Boolean, msg: => Any): ReservedAddrList
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toEnsuring[ReservedAddrList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (ReservedAddrList) => Boolean): ReservedAddrList
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toEnsuring[ReservedAddrList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): ReservedAddrList
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toEnsuring[ReservedAddrList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): ReservedAddrList
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toEnsuring[ReservedAddrList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toStringFormat[ReservedAddrList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      ReservedAddrListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. val reservedAddrs: List[ReservedAddr]
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (ReservedAddrList, B)
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toArrowAssoc[ReservedAddrList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedAddrList to any2stringadd[ReservedAddrList]

    Inherited by implicit conversion StringFormat fromReservedAddrList to StringFormat[ReservedAddrList]

    Inherited by implicit conversion Ensuring fromReservedAddrList to Ensuring[ReservedAddrList]

    Inherited by implicit conversion ArrowAssoc fromReservedAddrList to ArrowAssoc[ReservedAddrList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ReservedAddrList

    Packages

    final case class ReservedAddrList(reservedAddrs: List[ReservedAddr], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the ReservedAddrList resource. +

    reservedAddrs

    the list of all reserved addresses on this account

    uri

    URI of the reserved address list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedAddrList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ReservedAddrList(reservedAddrs: List[ReservedAddr], uri: URI, nextPageUri: Option[URI] = None)

      create a new ReservedAddrList.

      create a new ReservedAddrList.

      reservedAddrs

      the list of all reserved addresses on this account

      uri

      URI of the reserved address list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toany2stringadd[ReservedAddrList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedAddrList, B)
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toArrowAssoc[ReservedAddrList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (ReservedAddrList) => Boolean, msg: => Any): ReservedAddrList
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toEnsuring[ReservedAddrList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (ReservedAddrList) => Boolean): ReservedAddrList
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toEnsuring[ReservedAddrList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): ReservedAddrList
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toEnsuring[ReservedAddrList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): ReservedAddrList
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toEnsuring[ReservedAddrList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      ReservedAddrListPageable
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. val reservedAddrs: List[ReservedAddr]
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toStringFormat[ReservedAddrList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (ReservedAddrList, B)
      Implicit
      This member is added by an implicit conversion from ReservedAddrList toArrowAssoc[ReservedAddrList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedAddrList to any2stringadd[ReservedAddrList]

    Inherited by implicit conversion StringFormat fromReservedAddrList to StringFormat[ReservedAddrList]

    Inherited by implicit conversion Ensuring fromReservedAddrList to Ensuring[ReservedAddrList]

    Inherited by implicit conversion ArrowAssoc fromReservedAddrList to ArrowAssoc[ReservedAddrList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ReservedDomain$.html b/docs/com/ngrok/definitions/ReservedDomain$.html index 042e0dc..e69601b 100644 --- a/docs/com/ngrok/definitions/ReservedDomain$.html +++ b/docs/com/ngrok/definitions/ReservedDomain$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ReservedDomain

    Packages

    object ReservedDomain extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomain
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeReservedDomain: Decoder[ReservedDomain]
    7. implicit val encodeReservedDomain: Encoder[ReservedDomain]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ReservedDomain

    Packages

    object ReservedDomain extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomain
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeReservedDomain: Decoder[ReservedDomain]
    7. implicit val encodeReservedDomain: Encoder[ReservedDomain]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ReservedDomain.html b/docs/com/ngrok/definitions/ReservedDomain.html index acc851d..2a0ec2a 100644 --- a/docs/com/ngrok/definitions/ReservedDomain.html +++ b/docs/com/ngrok/definitions/ReservedDomain.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ReservedDomain

    Packages

    final case class ReservedDomain(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, domain: String, region: String, cnameTarget: Option[String] = None, certificate: Option[Ref] = None, certificateManagementPolicy: Option[ReservedDomainCertPolicy] = None, certificateManagementStatus: Option[ReservedDomainCertStatus] = None, acmeChallengeCnameTarget: Option[String] = None) extends Product with Serializable

    A class encapsulating the ReservedDomain resource. -

    id

    unique reserved domain resource identifier

    uri

    URI of the reserved domain API resource

    createdAt

    timestamp when the reserved domain was created, RFC 3339 format

    description

    human-readable description of what this reserved domain will be used for

    metadata

    arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.

    domain

    hostname of the reserved domain

    region

    reserve the domain in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

    cnameTarget

    DNS CNAME target for a custom hostname, or null if the reserved domain is a subdomain of *.ngrok.io

    certificate

    object referencing the TLS certificate used for connections to this domain. This can be either a user-uploaded certificate, the most recently issued automatic one, or null otherwise.

    certificateManagementPolicy

    configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled

    certificateManagementStatus

    status of the automatic certificate management for this domain, or null if automatic management is disabled

    acmeChallengeCnameTarget

    DNS CNAME target for the host _acme-challenge.example.com, where example.com is your reserved domain name. This is required to issue certificates for wildcard, non-ngrok reserved domains. Must be null for non-wildcard domains and ngrok subdomains.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomain
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ReservedDomain(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, domain: String, region: String, cnameTarget: Option[String] = None, certificate: Option[Ref] = None, certificateManagementPolicy: Option[ReservedDomainCertPolicy] = None, certificateManagementStatus: Option[ReservedDomainCertStatus] = None, acmeChallengeCnameTarget: Option[String] = None)

      create a new ReservedDomain.

      create a new ReservedDomain.

      id

      unique reserved domain resource identifier

      uri

      URI of the reserved domain API resource

      createdAt

      timestamp when the reserved domain was created, RFC 3339 format

      description

      human-readable description of what this reserved domain will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.

      domain

      hostname of the reserved domain

      region

      reserve the domain in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

      cnameTarget

      DNS CNAME target for a custom hostname, or null if the reserved domain is a subdomain of *.ngrok.io

      certificate

      object referencing the TLS certificate used for connections to this domain. This can be either a user-uploaded certificate, the most recently issued automatic one, or null otherwise.

      certificateManagementPolicy

      configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled

      certificateManagementStatus

      status of the automatic certificate management for this domain, or null if automatic management is disabled

      acmeChallengeCnameTarget

      DNS CNAME target for the host _acme-challenge.example.com, where example.com is your reserved domain name. This is required to issue certificates for wildcard, non-ngrok reserved domains. Must be null for non-wildcard domains and ngrok subdomains.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomain toany2stringadd[ReservedDomain] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedDomain, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomain toArrowAssoc[ReservedDomain] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val acmeChallengeCnameTarget: Option[String]
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. val certificate: Option[Ref]
    9. val certificateManagementPolicy: Option[ReservedDomainCertPolicy]
    10. val certificateManagementStatus: Option[ReservedDomainCertStatus]
    11. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    12. val cnameTarget: Option[String]
    13. val createdAt: OffsetDateTime
    14. val description: String
    15. val domain: String
    16. def ensuring(cond: (ReservedDomain) => Boolean, msg: => Any): ReservedDomain
      Implicit
      This member is added by an implicit conversion from ReservedDomain toEnsuring[ReservedDomain] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    17. def ensuring(cond: (ReservedDomain) => Boolean): ReservedDomain
      Implicit
      This member is added by an implicit conversion from ReservedDomain toEnsuring[ReservedDomain] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    18. def ensuring(cond: Boolean, msg: => Any): ReservedDomain
      Implicit
      This member is added by an implicit conversion from ReservedDomain toEnsuring[ReservedDomain] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    19. def ensuring(cond: Boolean): ReservedDomain
      Implicit
      This member is added by an implicit conversion from ReservedDomain toEnsuring[ReservedDomain] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    20. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    22. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomain toStringFormat[ReservedDomain] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    23. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    24. val id: String
    25. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    26. val metadata: String
    27. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    28. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    29. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    30. def productElementNames: Iterator[String]
      Definition Classes
      Product
    31. val region: String
    32. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    33. val uri: URI
    34. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    35. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    36. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (ReservedDomain, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomain toArrowAssoc[ReservedDomain] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedDomain to any2stringadd[ReservedDomain]

    Inherited by implicit conversion StringFormat fromReservedDomain to StringFormat[ReservedDomain]

    Inherited by implicit conversion Ensuring fromReservedDomain to Ensuring[ReservedDomain]

    Inherited by implicit conversion ArrowAssoc fromReservedDomain to ArrowAssoc[ReservedDomain]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ReservedDomain

    Packages

    final case class ReservedDomain(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, domain: String, region: String, cnameTarget: Option[String] = None, certificate: Option[Ref] = None, certificateManagementPolicy: Option[ReservedDomainCertPolicy] = None, certificateManagementStatus: Option[ReservedDomainCertStatus] = None, acmeChallengeCnameTarget: Option[String] = None) extends Product with Serializable

    A class encapsulating the ReservedDomain resource. +

    id

    unique reserved domain resource identifier

    uri

    URI of the reserved domain API resource

    createdAt

    timestamp when the reserved domain was created, RFC 3339 format

    description

    human-readable description of what this reserved domain will be used for

    metadata

    arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.

    domain

    hostname of the reserved domain

    region

    reserve the domain in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

    cnameTarget

    DNS CNAME target for a custom hostname, or null if the reserved domain is a subdomain of *.ngrok.io

    certificate

    object referencing the TLS certificate used for connections to this domain. This can be either a user-uploaded certificate, the most recently issued automatic one, or null otherwise.

    certificateManagementPolicy

    configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled

    certificateManagementStatus

    status of the automatic certificate management for this domain, or null if automatic management is disabled

    acmeChallengeCnameTarget

    DNS CNAME target for the host _acme-challenge.example.com, where example.com is your reserved domain name. This is required to issue certificates for wildcard, non-ngrok reserved domains. Must be null for non-wildcard domains and ngrok subdomains.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomain
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ReservedDomain(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, domain: String, region: String, cnameTarget: Option[String] = None, certificate: Option[Ref] = None, certificateManagementPolicy: Option[ReservedDomainCertPolicy] = None, certificateManagementStatus: Option[ReservedDomainCertStatus] = None, acmeChallengeCnameTarget: Option[String] = None)

      create a new ReservedDomain.

      create a new ReservedDomain.

      id

      unique reserved domain resource identifier

      uri

      URI of the reserved domain API resource

      createdAt

      timestamp when the reserved domain was created, RFC 3339 format

      description

      human-readable description of what this reserved domain will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.

      domain

      hostname of the reserved domain

      region

      reserve the domain in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

      cnameTarget

      DNS CNAME target for a custom hostname, or null if the reserved domain is a subdomain of *.ngrok.io

      certificate

      object referencing the TLS certificate used for connections to this domain. This can be either a user-uploaded certificate, the most recently issued automatic one, or null otherwise.

      certificateManagementPolicy

      configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled

      certificateManagementStatus

      status of the automatic certificate management for this domain, or null if automatic management is disabled

      acmeChallengeCnameTarget

      DNS CNAME target for the host _acme-challenge.example.com, where example.com is your reserved domain name. This is required to issue certificates for wildcard, non-ngrok reserved domains. Must be null for non-wildcard domains and ngrok subdomains.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomain toany2stringadd[ReservedDomain] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedDomain, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomain toArrowAssoc[ReservedDomain] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val acmeChallengeCnameTarget: Option[String]
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. val certificate: Option[Ref]
    9. val certificateManagementPolicy: Option[ReservedDomainCertPolicy]
    10. val certificateManagementStatus: Option[ReservedDomainCertStatus]
    11. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    12. val cnameTarget: Option[String]
    13. val createdAt: OffsetDateTime
    14. val description: String
    15. val domain: String
    16. def ensuring(cond: (ReservedDomain) => Boolean, msg: => Any): ReservedDomain
      Implicit
      This member is added by an implicit conversion from ReservedDomain toEnsuring[ReservedDomain] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    17. def ensuring(cond: (ReservedDomain) => Boolean): ReservedDomain
      Implicit
      This member is added by an implicit conversion from ReservedDomain toEnsuring[ReservedDomain] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    18. def ensuring(cond: Boolean, msg: => Any): ReservedDomain
      Implicit
      This member is added by an implicit conversion from ReservedDomain toEnsuring[ReservedDomain] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    19. def ensuring(cond: Boolean): ReservedDomain
      Implicit
      This member is added by an implicit conversion from ReservedDomain toEnsuring[ReservedDomain] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    20. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    22. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    23. val id: String
    24. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    25. val metadata: String
    26. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    27. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    28. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    29. def productElementNames: Iterator[String]
      Definition Classes
      Product
    30. val region: String
    31. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    32. val uri: URI
    33. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    34. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    35. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomain toStringFormat[ReservedDomain] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (ReservedDomain, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomain toArrowAssoc[ReservedDomain] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedDomain to any2stringadd[ReservedDomain]

    Inherited by implicit conversion StringFormat fromReservedDomain to StringFormat[ReservedDomain]

    Inherited by implicit conversion Ensuring fromReservedDomain to Ensuring[ReservedDomain]

    Inherited by implicit conversion ArrowAssoc fromReservedDomain to ArrowAssoc[ReservedDomain]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ReservedDomainCertJob$.html b/docs/com/ngrok/definitions/ReservedDomainCertJob$.html index 5bb4dde..eab43a2 100644 --- a/docs/com/ngrok/definitions/ReservedDomainCertJob$.html +++ b/docs/com/ngrok/definitions/ReservedDomainCertJob$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ReservedDomainCertJob

    Packages

    object ReservedDomainCertJob extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainCertJob
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeReservedDomainCertJob: Decoder[ReservedDomainCertJob]
    7. implicit val encodeReservedDomainCertJob: Encoder[ReservedDomainCertJob]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ReservedDomainCertJob

    Packages

    object ReservedDomainCertJob extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainCertJob
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeReservedDomainCertJob: Decoder[ReservedDomainCertJob]
    7. implicit val encodeReservedDomainCertJob: Encoder[ReservedDomainCertJob]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ReservedDomainCertJob.html b/docs/com/ngrok/definitions/ReservedDomainCertJob.html index c3af86e..5a66657 100644 --- a/docs/com/ngrok/definitions/ReservedDomainCertJob.html +++ b/docs/com/ngrok/definitions/ReservedDomainCertJob.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ReservedDomainCertJob

    Packages

    final case class ReservedDomainCertJob(errorCode: Option[String] = None, msg: String, startedAt: OffsetDateTime, retriesAt: Option[OffsetDateTime] = None) extends Product with Serializable

    A class encapsulating the ReservedDomainCertJob resource. -

    errorCode

    if present, an error code indicating why provisioning is failing. It may be either a temporary condition (INTERNAL_ERROR), or a permanent one the user must correct (DNS_ERROR).

    msg

    a message describing the current status or error

    startedAt

    timestamp when the provisioning job started, RFC 3339 format

    retriesAt

    timestamp when the provisioning job will be retried

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainCertJob
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ReservedDomainCertJob(errorCode: Option[String] = None, msg: String, startedAt: OffsetDateTime, retriesAt: Option[OffsetDateTime] = None)

      create a new ReservedDomainCertJob.

      create a new ReservedDomainCertJob.

      errorCode

      if present, an error code indicating why provisioning is failing. It may be either a temporary condition (INTERNAL_ERROR), or a permanent one the user must correct (DNS_ERROR).

      msg

      a message describing the current status or error

      startedAt

      timestamp when the provisioning job started, RFC 3339 format

      retriesAt

      timestamp when the provisioning job will be retried

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toany2stringadd[ReservedDomainCertJob] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedDomainCertJob, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toArrowAssoc[ReservedDomainCertJob] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (ReservedDomainCertJob) => Boolean, msg: => Any): ReservedDomainCertJob
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toEnsuring[ReservedDomainCertJob] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (ReservedDomainCertJob) => Boolean): ReservedDomainCertJob
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toEnsuring[ReservedDomainCertJob] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): ReservedDomainCertJob
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toEnsuring[ReservedDomainCertJob] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): ReservedDomainCertJob
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toEnsuring[ReservedDomainCertJob] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. val errorCode: Option[String]
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toStringFormat[ReservedDomainCertJob] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. val msg: String
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. val retriesAt: Option[OffsetDateTime]
    24. val startedAt: OffsetDateTime
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (ReservedDomainCertJob, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toArrowAssoc[ReservedDomainCertJob] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedDomainCertJob to any2stringadd[ReservedDomainCertJob]

    Inherited by implicit conversion StringFormat fromReservedDomainCertJob to StringFormat[ReservedDomainCertJob]

    Inherited by implicit conversion Ensuring fromReservedDomainCertJob to Ensuring[ReservedDomainCertJob]

    Inherited by implicit conversion ArrowAssoc fromReservedDomainCertJob to ArrowAssoc[ReservedDomainCertJob]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ReservedDomainCertJob

    Packages

    final case class ReservedDomainCertJob(errorCode: Option[String] = None, msg: String, startedAt: OffsetDateTime, retriesAt: Option[OffsetDateTime] = None) extends Product with Serializable

    A class encapsulating the ReservedDomainCertJob resource. +

    errorCode

    if present, an error code indicating why provisioning is failing. It may be either a temporary condition (INTERNAL_ERROR), or a permanent one the user must correct (DNS_ERROR).

    msg

    a message describing the current status or error

    startedAt

    timestamp when the provisioning job started, RFC 3339 format

    retriesAt

    timestamp when the provisioning job will be retried

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainCertJob
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ReservedDomainCertJob(errorCode: Option[String] = None, msg: String, startedAt: OffsetDateTime, retriesAt: Option[OffsetDateTime] = None)

      create a new ReservedDomainCertJob.

      create a new ReservedDomainCertJob.

      errorCode

      if present, an error code indicating why provisioning is failing. It may be either a temporary condition (INTERNAL_ERROR), or a permanent one the user must correct (DNS_ERROR).

      msg

      a message describing the current status or error

      startedAt

      timestamp when the provisioning job started, RFC 3339 format

      retriesAt

      timestamp when the provisioning job will be retried

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toany2stringadd[ReservedDomainCertJob] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedDomainCertJob, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toArrowAssoc[ReservedDomainCertJob] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (ReservedDomainCertJob) => Boolean, msg: => Any): ReservedDomainCertJob
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toEnsuring[ReservedDomainCertJob] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (ReservedDomainCertJob) => Boolean): ReservedDomainCertJob
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toEnsuring[ReservedDomainCertJob] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): ReservedDomainCertJob
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toEnsuring[ReservedDomainCertJob] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): ReservedDomainCertJob
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toEnsuring[ReservedDomainCertJob] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. val errorCode: Option[String]
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. val msg: String
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. val retriesAt: Option[OffsetDateTime]
    23. val startedAt: OffsetDateTime
    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toStringFormat[ReservedDomainCertJob] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (ReservedDomainCertJob, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertJob toArrowAssoc[ReservedDomainCertJob] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedDomainCertJob to any2stringadd[ReservedDomainCertJob]

    Inherited by implicit conversion StringFormat fromReservedDomainCertJob to StringFormat[ReservedDomainCertJob]

    Inherited by implicit conversion Ensuring fromReservedDomainCertJob to Ensuring[ReservedDomainCertJob]

    Inherited by implicit conversion ArrowAssoc fromReservedDomainCertJob to ArrowAssoc[ReservedDomainCertJob]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ReservedDomainCertPolicy$.html b/docs/com/ngrok/definitions/ReservedDomainCertPolicy$.html index af77f9e..dfd0176 100644 --- a/docs/com/ngrok/definitions/ReservedDomainCertPolicy$.html +++ b/docs/com/ngrok/definitions/ReservedDomainCertPolicy$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ReservedDomainCertPolicy

    Packages

    object ReservedDomainCertPolicy extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainCertPolicy
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeReservedDomainCertPolicy: Decoder[ReservedDomainCertPolicy]
    7. implicit val encodeReservedDomainCertPolicy: Encoder[ReservedDomainCertPolicy]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ReservedDomainCertPolicy

    Packages

    object ReservedDomainCertPolicy extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainCertPolicy
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeReservedDomainCertPolicy: Decoder[ReservedDomainCertPolicy]
    7. implicit val encodeReservedDomainCertPolicy: Encoder[ReservedDomainCertPolicy]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ReservedDomainCertPolicy.html b/docs/com/ngrok/definitions/ReservedDomainCertPolicy.html index 106f3c1..5f27097 100644 --- a/docs/com/ngrok/definitions/ReservedDomainCertPolicy.html +++ b/docs/com/ngrok/definitions/ReservedDomainCertPolicy.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ReservedDomainCertPolicy

    Packages

    final case class ReservedDomainCertPolicy(authority: String, privateKeyType: String) extends Product with Serializable

    A class encapsulating the ReservedDomainCertPolicy resource. -

    authority

    certificate authority to request certificates from. The only supported value is letsencrypt.

    privateKeyType

    type of private key to use when requesting certificates. Defaults to rsa, can be either rsa or ecdsa.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainCertPolicy
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ReservedDomainCertPolicy(authority: String, privateKeyType: String)

      create a new ReservedDomainCertPolicy.

      create a new ReservedDomainCertPolicy.

      authority

      certificate authority to request certificates from. The only supported value is letsencrypt.

      privateKeyType

      type of private key to use when requesting certificates. Defaults to rsa, can be either rsa or ecdsa.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toany2stringadd[ReservedDomainCertPolicy] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedDomainCertPolicy, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toArrowAssoc[ReservedDomainCertPolicy] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val authority: String
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (ReservedDomainCertPolicy) => Boolean, msg: => Any): ReservedDomainCertPolicy
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toEnsuring[ReservedDomainCertPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (ReservedDomainCertPolicy) => Boolean): ReservedDomainCertPolicy
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toEnsuring[ReservedDomainCertPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): ReservedDomainCertPolicy
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toEnsuring[ReservedDomainCertPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): ReservedDomainCertPolicy
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toEnsuring[ReservedDomainCertPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toStringFormat[ReservedDomainCertPolicy] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. val privateKeyType: String
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (ReservedDomainCertPolicy, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toArrowAssoc[ReservedDomainCertPolicy] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedDomainCertPolicy to any2stringadd[ReservedDomainCertPolicy]

    Inherited by implicit conversion StringFormat fromReservedDomainCertPolicy to StringFormat[ReservedDomainCertPolicy]

    Inherited by implicit conversion Ensuring fromReservedDomainCertPolicy to Ensuring[ReservedDomainCertPolicy]

    Inherited by implicit conversion ArrowAssoc fromReservedDomainCertPolicy to ArrowAssoc[ReservedDomainCertPolicy]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ReservedDomainCertPolicy

    Packages

    final case class ReservedDomainCertPolicy(authority: String, privateKeyType: String) extends Product with Serializable

    A class encapsulating the ReservedDomainCertPolicy resource. +

    authority

    certificate authority to request certificates from. The only supported value is letsencrypt.

    privateKeyType

    type of private key to use when requesting certificates. Defaults to rsa, can be either rsa or ecdsa.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainCertPolicy
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ReservedDomainCertPolicy(authority: String, privateKeyType: String)

      create a new ReservedDomainCertPolicy.

      create a new ReservedDomainCertPolicy.

      authority

      certificate authority to request certificates from. The only supported value is letsencrypt.

      privateKeyType

      type of private key to use when requesting certificates. Defaults to rsa, can be either rsa or ecdsa.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toany2stringadd[ReservedDomainCertPolicy] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedDomainCertPolicy, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toArrowAssoc[ReservedDomainCertPolicy] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val authority: String
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (ReservedDomainCertPolicy) => Boolean, msg: => Any): ReservedDomainCertPolicy
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toEnsuring[ReservedDomainCertPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (ReservedDomainCertPolicy) => Boolean): ReservedDomainCertPolicy
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toEnsuring[ReservedDomainCertPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): ReservedDomainCertPolicy
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toEnsuring[ReservedDomainCertPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): ReservedDomainCertPolicy
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toEnsuring[ReservedDomainCertPolicy] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. val privateKeyType: String
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toStringFormat[ReservedDomainCertPolicy] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (ReservedDomainCertPolicy, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertPolicy toArrowAssoc[ReservedDomainCertPolicy] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedDomainCertPolicy to any2stringadd[ReservedDomainCertPolicy]

    Inherited by implicit conversion StringFormat fromReservedDomainCertPolicy to StringFormat[ReservedDomainCertPolicy]

    Inherited by implicit conversion Ensuring fromReservedDomainCertPolicy to Ensuring[ReservedDomainCertPolicy]

    Inherited by implicit conversion ArrowAssoc fromReservedDomainCertPolicy to ArrowAssoc[ReservedDomainCertPolicy]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ReservedDomainCertStatus$.html b/docs/com/ngrok/definitions/ReservedDomainCertStatus$.html index bdc85b9..209fb60 100644 --- a/docs/com/ngrok/definitions/ReservedDomainCertStatus$.html +++ b/docs/com/ngrok/definitions/ReservedDomainCertStatus$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ReservedDomainCertStatus

    Packages

    object ReservedDomainCertStatus extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainCertStatus
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeReservedDomainCertStatus: Decoder[ReservedDomainCertStatus]
    7. implicit val encodeReservedDomainCertStatus: Encoder[ReservedDomainCertStatus]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ReservedDomainCertStatus

    Packages

    object ReservedDomainCertStatus extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainCertStatus
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeReservedDomainCertStatus: Decoder[ReservedDomainCertStatus]
    7. implicit val encodeReservedDomainCertStatus: Encoder[ReservedDomainCertStatus]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ReservedDomainCertStatus.html b/docs/com/ngrok/definitions/ReservedDomainCertStatus.html index 51e2b41..8339a1d 100644 --- a/docs/com/ngrok/definitions/ReservedDomainCertStatus.html +++ b/docs/com/ngrok/definitions/ReservedDomainCertStatus.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ReservedDomainCertStatus

    Packages

    final case class ReservedDomainCertStatus(renewsAt: Option[OffsetDateTime] = None, provisioningJob: Option[ReservedDomainCertJob] = None) extends Product with Serializable

    A class encapsulating the ReservedDomainCertStatus resource. -

    renewsAt

    timestamp when the next renewal will be requested, RFC 3339 format

    provisioningJob

    status of the certificate provisioning job, or null if the certificiate isn't being provisioned or renewed

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainCertStatus
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ReservedDomainCertStatus(renewsAt: Option[OffsetDateTime] = None, provisioningJob: Option[ReservedDomainCertJob] = None)

      create a new ReservedDomainCertStatus.

      create a new ReservedDomainCertStatus.

      renewsAt

      timestamp when the next renewal will be requested, RFC 3339 format

      provisioningJob

      status of the certificate provisioning job, or null if the certificiate isn't being provisioned or renewed

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toany2stringadd[ReservedDomainCertStatus] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedDomainCertStatus, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toArrowAssoc[ReservedDomainCertStatus] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (ReservedDomainCertStatus) => Boolean, msg: => Any): ReservedDomainCertStatus
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toEnsuring[ReservedDomainCertStatus] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (ReservedDomainCertStatus) => Boolean): ReservedDomainCertStatus
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toEnsuring[ReservedDomainCertStatus] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): ReservedDomainCertStatus
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toEnsuring[ReservedDomainCertStatus] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): ReservedDomainCertStatus
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toEnsuring[ReservedDomainCertStatus] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toStringFormat[ReservedDomainCertStatus] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. val provisioningJob: Option[ReservedDomainCertJob]
    22. val renewsAt: Option[OffsetDateTime]
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (ReservedDomainCertStatus, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toArrowAssoc[ReservedDomainCertStatus] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedDomainCertStatus to any2stringadd[ReservedDomainCertStatus]

    Inherited by implicit conversion StringFormat fromReservedDomainCertStatus to StringFormat[ReservedDomainCertStatus]

    Inherited by implicit conversion Ensuring fromReservedDomainCertStatus to Ensuring[ReservedDomainCertStatus]

    Inherited by implicit conversion ArrowAssoc fromReservedDomainCertStatus to ArrowAssoc[ReservedDomainCertStatus]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ReservedDomainCertStatus

    Packages

    final case class ReservedDomainCertStatus(renewsAt: Option[OffsetDateTime] = None, provisioningJob: Option[ReservedDomainCertJob] = None) extends Product with Serializable

    A class encapsulating the ReservedDomainCertStatus resource. +

    renewsAt

    timestamp when the next renewal will be requested, RFC 3339 format

    provisioningJob

    status of the certificate provisioning job, or null if the certificiate isn't being provisioned or renewed

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainCertStatus
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ReservedDomainCertStatus(renewsAt: Option[OffsetDateTime] = None, provisioningJob: Option[ReservedDomainCertJob] = None)

      create a new ReservedDomainCertStatus.

      create a new ReservedDomainCertStatus.

      renewsAt

      timestamp when the next renewal will be requested, RFC 3339 format

      provisioningJob

      status of the certificate provisioning job, or null if the certificiate isn't being provisioned or renewed

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toany2stringadd[ReservedDomainCertStatus] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedDomainCertStatus, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toArrowAssoc[ReservedDomainCertStatus] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (ReservedDomainCertStatus) => Boolean, msg: => Any): ReservedDomainCertStatus
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toEnsuring[ReservedDomainCertStatus] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (ReservedDomainCertStatus) => Boolean): ReservedDomainCertStatus
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toEnsuring[ReservedDomainCertStatus] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): ReservedDomainCertStatus
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toEnsuring[ReservedDomainCertStatus] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): ReservedDomainCertStatus
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toEnsuring[ReservedDomainCertStatus] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    18. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. def productElementNames: Iterator[String]
      Definition Classes
      Product
    20. val provisioningJob: Option[ReservedDomainCertJob]
    21. val renewsAt: Option[OffsetDateTime]
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toStringFormat[ReservedDomainCertStatus] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (ReservedDomainCertStatus, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainCertStatus toArrowAssoc[ReservedDomainCertStatus] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedDomainCertStatus to any2stringadd[ReservedDomainCertStatus]

    Inherited by implicit conversion StringFormat fromReservedDomainCertStatus to StringFormat[ReservedDomainCertStatus]

    Inherited by implicit conversion Ensuring fromReservedDomainCertStatus to Ensuring[ReservedDomainCertStatus]

    Inherited by implicit conversion ArrowAssoc fromReservedDomainCertStatus to ArrowAssoc[ReservedDomainCertStatus]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ReservedDomainList$.html b/docs/com/ngrok/definitions/ReservedDomainList$.html index dcfff39..a4f0657 100644 --- a/docs/com/ngrok/definitions/ReservedDomainList$.html +++ b/docs/com/ngrok/definitions/ReservedDomainList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ReservedDomainList

    Packages

    object ReservedDomainList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeReservedDomainList: Decoder[ReservedDomainList]
    7. implicit val encodeReservedDomainList: Encoder[ReservedDomainList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ReservedDomainList

    Packages

    object ReservedDomainList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeReservedDomainList: Decoder[ReservedDomainList]
    7. implicit val encodeReservedDomainList: Encoder[ReservedDomainList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/ReservedDomainList.html b/docs/com/ngrok/definitions/ReservedDomainList.html index 6dab552..5cba239 100644 --- a/docs/com/ngrok/definitions/ReservedDomainList.html +++ b/docs/com/ngrok/definitions/ReservedDomainList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.ReservedDomainList

    Packages

    final case class ReservedDomainList(reservedDomains: List[ReservedDomain], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the ReservedDomainList resource. -

    reservedDomains

    the list of all reserved domains on this account

    uri

    URI of the reserved domain list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ReservedDomainList(reservedDomains: List[ReservedDomain], uri: URI, nextPageUri: Option[URI] = None)

      create a new ReservedDomainList.

      create a new ReservedDomainList.

      reservedDomains

      the list of all reserved domains on this account

      uri

      URI of the reserved domain list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toany2stringadd[ReservedDomainList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedDomainList, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toArrowAssoc[ReservedDomainList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (ReservedDomainList) => Boolean, msg: => Any): ReservedDomainList
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toEnsuring[ReservedDomainList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (ReservedDomainList) => Boolean): ReservedDomainList
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toEnsuring[ReservedDomainList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): ReservedDomainList
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toEnsuring[ReservedDomainList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): ReservedDomainList
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toEnsuring[ReservedDomainList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toStringFormat[ReservedDomainList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      ReservedDomainListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. val reservedDomains: List[ReservedDomain]
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (ReservedDomainList, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toArrowAssoc[ReservedDomainList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedDomainList to any2stringadd[ReservedDomainList]

    Inherited by implicit conversion StringFormat fromReservedDomainList to StringFormat[ReservedDomainList]

    Inherited by implicit conversion Ensuring fromReservedDomainList to Ensuring[ReservedDomainList]

    Inherited by implicit conversion ArrowAssoc fromReservedDomainList to ArrowAssoc[ReservedDomainList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.ReservedDomainList

    Packages

    final case class ReservedDomainList(reservedDomains: List[ReservedDomain], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the ReservedDomainList resource. +

    reservedDomains

    the list of all reserved domains on this account

    uri

    URI of the reserved domain list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomainList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new ReservedDomainList(reservedDomains: List[ReservedDomain], uri: URI, nextPageUri: Option[URI] = None)

      create a new ReservedDomainList.

      create a new ReservedDomainList.

      reservedDomains

      the list of all reserved domains on this account

      uri

      URI of the reserved domain list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toany2stringadd[ReservedDomainList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedDomainList, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toArrowAssoc[ReservedDomainList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (ReservedDomainList) => Boolean, msg: => Any): ReservedDomainList
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toEnsuring[ReservedDomainList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (ReservedDomainList) => Boolean): ReservedDomainList
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toEnsuring[ReservedDomainList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): ReservedDomainList
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toEnsuring[ReservedDomainList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): ReservedDomainList
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toEnsuring[ReservedDomainList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      ReservedDomainListPageable
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. val reservedDomains: List[ReservedDomain]
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toStringFormat[ReservedDomainList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (ReservedDomainList, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomainList toArrowAssoc[ReservedDomainList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedDomainList to any2stringadd[ReservedDomainList]

    Inherited by implicit conversion StringFormat fromReservedDomainList to StringFormat[ReservedDomainList]

    Inherited by implicit conversion Ensuring fromReservedDomainList to Ensuring[ReservedDomainList]

    Inherited by implicit conversion ArrowAssoc fromReservedDomainList to ArrowAssoc[ReservedDomainList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshCertificateAuthority$.html b/docs/com/ngrok/definitions/SshCertificateAuthority$.html index 66b9f7d..0688b7d 100644 --- a/docs/com/ngrok/definitions/SshCertificateAuthority$.html +++ b/docs/com/ngrok/definitions/SshCertificateAuthority$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshCertificateAuthority

    Packages

    object SshCertificateAuthority extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCertificateAuthority
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshCertificateAuthority: Decoder[SshCertificateAuthority]
    7. implicit val encodeSshCertificateAuthority: Encoder[SshCertificateAuthority]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshCertificateAuthority

    Packages

    object SshCertificateAuthority extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCertificateAuthority
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshCertificateAuthority: Decoder[SshCertificateAuthority]
    7. implicit val encodeSshCertificateAuthority: Encoder[SshCertificateAuthority]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshCertificateAuthority.html b/docs/com/ngrok/definitions/SshCertificateAuthority.html index 780cdf7..04b64a8 100644 --- a/docs/com/ngrok/definitions/SshCertificateAuthority.html +++ b/docs/com/ngrok/definitions/SshCertificateAuthority.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshCertificateAuthority

    Packages

    final case class SshCertificateAuthority(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String) extends Product with Serializable

    A class encapsulating the SshCertificateAuthority resource. -

    id

    unique identifier for this SSH Certificate Authority

    uri

    URI of the SSH Certificate Authority API resource

    createdAt

    timestamp when the SSH Certificate Authority API resource was created, RFC 3339 format

    description

    human-readable description of this SSH Certificate Authority. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this SSH Certificate Authority. optional, max 4096 bytes.

    publicKey

    raw public key for this SSH Certificate Authority

    keyType

    the type of private key for this SSH Certificate Authority

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCertificateAuthority
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshCertificateAuthority(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String)

      create a new SshCertificateAuthority.

      create a new SshCertificateAuthority.

      id

      unique identifier for this SSH Certificate Authority

      uri

      URI of the SSH Certificate Authority API resource

      createdAt

      timestamp when the SSH Certificate Authority API resource was created, RFC 3339 format

      description

      human-readable description of this SSH Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Certificate Authority. optional, max 4096 bytes.

      publicKey

      raw public key for this SSH Certificate Authority

      keyType

      the type of private key for this SSH Certificate Authority

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toany2stringadd[SshCertificateAuthority] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshCertificateAuthority, B)
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toArrowAssoc[SshCertificateAuthority] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. def ensuring(cond: (SshCertificateAuthority) => Boolean, msg: => Any): SshCertificateAuthority
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toEnsuring[SshCertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (SshCertificateAuthority) => Boolean): SshCertificateAuthority
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toEnsuring[SshCertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): SshCertificateAuthority
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toEnsuring[SshCertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): SshCertificateAuthority
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toEnsuring[SshCertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toStringFormat[SshCertificateAuthority] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val keyType: String
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. val publicKey: String
    27. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    28. val uri: URI
    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (SshCertificateAuthority, B)
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toArrowAssoc[SshCertificateAuthority] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshCertificateAuthority to any2stringadd[SshCertificateAuthority]

    Inherited by implicit conversion StringFormat fromSshCertificateAuthority to StringFormat[SshCertificateAuthority]

    Inherited by implicit conversion Ensuring fromSshCertificateAuthority to Ensuring[SshCertificateAuthority]

    Inherited by implicit conversion ArrowAssoc fromSshCertificateAuthority to ArrowAssoc[SshCertificateAuthority]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshCertificateAuthority

    Packages

    final case class SshCertificateAuthority(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String) extends Product with Serializable

    A class encapsulating the SshCertificateAuthority resource. +

    id

    unique identifier for this SSH Certificate Authority

    uri

    URI of the SSH Certificate Authority API resource

    createdAt

    timestamp when the SSH Certificate Authority API resource was created, RFC 3339 format

    description

    human-readable description of this SSH Certificate Authority. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this SSH Certificate Authority. optional, max 4096 bytes.

    publicKey

    raw public key for this SSH Certificate Authority

    keyType

    the type of private key for this SSH Certificate Authority

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCertificateAuthority
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshCertificateAuthority(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String)

      create a new SshCertificateAuthority.

      create a new SshCertificateAuthority.

      id

      unique identifier for this SSH Certificate Authority

      uri

      URI of the SSH Certificate Authority API resource

      createdAt

      timestamp when the SSH Certificate Authority API resource was created, RFC 3339 format

      description

      human-readable description of this SSH Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Certificate Authority. optional, max 4096 bytes.

      publicKey

      raw public key for this SSH Certificate Authority

      keyType

      the type of private key for this SSH Certificate Authority

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toany2stringadd[SshCertificateAuthority] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshCertificateAuthority, B)
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toArrowAssoc[SshCertificateAuthority] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. def ensuring(cond: (SshCertificateAuthority) => Boolean, msg: => Any): SshCertificateAuthority
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toEnsuring[SshCertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (SshCertificateAuthority) => Boolean): SshCertificateAuthority
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toEnsuring[SshCertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): SshCertificateAuthority
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toEnsuring[SshCertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): SshCertificateAuthority
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toEnsuring[SshCertificateAuthority] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. val id: String
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. val keyType: String
    20. val metadata: String
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. val publicKey: String
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. val uri: URI
    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toStringFormat[SshCertificateAuthority] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (SshCertificateAuthority, B)
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthority toArrowAssoc[SshCertificateAuthority] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshCertificateAuthority to any2stringadd[SshCertificateAuthority]

    Inherited by implicit conversion StringFormat fromSshCertificateAuthority to StringFormat[SshCertificateAuthority]

    Inherited by implicit conversion Ensuring fromSshCertificateAuthority to Ensuring[SshCertificateAuthority]

    Inherited by implicit conversion ArrowAssoc fromSshCertificateAuthority to ArrowAssoc[SshCertificateAuthority]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshCertificateAuthorityList$.html b/docs/com/ngrok/definitions/SshCertificateAuthorityList$.html index 036132e..a337b00 100644 --- a/docs/com/ngrok/definitions/SshCertificateAuthorityList$.html +++ b/docs/com/ngrok/definitions/SshCertificateAuthorityList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshCertificateAuthorityList

    Packages

    object SshCertificateAuthorityList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCertificateAuthorityList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshCertificateAuthorityList: Decoder[SshCertificateAuthorityList]
    7. implicit val encodeSshCertificateAuthorityList: Encoder[SshCertificateAuthorityList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshCertificateAuthorityList

    Packages

    object SshCertificateAuthorityList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCertificateAuthorityList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshCertificateAuthorityList: Decoder[SshCertificateAuthorityList]
    7. implicit val encodeSshCertificateAuthorityList: Encoder[SshCertificateAuthorityList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshCertificateAuthorityList.html b/docs/com/ngrok/definitions/SshCertificateAuthorityList.html index adcae68..78efd0d 100644 --- a/docs/com/ngrok/definitions/SshCertificateAuthorityList.html +++ b/docs/com/ngrok/definitions/SshCertificateAuthorityList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshCertificateAuthorityList

    Packages

    final case class SshCertificateAuthorityList(sshCertificateAuthorities: List[SshCertificateAuthority], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the SshCertificateAuthorityList resource. -

    sshCertificateAuthorities

    the list of all certificate authorities on this account

    uri

    URI of the certificates authorities list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCertificateAuthorityList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshCertificateAuthorityList(sshCertificateAuthorities: List[SshCertificateAuthority], uri: URI, nextPageUri: Option[URI] = None)

      create a new SshCertificateAuthorityList.

      create a new SshCertificateAuthorityList.

      sshCertificateAuthorities

      the list of all certificate authorities on this account

      uri

      URI of the certificates authorities list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toany2stringadd[SshCertificateAuthorityList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshCertificateAuthorityList, B)
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toArrowAssoc[SshCertificateAuthorityList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (SshCertificateAuthorityList) => Boolean, msg: => Any): SshCertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toEnsuring[SshCertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (SshCertificateAuthorityList) => Boolean): SshCertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toEnsuring[SshCertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): SshCertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toEnsuring[SshCertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): SshCertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toEnsuring[SshCertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toStringFormat[SshCertificateAuthorityList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      SshCertificateAuthorityListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. val sshCertificateAuthorities: List[SshCertificateAuthority]
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (SshCertificateAuthorityList, B)
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toArrowAssoc[SshCertificateAuthorityList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshCertificateAuthorityList to any2stringadd[SshCertificateAuthorityList]

    Inherited by implicit conversion StringFormat fromSshCertificateAuthorityList to StringFormat[SshCertificateAuthorityList]

    Inherited by implicit conversion Ensuring fromSshCertificateAuthorityList to Ensuring[SshCertificateAuthorityList]

    Inherited by implicit conversion ArrowAssoc fromSshCertificateAuthorityList to ArrowAssoc[SshCertificateAuthorityList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshCertificateAuthorityList

    Packages

    final case class SshCertificateAuthorityList(sshCertificateAuthorities: List[SshCertificateAuthority], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the SshCertificateAuthorityList resource. +

    sshCertificateAuthorities

    the list of all certificate authorities on this account

    uri

    URI of the certificates authorities list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCertificateAuthorityList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshCertificateAuthorityList(sshCertificateAuthorities: List[SshCertificateAuthority], uri: URI, nextPageUri: Option[URI] = None)

      create a new SshCertificateAuthorityList.

      create a new SshCertificateAuthorityList.

      sshCertificateAuthorities

      the list of all certificate authorities on this account

      uri

      URI of the certificates authorities list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toany2stringadd[SshCertificateAuthorityList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshCertificateAuthorityList, B)
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toArrowAssoc[SshCertificateAuthorityList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (SshCertificateAuthorityList) => Boolean, msg: => Any): SshCertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toEnsuring[SshCertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (SshCertificateAuthorityList) => Boolean): SshCertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toEnsuring[SshCertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): SshCertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toEnsuring[SshCertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): SshCertificateAuthorityList
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toEnsuring[SshCertificateAuthorityList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      SshCertificateAuthorityListPageable
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. val sshCertificateAuthorities: List[SshCertificateAuthority]
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toStringFormat[SshCertificateAuthorityList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (SshCertificateAuthorityList, B)
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorityList toArrowAssoc[SshCertificateAuthorityList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshCertificateAuthorityList to any2stringadd[SshCertificateAuthorityList]

    Inherited by implicit conversion StringFormat fromSshCertificateAuthorityList to StringFormat[SshCertificateAuthorityList]

    Inherited by implicit conversion Ensuring fromSshCertificateAuthorityList to Ensuring[SshCertificateAuthorityList]

    Inherited by implicit conversion ArrowAssoc fromSshCertificateAuthorityList to ArrowAssoc[SshCertificateAuthorityList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshCredential$.html b/docs/com/ngrok/definitions/SshCredential$.html index 8a0af7f..ec1417f 100644 --- a/docs/com/ngrok/definitions/SshCredential$.html +++ b/docs/com/ngrok/definitions/SshCredential$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshCredential

    Packages

    object SshCredential extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCredential
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshCredential: Decoder[SshCredential]
    7. implicit val encodeSshCredential: Encoder[SshCredential]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshCredential

    Packages

    object SshCredential extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCredential
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshCredential: Decoder[SshCredential]
    7. implicit val encodeSshCredential: Encoder[SshCredential]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshCredential.html b/docs/com/ngrok/definitions/SshCredential.html index 3722082..73d2e0a 100644 --- a/docs/com/ngrok/definitions/SshCredential.html +++ b/docs/com/ngrok/definitions/SshCredential.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshCredential

    Packages

    final case class SshCredential(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, acl: List[String]) extends Product with Serializable

    A class encapsulating the SshCredential resource. -

    id

    unique ssh credential resource identifier

    uri

    URI of the ssh credential API resource

    createdAt

    timestamp when the ssh credential was created, RFC 3339 format

    description

    human-readable description of who or what will use the ssh credential to authenticate. Optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this ssh credential. Optional, max 4096 bytes.

    publicKey

    the PEM-encoded public key of the SSH keypair that will be used to authenticate

    acl

    optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCredential
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshCredential(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, acl: List[String])

      create a new SshCredential.

      create a new SshCredential.

      id

      unique ssh credential resource identifier

      uri

      URI of the ssh credential API resource

      createdAt

      timestamp when the ssh credential was created, RFC 3339 format

      description

      human-readable description of who or what will use the ssh credential to authenticate. Optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this ssh credential. Optional, max 4096 bytes.

      publicKey

      the PEM-encoded public key of the SSH keypair that will be used to authenticate

      acl

      optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshCredential toany2stringadd[SshCredential] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshCredential, B)
      Implicit
      This member is added by an implicit conversion from SshCredential toArrowAssoc[SshCredential] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val acl: List[String]
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (SshCredential) => Boolean, msg: => Any): SshCredential
      Implicit
      This member is added by an implicit conversion from SshCredential toEnsuring[SshCredential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (SshCredential) => Boolean): SshCredential
      Implicit
      This member is added by an implicit conversion from SshCredential toEnsuring[SshCredential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): SshCredential
      Implicit
      This member is added by an implicit conversion from SshCredential toEnsuring[SshCredential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): SshCredential
      Implicit
      This member is added by an implicit conversion from SshCredential toEnsuring[SshCredential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshCredential toStringFormat[SshCredential] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val id: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. val publicKey: String
    27. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    28. val uri: URI
    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (SshCredential, B)
      Implicit
      This member is added by an implicit conversion from SshCredential toArrowAssoc[SshCredential] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshCredential to any2stringadd[SshCredential]

    Inherited by implicit conversion StringFormat fromSshCredential to StringFormat[SshCredential]

    Inherited by implicit conversion Ensuring fromSshCredential to Ensuring[SshCredential]

    Inherited by implicit conversion ArrowAssoc fromSshCredential to ArrowAssoc[SshCredential]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshCredential

    Packages

    final case class SshCredential(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, acl: List[String]) extends Product with Serializable

    A class encapsulating the SshCredential resource. +

    id

    unique ssh credential resource identifier

    uri

    URI of the ssh credential API resource

    createdAt

    timestamp when the ssh credential was created, RFC 3339 format

    description

    human-readable description of who or what will use the ssh credential to authenticate. Optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this ssh credential. Optional, max 4096 bytes.

    publicKey

    the PEM-encoded public key of the SSH keypair that will be used to authenticate

    acl

    optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCredential
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshCredential(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, acl: List[String])

      create a new SshCredential.

      create a new SshCredential.

      id

      unique ssh credential resource identifier

      uri

      URI of the ssh credential API resource

      createdAt

      timestamp when the ssh credential was created, RFC 3339 format

      description

      human-readable description of who or what will use the ssh credential to authenticate. Optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this ssh credential. Optional, max 4096 bytes.

      publicKey

      the PEM-encoded public key of the SSH keypair that will be used to authenticate

      acl

      optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshCredential toany2stringadd[SshCredential] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshCredential, B)
      Implicit
      This member is added by an implicit conversion from SshCredential toArrowAssoc[SshCredential] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val acl: List[String]
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (SshCredential) => Boolean, msg: => Any): SshCredential
      Implicit
      This member is added by an implicit conversion from SshCredential toEnsuring[SshCredential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (SshCredential) => Boolean): SshCredential
      Implicit
      This member is added by an implicit conversion from SshCredential toEnsuring[SshCredential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): SshCredential
      Implicit
      This member is added by an implicit conversion from SshCredential toEnsuring[SshCredential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): SshCredential
      Implicit
      This member is added by an implicit conversion from SshCredential toEnsuring[SshCredential] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val metadata: String
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. val publicKey: String
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. val uri: URI
    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshCredential toStringFormat[SshCredential] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (SshCredential, B)
      Implicit
      This member is added by an implicit conversion from SshCredential toArrowAssoc[SshCredential] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshCredential to any2stringadd[SshCredential]

    Inherited by implicit conversion StringFormat fromSshCredential to StringFormat[SshCredential]

    Inherited by implicit conversion Ensuring fromSshCredential to Ensuring[SshCredential]

    Inherited by implicit conversion ArrowAssoc fromSshCredential to ArrowAssoc[SshCredential]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshCredentialList$.html b/docs/com/ngrok/definitions/SshCredentialList$.html index a702cea..0fa6ade 100644 --- a/docs/com/ngrok/definitions/SshCredentialList$.html +++ b/docs/com/ngrok/definitions/SshCredentialList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshCredentialList

    Packages

    object SshCredentialList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCredentialList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshCredentialList: Decoder[SshCredentialList]
    7. implicit val encodeSshCredentialList: Encoder[SshCredentialList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshCredentialList

    Packages

    object SshCredentialList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCredentialList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshCredentialList: Decoder[SshCredentialList]
    7. implicit val encodeSshCredentialList: Encoder[SshCredentialList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshCredentialList.html b/docs/com/ngrok/definitions/SshCredentialList.html index 8645c4e..56bc6d7 100644 --- a/docs/com/ngrok/definitions/SshCredentialList.html +++ b/docs/com/ngrok/definitions/SshCredentialList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshCredentialList

    Packages

    final case class SshCredentialList(sshCredentials: List[SshCredential], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the SshCredentialList resource. -

    sshCredentials

    the list of all ssh credentials on this account

    uri

    URI of the ssh credential list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCredentialList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshCredentialList(sshCredentials: List[SshCredential], uri: URI, nextPageUri: Option[URI] = None)

      create a new SshCredentialList.

      create a new SshCredentialList.

      sshCredentials

      the list of all ssh credentials on this account

      uri

      URI of the ssh credential list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshCredentialList toany2stringadd[SshCredentialList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshCredentialList, B)
      Implicit
      This member is added by an implicit conversion from SshCredentialList toArrowAssoc[SshCredentialList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (SshCredentialList) => Boolean, msg: => Any): SshCredentialList
      Implicit
      This member is added by an implicit conversion from SshCredentialList toEnsuring[SshCredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (SshCredentialList) => Boolean): SshCredentialList
      Implicit
      This member is added by an implicit conversion from SshCredentialList toEnsuring[SshCredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): SshCredentialList
      Implicit
      This member is added by an implicit conversion from SshCredentialList toEnsuring[SshCredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): SshCredentialList
      Implicit
      This member is added by an implicit conversion from SshCredentialList toEnsuring[SshCredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshCredentialList toStringFormat[SshCredentialList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      SshCredentialListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. val sshCredentials: List[SshCredential]
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (SshCredentialList, B)
      Implicit
      This member is added by an implicit conversion from SshCredentialList toArrowAssoc[SshCredentialList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshCredentialList to any2stringadd[SshCredentialList]

    Inherited by implicit conversion StringFormat fromSshCredentialList to StringFormat[SshCredentialList]

    Inherited by implicit conversion Ensuring fromSshCredentialList to Ensuring[SshCredentialList]

    Inherited by implicit conversion ArrowAssoc fromSshCredentialList to ArrowAssoc[SshCredentialList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshCredentialList

    Packages

    final case class SshCredentialList(sshCredentials: List[SshCredential], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the SshCredentialList resource. +

    sshCredentials

    the list of all ssh credentials on this account

    uri

    URI of the ssh credential list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCredentialList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshCredentialList(sshCredentials: List[SshCredential], uri: URI, nextPageUri: Option[URI] = None)

      create a new SshCredentialList.

      create a new SshCredentialList.

      sshCredentials

      the list of all ssh credentials on this account

      uri

      URI of the ssh credential list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshCredentialList toany2stringadd[SshCredentialList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshCredentialList, B)
      Implicit
      This member is added by an implicit conversion from SshCredentialList toArrowAssoc[SshCredentialList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (SshCredentialList) => Boolean, msg: => Any): SshCredentialList
      Implicit
      This member is added by an implicit conversion from SshCredentialList toEnsuring[SshCredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (SshCredentialList) => Boolean): SshCredentialList
      Implicit
      This member is added by an implicit conversion from SshCredentialList toEnsuring[SshCredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): SshCredentialList
      Implicit
      This member is added by an implicit conversion from SshCredentialList toEnsuring[SshCredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): SshCredentialList
      Implicit
      This member is added by an implicit conversion from SshCredentialList toEnsuring[SshCredentialList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      SshCredentialListPageable
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. val sshCredentials: List[SshCredential]
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshCredentialList toStringFormat[SshCredentialList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (SshCredentialList, B)
      Implicit
      This member is added by an implicit conversion from SshCredentialList toArrowAssoc[SshCredentialList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshCredentialList to any2stringadd[SshCredentialList]

    Inherited by implicit conversion StringFormat fromSshCredentialList to StringFormat[SshCredentialList]

    Inherited by implicit conversion Ensuring fromSshCredentialList to Ensuring[SshCredentialList]

    Inherited by implicit conversion ArrowAssoc fromSshCredentialList to ArrowAssoc[SshCredentialList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshHostCertificate$.html b/docs/com/ngrok/definitions/SshHostCertificate$.html index 8c15e3c..be805f9 100644 --- a/docs/com/ngrok/definitions/SshHostCertificate$.html +++ b/docs/com/ngrok/definitions/SshHostCertificate$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshHostCertificate

    Packages

    object SshHostCertificate extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshHostCertificate
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshHostCertificate: Decoder[SshHostCertificate]
    7. implicit val encodeSshHostCertificate: Encoder[SshHostCertificate]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshHostCertificate

    Packages

    object SshHostCertificate extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshHostCertificate
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshHostCertificate: Decoder[SshHostCertificate]
    7. implicit val encodeSshHostCertificate: Encoder[SshHostCertificate]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshHostCertificate.html b/docs/com/ngrok/definitions/SshHostCertificate.html index addaf09..38421d9 100644 --- a/docs/com/ngrok/definitions/SshHostCertificate.html +++ b/docs/com/ngrok/definitions/SshHostCertificate.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshHostCertificate

    Packages

    final case class SshHostCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String, sshCertificateAuthorityId: String, principals: List[String], validAfter: OffsetDateTime, validUntil: OffsetDateTime, certificate: String) extends Product with Serializable

    A class encapsulating the SshHostCertificate resource. -

    id

    unique identifier for this SSH Host Certificate

    uri

    URI of the SSH Host Certificate API resource

    createdAt

    timestamp when the SSH Host Certificate API resource was created, RFC 3339 format

    description

    human-readable description of this SSH Host Certificate. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this SSH Host Certificate. optional, max 4096 bytes.

    publicKey

    a public key in OpenSSH Authorized Keys format that this certificate signs

    keyType

    the key type of the public_key, one of rsa, ecdsa or ed25519

    sshCertificateAuthorityId

    the ssh certificate authority that is used to sign this ssh host certificate

    principals

    the list of principals included in the ssh host certificate. This is the list of hostnames and/or IP addresses that are authorized to serve SSH traffic with this certificate. Dangerously, if no principals are specified, this certificate is considered valid for all hosts.

    validAfter

    the time when the ssh host certificate becomes valid, in RFC 3339 format.

    validUntil

    the time after which the ssh host certificate becomes invalid, in RFC 3339 format. the OpenSSH certificates RFC calls this valid_before.

    certificate

    the signed SSH certificate in OpenSSH Authorized Keys format. this value should be placed in a -cert.pub certificate file on disk that should be referenced in your sshd_config configuration file with a HostCertificate directive

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshHostCertificate
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshHostCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String, sshCertificateAuthorityId: String, principals: List[String], validAfter: OffsetDateTime, validUntil: OffsetDateTime, certificate: String)

      create a new SshHostCertificate.

      create a new SshHostCertificate.

      id

      unique identifier for this SSH Host Certificate

      uri

      URI of the SSH Host Certificate API resource

      createdAt

      timestamp when the SSH Host Certificate API resource was created, RFC 3339 format

      description

      human-readable description of this SSH Host Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Host Certificate. optional, max 4096 bytes.

      publicKey

      a public key in OpenSSH Authorized Keys format that this certificate signs

      keyType

      the key type of the public_key, one of rsa, ecdsa or ed25519

      sshCertificateAuthorityId

      the ssh certificate authority that is used to sign this ssh host certificate

      principals

      the list of principals included in the ssh host certificate. This is the list of hostnames and/or IP addresses that are authorized to serve SSH traffic with this certificate. Dangerously, if no principals are specified, this certificate is considered valid for all hosts.

      validAfter

      the time when the ssh host certificate becomes valid, in RFC 3339 format.

      validUntil

      the time after which the ssh host certificate becomes invalid, in RFC 3339 format. the OpenSSH certificates RFC calls this valid_before.

      certificate

      the signed SSH certificate in OpenSSH Authorized Keys format. this value should be placed in a -cert.pub certificate file on disk that should be referenced in your sshd_config configuration file with a HostCertificate directive

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toany2stringadd[SshHostCertificate] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshHostCertificate, B)
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toArrowAssoc[SshHostCertificate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val certificate: String
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (SshHostCertificate) => Boolean, msg: => Any): SshHostCertificate
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toEnsuring[SshHostCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (SshHostCertificate) => Boolean): SshHostCertificate
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toEnsuring[SshHostCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): SshHostCertificate
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toEnsuring[SshHostCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): SshHostCertificate
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toEnsuring[SshHostCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toStringFormat[SshHostCertificate] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val id: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val keyType: String
    22. val metadata: String
    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. val principals: List[String]
    27. def productElementNames: Iterator[String]
      Definition Classes
      Product
    28. val publicKey: String
    29. val sshCertificateAuthorityId: String
    30. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    31. val uri: URI
    32. val validAfter: OffsetDateTime
    33. val validUntil: OffsetDateTime
    34. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    35. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    36. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (SshHostCertificate, B)
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toArrowAssoc[SshHostCertificate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshHostCertificate to any2stringadd[SshHostCertificate]

    Inherited by implicit conversion StringFormat fromSshHostCertificate to StringFormat[SshHostCertificate]

    Inherited by implicit conversion Ensuring fromSshHostCertificate to Ensuring[SshHostCertificate]

    Inherited by implicit conversion ArrowAssoc fromSshHostCertificate to ArrowAssoc[SshHostCertificate]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshHostCertificate

    Packages

    final case class SshHostCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String, sshCertificateAuthorityId: String, principals: List[String], validAfter: OffsetDateTime, validUntil: OffsetDateTime, certificate: String) extends Product with Serializable

    A class encapsulating the SshHostCertificate resource. +

    id

    unique identifier for this SSH Host Certificate

    uri

    URI of the SSH Host Certificate API resource

    createdAt

    timestamp when the SSH Host Certificate API resource was created, RFC 3339 format

    description

    human-readable description of this SSH Host Certificate. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this SSH Host Certificate. optional, max 4096 bytes.

    publicKey

    a public key in OpenSSH Authorized Keys format that this certificate signs

    keyType

    the key type of the public_key, one of rsa, ecdsa or ed25519

    sshCertificateAuthorityId

    the ssh certificate authority that is used to sign this ssh host certificate

    principals

    the list of principals included in the ssh host certificate. This is the list of hostnames and/or IP addresses that are authorized to serve SSH traffic with this certificate. Dangerously, if no principals are specified, this certificate is considered valid for all hosts.

    validAfter

    the time when the ssh host certificate becomes valid, in RFC 3339 format.

    validUntil

    the time after which the ssh host certificate becomes invalid, in RFC 3339 format. the OpenSSH certificates RFC calls this valid_before.

    certificate

    the signed SSH certificate in OpenSSH Authorized Keys format. this value should be placed in a -cert.pub certificate file on disk that should be referenced in your sshd_config configuration file with a HostCertificate directive

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshHostCertificate
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshHostCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String, sshCertificateAuthorityId: String, principals: List[String], validAfter: OffsetDateTime, validUntil: OffsetDateTime, certificate: String)

      create a new SshHostCertificate.

      create a new SshHostCertificate.

      id

      unique identifier for this SSH Host Certificate

      uri

      URI of the SSH Host Certificate API resource

      createdAt

      timestamp when the SSH Host Certificate API resource was created, RFC 3339 format

      description

      human-readable description of this SSH Host Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Host Certificate. optional, max 4096 bytes.

      publicKey

      a public key in OpenSSH Authorized Keys format that this certificate signs

      keyType

      the key type of the public_key, one of rsa, ecdsa or ed25519

      sshCertificateAuthorityId

      the ssh certificate authority that is used to sign this ssh host certificate

      principals

      the list of principals included in the ssh host certificate. This is the list of hostnames and/or IP addresses that are authorized to serve SSH traffic with this certificate. Dangerously, if no principals are specified, this certificate is considered valid for all hosts.

      validAfter

      the time when the ssh host certificate becomes valid, in RFC 3339 format.

      validUntil

      the time after which the ssh host certificate becomes invalid, in RFC 3339 format. the OpenSSH certificates RFC calls this valid_before.

      certificate

      the signed SSH certificate in OpenSSH Authorized Keys format. this value should be placed in a -cert.pub certificate file on disk that should be referenced in your sshd_config configuration file with a HostCertificate directive

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toany2stringadd[SshHostCertificate] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshHostCertificate, B)
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toArrowAssoc[SshHostCertificate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val certificate: String
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (SshHostCertificate) => Boolean, msg: => Any): SshHostCertificate
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toEnsuring[SshHostCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (SshHostCertificate) => Boolean): SshHostCertificate
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toEnsuring[SshHostCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): SshHostCertificate
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toEnsuring[SshHostCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): SshHostCertificate
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toEnsuring[SshHostCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val keyType: String
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. val principals: List[String]
    26. def productElementNames: Iterator[String]
      Definition Classes
      Product
    27. val publicKey: String
    28. val sshCertificateAuthorityId: String
    29. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    30. val uri: URI
    31. val validAfter: OffsetDateTime
    32. val validUntil: OffsetDateTime
    33. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    34. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    35. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toStringFormat[SshHostCertificate] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (SshHostCertificate, B)
      Implicit
      This member is added by an implicit conversion from SshHostCertificate toArrowAssoc[SshHostCertificate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshHostCertificate to any2stringadd[SshHostCertificate]

    Inherited by implicit conversion StringFormat fromSshHostCertificate to StringFormat[SshHostCertificate]

    Inherited by implicit conversion Ensuring fromSshHostCertificate to Ensuring[SshHostCertificate]

    Inherited by implicit conversion ArrowAssoc fromSshHostCertificate to ArrowAssoc[SshHostCertificate]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshHostCertificateList$.html b/docs/com/ngrok/definitions/SshHostCertificateList$.html index 0fbfb69..62c7c9d 100644 --- a/docs/com/ngrok/definitions/SshHostCertificateList$.html +++ b/docs/com/ngrok/definitions/SshHostCertificateList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshHostCertificateList

    Packages

    object SshHostCertificateList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshHostCertificateList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshHostCertificateList: Decoder[SshHostCertificateList]
    7. implicit val encodeSshHostCertificateList: Encoder[SshHostCertificateList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshHostCertificateList

    Packages

    object SshHostCertificateList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshHostCertificateList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshHostCertificateList: Decoder[SshHostCertificateList]
    7. implicit val encodeSshHostCertificateList: Encoder[SshHostCertificateList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshHostCertificateList.html b/docs/com/ngrok/definitions/SshHostCertificateList.html index 192c877..4a6a3c9 100644 --- a/docs/com/ngrok/definitions/SshHostCertificateList.html +++ b/docs/com/ngrok/definitions/SshHostCertificateList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshHostCertificateList

    Packages

    final case class SshHostCertificateList(sshHostCertificates: List[SshHostCertificate], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the SshHostCertificateList resource. -

    sshHostCertificates

    the list of all ssh host certificates on this account

    uri

    URI of the ssh host certificates list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshHostCertificateList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshHostCertificateList(sshHostCertificates: List[SshHostCertificate], uri: URI, nextPageUri: Option[URI] = None)

      create a new SshHostCertificateList.

      create a new SshHostCertificateList.

      sshHostCertificates

      the list of all ssh host certificates on this account

      uri

      URI of the ssh host certificates list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toany2stringadd[SshHostCertificateList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshHostCertificateList, B)
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toArrowAssoc[SshHostCertificateList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (SshHostCertificateList) => Boolean, msg: => Any): SshHostCertificateList
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toEnsuring[SshHostCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (SshHostCertificateList) => Boolean): SshHostCertificateList
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toEnsuring[SshHostCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): SshHostCertificateList
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toEnsuring[SshHostCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): SshHostCertificateList
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toEnsuring[SshHostCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toStringFormat[SshHostCertificateList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      SshHostCertificateListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. val sshHostCertificates: List[SshHostCertificate]
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (SshHostCertificateList, B)
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toArrowAssoc[SshHostCertificateList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshHostCertificateList to any2stringadd[SshHostCertificateList]

    Inherited by implicit conversion StringFormat fromSshHostCertificateList to StringFormat[SshHostCertificateList]

    Inherited by implicit conversion Ensuring fromSshHostCertificateList to Ensuring[SshHostCertificateList]

    Inherited by implicit conversion ArrowAssoc fromSshHostCertificateList to ArrowAssoc[SshHostCertificateList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshHostCertificateList

    Packages

    final case class SshHostCertificateList(sshHostCertificates: List[SshHostCertificate], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the SshHostCertificateList resource. +

    sshHostCertificates

    the list of all ssh host certificates on this account

    uri

    URI of the ssh host certificates list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshHostCertificateList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshHostCertificateList(sshHostCertificates: List[SshHostCertificate], uri: URI, nextPageUri: Option[URI] = None)

      create a new SshHostCertificateList.

      create a new SshHostCertificateList.

      sshHostCertificates

      the list of all ssh host certificates on this account

      uri

      URI of the ssh host certificates list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toany2stringadd[SshHostCertificateList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshHostCertificateList, B)
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toArrowAssoc[SshHostCertificateList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (SshHostCertificateList) => Boolean, msg: => Any): SshHostCertificateList
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toEnsuring[SshHostCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (SshHostCertificateList) => Boolean): SshHostCertificateList
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toEnsuring[SshHostCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): SshHostCertificateList
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toEnsuring[SshHostCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): SshHostCertificateList
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toEnsuring[SshHostCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      SshHostCertificateListPageable
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. val sshHostCertificates: List[SshHostCertificate]
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toStringFormat[SshHostCertificateList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (SshHostCertificateList, B)
      Implicit
      This member is added by an implicit conversion from SshHostCertificateList toArrowAssoc[SshHostCertificateList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshHostCertificateList to any2stringadd[SshHostCertificateList]

    Inherited by implicit conversion StringFormat fromSshHostCertificateList to StringFormat[SshHostCertificateList]

    Inherited by implicit conversion Ensuring fromSshHostCertificateList to Ensuring[SshHostCertificateList]

    Inherited by implicit conversion ArrowAssoc fromSshHostCertificateList to ArrowAssoc[SshHostCertificateList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshUserCertificate$.html b/docs/com/ngrok/definitions/SshUserCertificate$.html index 619f66d..f68736d 100644 --- a/docs/com/ngrok/definitions/SshUserCertificate$.html +++ b/docs/com/ngrok/definitions/SshUserCertificate$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshUserCertificate

    Packages

    object SshUserCertificate extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshUserCertificate
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshUserCertificate: Decoder[SshUserCertificate]
    7. implicit val encodeSshUserCertificate: Encoder[SshUserCertificate]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshUserCertificate

    Packages

    object SshUserCertificate extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshUserCertificate
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshUserCertificate: Decoder[SshUserCertificate]
    7. implicit val encodeSshUserCertificate: Encoder[SshUserCertificate]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshUserCertificate.html b/docs/com/ngrok/definitions/SshUserCertificate.html index a7ad48b..fdf0d1e 100644 --- a/docs/com/ngrok/definitions/SshUserCertificate.html +++ b/docs/com/ngrok/definitions/SshUserCertificate.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshUserCertificate

    Packages

    final case class SshUserCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String, sshCertificateAuthorityId: String, principals: List[String], criticalOptions: Map[String, String], extensions: Map[String, String], validAfter: OffsetDateTime, validUntil: OffsetDateTime, certificate: String) extends Product with Serializable

    A class encapsulating the SshUserCertificate resource. -

    id

    unique identifier for this SSH User Certificate

    uri

    URI of the SSH User Certificate API resource

    createdAt

    timestamp when the SSH User Certificate API resource was created, RFC 3339 format

    description

    human-readable description of this SSH User Certificate. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this SSH User Certificate. optional, max 4096 bytes.

    publicKey

    a public key in OpenSSH Authorized Keys format that this certificate signs

    keyType

    the key type of the public_key, one of rsa, ecdsa or ed25519

    sshCertificateAuthorityId

    the ssh certificate authority that is used to sign this ssh user certificate

    principals

    the list of principals included in the ssh user certificate. This is the list of usernames that the certificate holder may sign in as on a machine authorizing the signing certificate authority. Dangerously, if no principals are specified, this certificate may be used to log in as any user.

    criticalOptions

    A map of critical options included in the certificate. Only two critical options are currently defined by OpenSSH: force-command and source-address. See the OpenSSH certificate protocol spec for additional details.

    extensions

    A map of extensions included in the certificate. Extensions are additional metadata that can be interpreted by the SSH server for any purpose. These can be used to permit or deny the ability to open a terminal, do port forwarding, x11 forwarding, and more. If unspecified, the certificate will include limited permissions with the following extension map: {"permit-pty": "", "permit-user-rc": ""} OpenSSH understands a number of predefined extensions. See the OpenSSH certificate protocol spec for additional details.

    validAfter

    the time when the ssh host certificate becomes valid, in RFC 3339 format.

    validUntil

    the time after which the ssh host certificate becomes invalid, in RFC 3339 format. the OpenSSH certificates RFC calls this valid_before.

    certificate

    the signed SSH certificate in OpenSSH Authorized Keys Format. this value should be placed in a -cert.pub certificate file on disk that should be referenced in your sshd_config configuration file with a HostCertificate directive

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshUserCertificate
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshUserCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String, sshCertificateAuthorityId: String, principals: List[String], criticalOptions: Map[String, String], extensions: Map[String, String], validAfter: OffsetDateTime, validUntil: OffsetDateTime, certificate: String)

      create a new SshUserCertificate.

      create a new SshUserCertificate.

      id

      unique identifier for this SSH User Certificate

      uri

      URI of the SSH User Certificate API resource

      createdAt

      timestamp when the SSH User Certificate API resource was created, RFC 3339 format

      description

      human-readable description of this SSH User Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH User Certificate. optional, max 4096 bytes.

      publicKey

      a public key in OpenSSH Authorized Keys format that this certificate signs

      keyType

      the key type of the public_key, one of rsa, ecdsa or ed25519

      sshCertificateAuthorityId

      the ssh certificate authority that is used to sign this ssh user certificate

      principals

      the list of principals included in the ssh user certificate. This is the list of usernames that the certificate holder may sign in as on a machine authorizing the signing certificate authority. Dangerously, if no principals are specified, this certificate may be used to log in as any user.

      criticalOptions

      A map of critical options included in the certificate. Only two critical options are currently defined by OpenSSH: force-command and source-address. See the OpenSSH certificate protocol spec for additional details.

      extensions

      A map of extensions included in the certificate. Extensions are additional metadata that can be interpreted by the SSH server for any purpose. These can be used to permit or deny the ability to open a terminal, do port forwarding, x11 forwarding, and more. If unspecified, the certificate will include limited permissions with the following extension map: {"permit-pty": "", "permit-user-rc": ""} OpenSSH understands a number of predefined extensions. See the OpenSSH certificate protocol spec for additional details.

      validAfter

      the time when the ssh host certificate becomes valid, in RFC 3339 format.

      validUntil

      the time after which the ssh host certificate becomes invalid, in RFC 3339 format. the OpenSSH certificates RFC calls this valid_before.

      certificate

      the signed SSH certificate in OpenSSH Authorized Keys Format. this value should be placed in a -cert.pub certificate file on disk that should be referenced in your sshd_config configuration file with a HostCertificate directive

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toany2stringadd[SshUserCertificate] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshUserCertificate, B)
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toArrowAssoc[SshUserCertificate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val certificate: String
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val criticalOptions: Map[String, String]
    11. val description: String
    12. def ensuring(cond: (SshUserCertificate) => Boolean, msg: => Any): SshUserCertificate
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toEnsuring[SshUserCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (SshUserCertificate) => Boolean): SshUserCertificate
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toEnsuring[SshUserCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): SshUserCertificate
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toEnsuring[SshUserCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): SshUserCertificate
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toEnsuring[SshUserCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. val extensions: Map[String, String]
    18. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    19. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toStringFormat[SshUserCertificate] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    20. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. val id: String
    22. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    23. val keyType: String
    24. val metadata: String
    25. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    26. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    27. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    28. val principals: List[String]
    29. def productElementNames: Iterator[String]
      Definition Classes
      Product
    30. val publicKey: String
    31. val sshCertificateAuthorityId: String
    32. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    33. val uri: URI
    34. val validAfter: OffsetDateTime
    35. val validUntil: OffsetDateTime
    36. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    37. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    38. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (SshUserCertificate, B)
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toArrowAssoc[SshUserCertificate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshUserCertificate to any2stringadd[SshUserCertificate]

    Inherited by implicit conversion StringFormat fromSshUserCertificate to StringFormat[SshUserCertificate]

    Inherited by implicit conversion Ensuring fromSshUserCertificate to Ensuring[SshUserCertificate]

    Inherited by implicit conversion ArrowAssoc fromSshUserCertificate to ArrowAssoc[SshUserCertificate]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshUserCertificate

    Packages

    final case class SshUserCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String, sshCertificateAuthorityId: String, principals: List[String], criticalOptions: Map[String, String], extensions: Map[String, String], validAfter: OffsetDateTime, validUntil: OffsetDateTime, certificate: String) extends Product with Serializable

    A class encapsulating the SshUserCertificate resource. +

    id

    unique identifier for this SSH User Certificate

    uri

    URI of the SSH User Certificate API resource

    createdAt

    timestamp when the SSH User Certificate API resource was created, RFC 3339 format

    description

    human-readable description of this SSH User Certificate. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this SSH User Certificate. optional, max 4096 bytes.

    publicKey

    a public key in OpenSSH Authorized Keys format that this certificate signs

    keyType

    the key type of the public_key, one of rsa, ecdsa or ed25519

    sshCertificateAuthorityId

    the ssh certificate authority that is used to sign this ssh user certificate

    principals

    the list of principals included in the ssh user certificate. This is the list of usernames that the certificate holder may sign in as on a machine authorizing the signing certificate authority. Dangerously, if no principals are specified, this certificate may be used to log in as any user.

    criticalOptions

    A map of critical options included in the certificate. Only two critical options are currently defined by OpenSSH: force-command and source-address. See the OpenSSH certificate protocol spec for additional details.

    extensions

    A map of extensions included in the certificate. Extensions are additional metadata that can be interpreted by the SSH server for any purpose. These can be used to permit or deny the ability to open a terminal, do port forwarding, x11 forwarding, and more. If unspecified, the certificate will include limited permissions with the following extension map: {"permit-pty": "", "permit-user-rc": ""} OpenSSH understands a number of predefined extensions. See the OpenSSH certificate protocol spec for additional details.

    validAfter

    the time when the ssh host certificate becomes valid, in RFC 3339 format.

    validUntil

    the time after which the ssh host certificate becomes invalid, in RFC 3339 format. the OpenSSH certificates RFC calls this valid_before.

    certificate

    the signed SSH certificate in OpenSSH Authorized Keys Format. this value should be placed in a -cert.pub certificate file on disk that should be referenced in your sshd_config configuration file with a HostCertificate directive

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshUserCertificate
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshUserCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String, sshCertificateAuthorityId: String, principals: List[String], criticalOptions: Map[String, String], extensions: Map[String, String], validAfter: OffsetDateTime, validUntil: OffsetDateTime, certificate: String)

      create a new SshUserCertificate.

      create a new SshUserCertificate.

      id

      unique identifier for this SSH User Certificate

      uri

      URI of the SSH User Certificate API resource

      createdAt

      timestamp when the SSH User Certificate API resource was created, RFC 3339 format

      description

      human-readable description of this SSH User Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH User Certificate. optional, max 4096 bytes.

      publicKey

      a public key in OpenSSH Authorized Keys format that this certificate signs

      keyType

      the key type of the public_key, one of rsa, ecdsa or ed25519

      sshCertificateAuthorityId

      the ssh certificate authority that is used to sign this ssh user certificate

      principals

      the list of principals included in the ssh user certificate. This is the list of usernames that the certificate holder may sign in as on a machine authorizing the signing certificate authority. Dangerously, if no principals are specified, this certificate may be used to log in as any user.

      criticalOptions

      A map of critical options included in the certificate. Only two critical options are currently defined by OpenSSH: force-command and source-address. See the OpenSSH certificate protocol spec for additional details.

      extensions

      A map of extensions included in the certificate. Extensions are additional metadata that can be interpreted by the SSH server for any purpose. These can be used to permit or deny the ability to open a terminal, do port forwarding, x11 forwarding, and more. If unspecified, the certificate will include limited permissions with the following extension map: {"permit-pty": "", "permit-user-rc": ""} OpenSSH understands a number of predefined extensions. See the OpenSSH certificate protocol spec for additional details.

      validAfter

      the time when the ssh host certificate becomes valid, in RFC 3339 format.

      validUntil

      the time after which the ssh host certificate becomes invalid, in RFC 3339 format. the OpenSSH certificates RFC calls this valid_before.

      certificate

      the signed SSH certificate in OpenSSH Authorized Keys Format. this value should be placed in a -cert.pub certificate file on disk that should be referenced in your sshd_config configuration file with a HostCertificate directive

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toany2stringadd[SshUserCertificate] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshUserCertificate, B)
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toArrowAssoc[SshUserCertificate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val certificate: String
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val criticalOptions: Map[String, String]
    11. val description: String
    12. def ensuring(cond: (SshUserCertificate) => Boolean, msg: => Any): SshUserCertificate
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toEnsuring[SshUserCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (SshUserCertificate) => Boolean): SshUserCertificate
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toEnsuring[SshUserCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): SshUserCertificate
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toEnsuring[SshUserCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): SshUserCertificate
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toEnsuring[SshUserCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. val extensions: Map[String, String]
    18. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. val id: String
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. val keyType: String
    23. val metadata: String
    24. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    25. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    27. val principals: List[String]
    28. def productElementNames: Iterator[String]
      Definition Classes
      Product
    29. val publicKey: String
    30. val sshCertificateAuthorityId: String
    31. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    32. val uri: URI
    33. val validAfter: OffsetDateTime
    34. val validUntil: OffsetDateTime
    35. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    36. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    37. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toStringFormat[SshUserCertificate] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (SshUserCertificate, B)
      Implicit
      This member is added by an implicit conversion from SshUserCertificate toArrowAssoc[SshUserCertificate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshUserCertificate to any2stringadd[SshUserCertificate]

    Inherited by implicit conversion StringFormat fromSshUserCertificate to StringFormat[SshUserCertificate]

    Inherited by implicit conversion Ensuring fromSshUserCertificate to Ensuring[SshUserCertificate]

    Inherited by implicit conversion ArrowAssoc fromSshUserCertificate to ArrowAssoc[SshUserCertificate]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshUserCertificateList$.html b/docs/com/ngrok/definitions/SshUserCertificateList$.html index acef472..10a9fae 100644 --- a/docs/com/ngrok/definitions/SshUserCertificateList$.html +++ b/docs/com/ngrok/definitions/SshUserCertificateList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshUserCertificateList

    Packages

    object SshUserCertificateList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshUserCertificateList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshUserCertificateList: Decoder[SshUserCertificateList]
    7. implicit val encodeSshUserCertificateList: Encoder[SshUserCertificateList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshUserCertificateList

    Packages

    object SshUserCertificateList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshUserCertificateList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeSshUserCertificateList: Decoder[SshUserCertificateList]
    7. implicit val encodeSshUserCertificateList: Encoder[SshUserCertificateList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/SshUserCertificateList.html b/docs/com/ngrok/definitions/SshUserCertificateList.html index 5921c12..a297e1d 100644 --- a/docs/com/ngrok/definitions/SshUserCertificateList.html +++ b/docs/com/ngrok/definitions/SshUserCertificateList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.SshUserCertificateList

    Packages

    final case class SshUserCertificateList(sshUserCertificates: List[SshUserCertificate], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the SshUserCertificateList resource. -

    sshUserCertificates

    the list of all ssh user certificates on this account

    uri

    URI of the ssh user certificates list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshUserCertificateList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshUserCertificateList(sshUserCertificates: List[SshUserCertificate], uri: URI, nextPageUri: Option[URI] = None)

      create a new SshUserCertificateList.

      create a new SshUserCertificateList.

      sshUserCertificates

      the list of all ssh user certificates on this account

      uri

      URI of the ssh user certificates list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toany2stringadd[SshUserCertificateList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshUserCertificateList, B)
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toArrowAssoc[SshUserCertificateList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (SshUserCertificateList) => Boolean, msg: => Any): SshUserCertificateList
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toEnsuring[SshUserCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (SshUserCertificateList) => Boolean): SshUserCertificateList
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toEnsuring[SshUserCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): SshUserCertificateList
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toEnsuring[SshUserCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): SshUserCertificateList
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toEnsuring[SshUserCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toStringFormat[SshUserCertificateList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      SshUserCertificateListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. val sshUserCertificates: List[SshUserCertificate]
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (SshUserCertificateList, B)
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toArrowAssoc[SshUserCertificateList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshUserCertificateList to any2stringadd[SshUserCertificateList]

    Inherited by implicit conversion StringFormat fromSshUserCertificateList to StringFormat[SshUserCertificateList]

    Inherited by implicit conversion Ensuring fromSshUserCertificateList to Ensuring[SshUserCertificateList]

    Inherited by implicit conversion ArrowAssoc fromSshUserCertificateList to ArrowAssoc[SshUserCertificateList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.SshUserCertificateList

    Packages

    final case class SshUserCertificateList(sshUserCertificates: List[SshUserCertificate], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the SshUserCertificateList resource. +

    sshUserCertificates

    the list of all ssh user certificates on this account

    uri

    URI of the ssh user certificates list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshUserCertificateList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new SshUserCertificateList(sshUserCertificates: List[SshUserCertificate], uri: URI, nextPageUri: Option[URI] = None)

      create a new SshUserCertificateList.

      create a new SshUserCertificateList.

      sshUserCertificates

      the list of all ssh user certificates on this account

      uri

      URI of the ssh user certificates list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toany2stringadd[SshUserCertificateList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshUserCertificateList, B)
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toArrowAssoc[SshUserCertificateList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (SshUserCertificateList) => Boolean, msg: => Any): SshUserCertificateList
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toEnsuring[SshUserCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (SshUserCertificateList) => Boolean): SshUserCertificateList
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toEnsuring[SshUserCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): SshUserCertificateList
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toEnsuring[SshUserCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): SshUserCertificateList
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toEnsuring[SshUserCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      SshUserCertificateListPageable
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. val sshUserCertificates: List[SshUserCertificate]
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toStringFormat[SshUserCertificateList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (SshUserCertificateList, B)
      Implicit
      This member is added by an implicit conversion from SshUserCertificateList toArrowAssoc[SshUserCertificateList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshUserCertificateList to any2stringadd[SshUserCertificateList]

    Inherited by implicit conversion StringFormat fromSshUserCertificateList to StringFormat[SshUserCertificateList]

    Inherited by implicit conversion Ensuring fromSshUserCertificateList to Ensuring[SshUserCertificateList]

    Inherited by implicit conversion ArrowAssoc fromSshUserCertificateList to ArrowAssoc[SshUserCertificateList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TcpEdge$.html b/docs/com/ngrok/definitions/TcpEdge$.html index 6c09f6c..56a2af0 100644 --- a/docs/com/ngrok/definitions/TcpEdge$.html +++ b/docs/com/ngrok/definitions/TcpEdge$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TcpEdge

    Packages

    object TcpEdge extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdge
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTcpEdge: Decoder[TcpEdge]
    7. implicit val encodeTcpEdge: Encoder[TcpEdge]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TcpEdge

    Packages

    object TcpEdge extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdge
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTcpEdge: Decoder[TcpEdge]
    7. implicit val encodeTcpEdge: Encoder[TcpEdge]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TcpEdge.html b/docs/com/ngrok/definitions/TcpEdge.html index d62aa2e..c9298c8 100644 --- a/docs/com/ngrok/definitions/TcpEdge.html +++ b/docs/com/ngrok/definitions/TcpEdge.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TcpEdge

    Packages

    final case class TcpEdge(id: String, description: String, metadata: String, createdAt: OffsetDateTime, uri: URI, hostports: Option[List[String]] = None, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None) extends Product with Serializable

    A class encapsulating the TcpEdge resource. -

    id

    unique identifier of this edge

    description

    human-readable description of what this edge will be used for; optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

    createdAt

    timestamp when the edge was created, RFC 3339 format

    uri

    URI of the edge API resource

    hostports

    hostports served by this edge

    backend

    edge modules

    ipRestriction

    the value of the ip_restriction parameter as a EndpointIpPolicy

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdge
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TcpEdge(id: String, description: String, metadata: String, createdAt: OffsetDateTime, uri: URI, hostports: Option[List[String]] = None, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None)

      create a new TcpEdge.

      create a new TcpEdge.

      id

      unique identifier of this edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      createdAt

      timestamp when the edge was created, RFC 3339 format

      uri

      URI of the edge API resource

      hostports

      hostports served by this edge

      backend

      edge modules

      ipRestriction

      the value of the ip_restriction parameter as a EndpointIpPolicy

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdge toany2stringadd[TcpEdge] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TcpEdge, B)
      Implicit
      This member is added by an implicit conversion from TcpEdge toArrowAssoc[TcpEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backend: Option[EndpointBackend]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (TcpEdge) => Boolean, msg: => Any): TcpEdge
      Implicit
      This member is added by an implicit conversion from TcpEdge toEnsuring[TcpEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (TcpEdge) => Boolean): TcpEdge
      Implicit
      This member is added by an implicit conversion from TcpEdge toEnsuring[TcpEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): TcpEdge
      Implicit
      This member is added by an implicit conversion from TcpEdge toEnsuring[TcpEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): TcpEdge
      Implicit
      This member is added by an implicit conversion from TcpEdge toEnsuring[TcpEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdge toStringFormat[TcpEdge] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val hostports: Option[List[String]]
    20. val id: String
    21. val ipRestriction: Option[EndpointIpPolicy]
    22. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    23. val metadata: String
    24. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    25. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    27. def productElementNames: Iterator[String]
      Definition Classes
      Product
    28. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    29. val uri: URI
    30. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    32. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TcpEdge, B)
      Implicit
      This member is added by an implicit conversion from TcpEdge toArrowAssoc[TcpEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTcpEdge to any2stringadd[TcpEdge]

    Inherited by implicit conversion StringFormat fromTcpEdge to StringFormat[TcpEdge]

    Inherited by implicit conversion Ensuring fromTcpEdge to Ensuring[TcpEdge]

    Inherited by implicit conversion ArrowAssoc fromTcpEdge to ArrowAssoc[TcpEdge]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TcpEdge

    Packages

    final case class TcpEdge(id: String, description: String, metadata: String, createdAt: OffsetDateTime, uri: URI, hostports: Option[List[String]] = None, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None) extends Product with Serializable

    A class encapsulating the TcpEdge resource. +

    id

    unique identifier of this edge

    description

    human-readable description of what this edge will be used for; optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

    createdAt

    timestamp when the edge was created, RFC 3339 format

    uri

    URI of the edge API resource

    hostports

    hostports served by this edge

    backend

    edge modules

    ipRestriction

    the value of the ip_restriction parameter as a EndpointIpPolicy

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdge
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TcpEdge(id: String, description: String, metadata: String, createdAt: OffsetDateTime, uri: URI, hostports: Option[List[String]] = None, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None)

      create a new TcpEdge.

      create a new TcpEdge.

      id

      unique identifier of this edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      createdAt

      timestamp when the edge was created, RFC 3339 format

      uri

      URI of the edge API resource

      hostports

      hostports served by this edge

      backend

      edge modules

      ipRestriction

      the value of the ip_restriction parameter as a EndpointIpPolicy

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdge toany2stringadd[TcpEdge] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TcpEdge, B)
      Implicit
      This member is added by an implicit conversion from TcpEdge toArrowAssoc[TcpEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backend: Option[EndpointBackend]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (TcpEdge) => Boolean, msg: => Any): TcpEdge
      Implicit
      This member is added by an implicit conversion from TcpEdge toEnsuring[TcpEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (TcpEdge) => Boolean): TcpEdge
      Implicit
      This member is added by an implicit conversion from TcpEdge toEnsuring[TcpEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): TcpEdge
      Implicit
      This member is added by an implicit conversion from TcpEdge toEnsuring[TcpEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): TcpEdge
      Implicit
      This member is added by an implicit conversion from TcpEdge toEnsuring[TcpEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val hostports: Option[List[String]]
    19. val id: String
    20. val ipRestriction: Option[EndpointIpPolicy]
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. val metadata: String
    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. def productElementNames: Iterator[String]
      Definition Classes
      Product
    27. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    28. val uri: URI
    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdge toStringFormat[TcpEdge] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TcpEdge, B)
      Implicit
      This member is added by an implicit conversion from TcpEdge toArrowAssoc[TcpEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTcpEdge to any2stringadd[TcpEdge]

    Inherited by implicit conversion StringFormat fromTcpEdge to StringFormat[TcpEdge]

    Inherited by implicit conversion Ensuring fromTcpEdge to Ensuring[TcpEdge]

    Inherited by implicit conversion ArrowAssoc fromTcpEdge to ArrowAssoc[TcpEdge]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TcpEdgeList$.html b/docs/com/ngrok/definitions/TcpEdgeList$.html index b21cde4..5db9d8b 100644 --- a/docs/com/ngrok/definitions/TcpEdgeList$.html +++ b/docs/com/ngrok/definitions/TcpEdgeList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TcpEdgeList

    Packages

    object TcpEdgeList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdgeList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTcpEdgeList: Decoder[TcpEdgeList]
    7. implicit val encodeTcpEdgeList: Encoder[TcpEdgeList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TcpEdgeList

    Packages

    object TcpEdgeList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdgeList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTcpEdgeList: Decoder[TcpEdgeList]
    7. implicit val encodeTcpEdgeList: Encoder[TcpEdgeList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TcpEdgeList.html b/docs/com/ngrok/definitions/TcpEdgeList.html index 40d02d3..3b35166 100644 --- a/docs/com/ngrok/definitions/TcpEdgeList.html +++ b/docs/com/ngrok/definitions/TcpEdgeList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TcpEdgeList

    Packages

    final case class TcpEdgeList(tcpEdges: List[TcpEdge], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the TcpEdgeList resource. -

    tcpEdges

    the list of all TCP Edges on this account

    uri

    URI of the TCP Edge list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdgeList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TcpEdgeList(tcpEdges: List[TcpEdge], uri: URI, nextPageUri: Option[URI] = None)

      create a new TcpEdgeList.

      create a new TcpEdgeList.

      tcpEdges

      the list of all TCP Edges on this account

      uri

      URI of the TCP Edge list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toany2stringadd[TcpEdgeList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TcpEdgeList, B)
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toArrowAssoc[TcpEdgeList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (TcpEdgeList) => Boolean, msg: => Any): TcpEdgeList
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toEnsuring[TcpEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (TcpEdgeList) => Boolean): TcpEdgeList
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toEnsuring[TcpEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): TcpEdgeList
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toEnsuring[TcpEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): TcpEdgeList
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toEnsuring[TcpEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toStringFormat[TcpEdgeList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      TcpEdgeListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val tcpEdges: List[TcpEdge]
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TcpEdgeList, B)
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toArrowAssoc[TcpEdgeList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTcpEdgeList to any2stringadd[TcpEdgeList]

    Inherited by implicit conversion StringFormat fromTcpEdgeList to StringFormat[TcpEdgeList]

    Inherited by implicit conversion Ensuring fromTcpEdgeList to Ensuring[TcpEdgeList]

    Inherited by implicit conversion ArrowAssoc fromTcpEdgeList to ArrowAssoc[TcpEdgeList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TcpEdgeList

    Packages

    final case class TcpEdgeList(tcpEdges: List[TcpEdge], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the TcpEdgeList resource. +

    tcpEdges

    the list of all TCP Edges on this account

    uri

    URI of the TCP Edge list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdgeList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TcpEdgeList(tcpEdges: List[TcpEdge], uri: URI, nextPageUri: Option[URI] = None)

      create a new TcpEdgeList.

      create a new TcpEdgeList.

      tcpEdges

      the list of all TCP Edges on this account

      uri

      URI of the TCP Edge list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toany2stringadd[TcpEdgeList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TcpEdgeList, B)
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toArrowAssoc[TcpEdgeList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (TcpEdgeList) => Boolean, msg: => Any): TcpEdgeList
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toEnsuring[TcpEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (TcpEdgeList) => Boolean): TcpEdgeList
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toEnsuring[TcpEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): TcpEdgeList
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toEnsuring[TcpEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): TcpEdgeList
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toEnsuring[TcpEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      TcpEdgeListPageable
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    22. val tcpEdges: List[TcpEdge]
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toStringFormat[TcpEdgeList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TcpEdgeList, B)
      Implicit
      This member is added by an implicit conversion from TcpEdgeList toArrowAssoc[TcpEdgeList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTcpEdgeList to any2stringadd[TcpEdgeList]

    Inherited by implicit conversion StringFormat fromTcpEdgeList to StringFormat[TcpEdgeList]

    Inherited by implicit conversion Ensuring fromTcpEdgeList to Ensuring[TcpEdgeList]

    Inherited by implicit conversion ArrowAssoc fromTcpEdgeList to ArrowAssoc[TcpEdgeList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TlsCertificate$.html b/docs/com/ngrok/definitions/TlsCertificate$.html index ff0f05c..2c0a509 100644 --- a/docs/com/ngrok/definitions/TlsCertificate$.html +++ b/docs/com/ngrok/definitions/TlsCertificate$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TlsCertificate

    Packages

    object TlsCertificate extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificate
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTlsCertificate: Decoder[TlsCertificate]
    7. implicit val encodeTlsCertificate: Encoder[TlsCertificate]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TlsCertificate

    Packages

    object TlsCertificate extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificate
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTlsCertificate: Decoder[TlsCertificate]
    7. implicit val encodeTlsCertificate: Encoder[TlsCertificate]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TlsCertificate.html b/docs/com/ngrok/definitions/TlsCertificate.html index 57cfadb..0f36eee 100644 --- a/docs/com/ngrok/definitions/TlsCertificate.html +++ b/docs/com/ngrok/definitions/TlsCertificate.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TlsCertificate

    Packages

    final case class TlsCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, certificatePem: String, subjectCommonName: String, subjectAlternativeNames: TlsCertificateSaNs, issuedAt: Option[OffsetDateTime] = None, notBefore: OffsetDateTime, notAfter: OffsetDateTime, keyUsages: List[String], extendedKeyUsages: List[String], privateKeyType: String, issuerCommonName: String, serialNumber: String, subjectOrganization: String, subjectOrganizationalUnit: String, subjectLocality: String, subjectProvince: String, subjectCountry: String) extends Product with Serializable

    A class encapsulating the TlsCertificate resource. -

    id

    unique identifier for this TLS certificate

    uri

    URI of the TLS certificate API resource

    createdAt

    timestamp when the TLS certificate was created, RFC 3339 format

    description

    human-readable description of this TLS certificate. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.

    certificatePem

    chain of PEM-encoded certificates, leaf first. See Certificate Bundles.

    subjectCommonName

    subject common name from the leaf of this TLS certificate

    subjectAlternativeNames

    subject alternative names (SANs) from the leaf of this TLS certificate

    issuedAt

    timestamp (in RFC 3339 format) when this TLS certificate was issued automatically, or null if this certificate was user-uploaded

    notBefore

    timestamp when this TLS certificate becomes valid, RFC 3339 format

    notAfter

    timestamp when this TLS certificate becomes invalid, RFC 3339 format

    keyUsages

    set of actions the private key of this TLS certificate can be used for

    extendedKeyUsages

    extended set of actions the private key of this TLS certificate can be used for

    privateKeyType

    type of the private key of this TLS certificate. One of rsa, ecdsa, or ed25519.

    issuerCommonName

    issuer common name from the leaf of this TLS certificate

    serialNumber

    serial number of the leaf of this TLS certificate

    subjectOrganization

    subject organization from the leaf of this TLS certificate

    subjectOrganizationalUnit

    subject organizational unit from the leaf of this TLS certificate

    subjectLocality

    subject locality from the leaf of this TLS certificate

    subjectProvince

    subject province from the leaf of this TLS certificate

    subjectCountry

    subject country from the leaf of this TLS certificate

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificate
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TlsCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, certificatePem: String, subjectCommonName: String, subjectAlternativeNames: TlsCertificateSaNs, issuedAt: Option[OffsetDateTime] = None, notBefore: OffsetDateTime, notAfter: OffsetDateTime, keyUsages: List[String], extendedKeyUsages: List[String], privateKeyType: String, issuerCommonName: String, serialNumber: String, subjectOrganization: String, subjectOrganizationalUnit: String, subjectLocality: String, subjectProvince: String, subjectCountry: String)

      create a new TlsCertificate.

      create a new TlsCertificate.

      id

      unique identifier for this TLS certificate

      uri

      URI of the TLS certificate API resource

      createdAt

      timestamp when the TLS certificate was created, RFC 3339 format

      description

      human-readable description of this TLS certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.

      certificatePem

      chain of PEM-encoded certificates, leaf first. See Certificate Bundles.

      subjectCommonName

      subject common name from the leaf of this TLS certificate

      subjectAlternativeNames

      subject alternative names (SANs) from the leaf of this TLS certificate

      issuedAt

      timestamp (in RFC 3339 format) when this TLS certificate was issued automatically, or null if this certificate was user-uploaded

      notBefore

      timestamp when this TLS certificate becomes valid, RFC 3339 format

      notAfter

      timestamp when this TLS certificate becomes invalid, RFC 3339 format

      keyUsages

      set of actions the private key of this TLS certificate can be used for

      extendedKeyUsages

      extended set of actions the private key of this TLS certificate can be used for

      privateKeyType

      type of the private key of this TLS certificate. One of rsa, ecdsa, or ed25519.

      issuerCommonName

      issuer common name from the leaf of this TLS certificate

      serialNumber

      serial number of the leaf of this TLS certificate

      subjectOrganization

      subject organization from the leaf of this TLS certificate

      subjectOrganizationalUnit

      subject organizational unit from the leaf of this TLS certificate

      subjectLocality

      subject locality from the leaf of this TLS certificate

      subjectProvince

      subject province from the leaf of this TLS certificate

      subjectCountry

      subject country from the leaf of this TLS certificate

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificate toany2stringadd[TlsCertificate] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsCertificate, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificate toArrowAssoc[TlsCertificate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val certificatePem: String
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (TlsCertificate) => Boolean, msg: => Any): TlsCertificate
      Implicit
      This member is added by an implicit conversion from TlsCertificate toEnsuring[TlsCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (TlsCertificate) => Boolean): TlsCertificate
      Implicit
      This member is added by an implicit conversion from TlsCertificate toEnsuring[TlsCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): TlsCertificate
      Implicit
      This member is added by an implicit conversion from TlsCertificate toEnsuring[TlsCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): TlsCertificate
      Implicit
      This member is added by an implicit conversion from TlsCertificate toEnsuring[TlsCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. val extendedKeyUsages: List[String]
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificate toStringFormat[TlsCertificate] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. val id: String
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. val issuedAt: Option[OffsetDateTime]
    23. val issuerCommonName: String
    24. val keyUsages: List[String]
    25. val metadata: String
    26. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    27. val notAfter: OffsetDateTime
    28. val notBefore: OffsetDateTime
    29. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    30. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    31. val privateKeyType: String
    32. def productElementNames: Iterator[String]
      Definition Classes
      Product
    33. val serialNumber: String
    34. val subjectAlternativeNames: TlsCertificateSaNs
    35. val subjectCommonName: String
    36. val subjectCountry: String
    37. val subjectLocality: String
    38. val subjectOrganization: String
    39. val subjectOrganizationalUnit: String
    40. val subjectProvince: String
    41. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    42. val uri: URI
    43. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    44. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    45. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TlsCertificate, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificate toArrowAssoc[TlsCertificate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsCertificate to any2stringadd[TlsCertificate]

    Inherited by implicit conversion StringFormat fromTlsCertificate to StringFormat[TlsCertificate]

    Inherited by implicit conversion Ensuring fromTlsCertificate to Ensuring[TlsCertificate]

    Inherited by implicit conversion ArrowAssoc fromTlsCertificate to ArrowAssoc[TlsCertificate]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TlsCertificate

    Packages

    final case class TlsCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, certificatePem: String, subjectCommonName: String, subjectAlternativeNames: TlsCertificateSaNs, issuedAt: Option[OffsetDateTime] = None, notBefore: OffsetDateTime, notAfter: OffsetDateTime, keyUsages: List[String], extendedKeyUsages: List[String], privateKeyType: String, issuerCommonName: String, serialNumber: String, subjectOrganization: String, subjectOrganizationalUnit: String, subjectLocality: String, subjectProvince: String, subjectCountry: String) extends Product with Serializable

    A class encapsulating the TlsCertificate resource. +

    id

    unique identifier for this TLS certificate

    uri

    URI of the TLS certificate API resource

    createdAt

    timestamp when the TLS certificate was created, RFC 3339 format

    description

    human-readable description of this TLS certificate. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.

    certificatePem

    chain of PEM-encoded certificates, leaf first. See Certificate Bundles.

    subjectCommonName

    subject common name from the leaf of this TLS certificate

    subjectAlternativeNames

    subject alternative names (SANs) from the leaf of this TLS certificate

    issuedAt

    timestamp (in RFC 3339 format) when this TLS certificate was issued automatically, or null if this certificate was user-uploaded

    notBefore

    timestamp when this TLS certificate becomes valid, RFC 3339 format

    notAfter

    timestamp when this TLS certificate becomes invalid, RFC 3339 format

    keyUsages

    set of actions the private key of this TLS certificate can be used for

    extendedKeyUsages

    extended set of actions the private key of this TLS certificate can be used for

    privateKeyType

    type of the private key of this TLS certificate. One of rsa, ecdsa, or ed25519.

    issuerCommonName

    issuer common name from the leaf of this TLS certificate

    serialNumber

    serial number of the leaf of this TLS certificate

    subjectOrganization

    subject organization from the leaf of this TLS certificate

    subjectOrganizationalUnit

    subject organizational unit from the leaf of this TLS certificate

    subjectLocality

    subject locality from the leaf of this TLS certificate

    subjectProvince

    subject province from the leaf of this TLS certificate

    subjectCountry

    subject country from the leaf of this TLS certificate

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificate
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TlsCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, certificatePem: String, subjectCommonName: String, subjectAlternativeNames: TlsCertificateSaNs, issuedAt: Option[OffsetDateTime] = None, notBefore: OffsetDateTime, notAfter: OffsetDateTime, keyUsages: List[String], extendedKeyUsages: List[String], privateKeyType: String, issuerCommonName: String, serialNumber: String, subjectOrganization: String, subjectOrganizationalUnit: String, subjectLocality: String, subjectProvince: String, subjectCountry: String)

      create a new TlsCertificate.

      create a new TlsCertificate.

      id

      unique identifier for this TLS certificate

      uri

      URI of the TLS certificate API resource

      createdAt

      timestamp when the TLS certificate was created, RFC 3339 format

      description

      human-readable description of this TLS certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.

      certificatePem

      chain of PEM-encoded certificates, leaf first. See Certificate Bundles.

      subjectCommonName

      subject common name from the leaf of this TLS certificate

      subjectAlternativeNames

      subject alternative names (SANs) from the leaf of this TLS certificate

      issuedAt

      timestamp (in RFC 3339 format) when this TLS certificate was issued automatically, or null if this certificate was user-uploaded

      notBefore

      timestamp when this TLS certificate becomes valid, RFC 3339 format

      notAfter

      timestamp when this TLS certificate becomes invalid, RFC 3339 format

      keyUsages

      set of actions the private key of this TLS certificate can be used for

      extendedKeyUsages

      extended set of actions the private key of this TLS certificate can be used for

      privateKeyType

      type of the private key of this TLS certificate. One of rsa, ecdsa, or ed25519.

      issuerCommonName

      issuer common name from the leaf of this TLS certificate

      serialNumber

      serial number of the leaf of this TLS certificate

      subjectOrganization

      subject organization from the leaf of this TLS certificate

      subjectOrganizationalUnit

      subject organizational unit from the leaf of this TLS certificate

      subjectLocality

      subject locality from the leaf of this TLS certificate

      subjectProvince

      subject province from the leaf of this TLS certificate

      subjectCountry

      subject country from the leaf of this TLS certificate

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificate toany2stringadd[TlsCertificate] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsCertificate, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificate toArrowAssoc[TlsCertificate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val certificatePem: String
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (TlsCertificate) => Boolean, msg: => Any): TlsCertificate
      Implicit
      This member is added by an implicit conversion from TlsCertificate toEnsuring[TlsCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (TlsCertificate) => Boolean): TlsCertificate
      Implicit
      This member is added by an implicit conversion from TlsCertificate toEnsuring[TlsCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): TlsCertificate
      Implicit
      This member is added by an implicit conversion from TlsCertificate toEnsuring[TlsCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): TlsCertificate
      Implicit
      This member is added by an implicit conversion from TlsCertificate toEnsuring[TlsCertificate] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. val extendedKeyUsages: List[String]
    17. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val id: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val issuedAt: Option[OffsetDateTime]
    22. val issuerCommonName: String
    23. val keyUsages: List[String]
    24. val metadata: String
    25. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    26. val notAfter: OffsetDateTime
    27. val notBefore: OffsetDateTime
    28. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    29. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    30. val privateKeyType: String
    31. def productElementNames: Iterator[String]
      Definition Classes
      Product
    32. val serialNumber: String
    33. val subjectAlternativeNames: TlsCertificateSaNs
    34. val subjectCommonName: String
    35. val subjectCountry: String
    36. val subjectLocality: String
    37. val subjectOrganization: String
    38. val subjectOrganizationalUnit: String
    39. val subjectProvince: String
    40. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    41. val uri: URI
    42. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    43. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    44. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificate toStringFormat[TlsCertificate] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TlsCertificate, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificate toArrowAssoc[TlsCertificate] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsCertificate to any2stringadd[TlsCertificate]

    Inherited by implicit conversion StringFormat fromTlsCertificate to StringFormat[TlsCertificate]

    Inherited by implicit conversion Ensuring fromTlsCertificate to Ensuring[TlsCertificate]

    Inherited by implicit conversion ArrowAssoc fromTlsCertificate to ArrowAssoc[TlsCertificate]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TlsCertificateList$.html b/docs/com/ngrok/definitions/TlsCertificateList$.html index d695a0b..5d9a6b0 100644 --- a/docs/com/ngrok/definitions/TlsCertificateList$.html +++ b/docs/com/ngrok/definitions/TlsCertificateList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TlsCertificateList

    Packages

    object TlsCertificateList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificateList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTlsCertificateList: Decoder[TlsCertificateList]
    7. implicit val encodeTlsCertificateList: Encoder[TlsCertificateList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TlsCertificateList

    Packages

    object TlsCertificateList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificateList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTlsCertificateList: Decoder[TlsCertificateList]
    7. implicit val encodeTlsCertificateList: Encoder[TlsCertificateList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TlsCertificateList.html b/docs/com/ngrok/definitions/TlsCertificateList.html index b555f73..56ce2e1 100644 --- a/docs/com/ngrok/definitions/TlsCertificateList.html +++ b/docs/com/ngrok/definitions/TlsCertificateList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TlsCertificateList

    Packages

    final case class TlsCertificateList(tlsCertificates: List[TlsCertificate], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the TlsCertificateList resource. -

    tlsCertificates

    the list of all TLS certificates on this account

    uri

    URI of the TLS certificates list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificateList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TlsCertificateList(tlsCertificates: List[TlsCertificate], uri: URI, nextPageUri: Option[URI] = None)

      create a new TlsCertificateList.

      create a new TlsCertificateList.

      tlsCertificates

      the list of all TLS certificates on this account

      uri

      URI of the TLS certificates list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toany2stringadd[TlsCertificateList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsCertificateList, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toArrowAssoc[TlsCertificateList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (TlsCertificateList) => Boolean, msg: => Any): TlsCertificateList
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toEnsuring[TlsCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (TlsCertificateList) => Boolean): TlsCertificateList
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toEnsuring[TlsCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): TlsCertificateList
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toEnsuring[TlsCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): TlsCertificateList
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toEnsuring[TlsCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toStringFormat[TlsCertificateList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      TlsCertificateListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val tlsCertificates: List[TlsCertificate]
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TlsCertificateList, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toArrowAssoc[TlsCertificateList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsCertificateList to any2stringadd[TlsCertificateList]

    Inherited by implicit conversion StringFormat fromTlsCertificateList to StringFormat[TlsCertificateList]

    Inherited by implicit conversion Ensuring fromTlsCertificateList to Ensuring[TlsCertificateList]

    Inherited by implicit conversion ArrowAssoc fromTlsCertificateList to ArrowAssoc[TlsCertificateList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TlsCertificateList

    Packages

    final case class TlsCertificateList(tlsCertificates: List[TlsCertificate], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the TlsCertificateList resource. +

    tlsCertificates

    the list of all TLS certificates on this account

    uri

    URI of the TLS certificates list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificateList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TlsCertificateList(tlsCertificates: List[TlsCertificate], uri: URI, nextPageUri: Option[URI] = None)

      create a new TlsCertificateList.

      create a new TlsCertificateList.

      tlsCertificates

      the list of all TLS certificates on this account

      uri

      URI of the TLS certificates list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toany2stringadd[TlsCertificateList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsCertificateList, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toArrowAssoc[TlsCertificateList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (TlsCertificateList) => Boolean, msg: => Any): TlsCertificateList
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toEnsuring[TlsCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (TlsCertificateList) => Boolean): TlsCertificateList
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toEnsuring[TlsCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): TlsCertificateList
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toEnsuring[TlsCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): TlsCertificateList
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toEnsuring[TlsCertificateList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      TlsCertificateListPageable
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    22. val tlsCertificates: List[TlsCertificate]
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toStringFormat[TlsCertificateList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TlsCertificateList, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificateList toArrowAssoc[TlsCertificateList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsCertificateList to any2stringadd[TlsCertificateList]

    Inherited by implicit conversion StringFormat fromTlsCertificateList to StringFormat[TlsCertificateList]

    Inherited by implicit conversion Ensuring fromTlsCertificateList to Ensuring[TlsCertificateList]

    Inherited by implicit conversion ArrowAssoc fromTlsCertificateList to ArrowAssoc[TlsCertificateList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TlsCertificateSaNs$.html b/docs/com/ngrok/definitions/TlsCertificateSaNs$.html index 33e2ce8..645fd87 100644 --- a/docs/com/ngrok/definitions/TlsCertificateSaNs$.html +++ b/docs/com/ngrok/definitions/TlsCertificateSaNs$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TlsCertificateSaNs

    Packages

    object TlsCertificateSaNs extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificateSaNs
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTlsCertificateSaNs: Decoder[TlsCertificateSaNs]
    7. implicit val encodeTlsCertificateSaNs: Encoder[TlsCertificateSaNs]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TlsCertificateSaNs

    Packages

    object TlsCertificateSaNs extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificateSaNs
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTlsCertificateSaNs: Decoder[TlsCertificateSaNs]
    7. implicit val encodeTlsCertificateSaNs: Encoder[TlsCertificateSaNs]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TlsCertificateSaNs.html b/docs/com/ngrok/definitions/TlsCertificateSaNs.html index 6049cd7..31b195e 100644 --- a/docs/com/ngrok/definitions/TlsCertificateSaNs.html +++ b/docs/com/ngrok/definitions/TlsCertificateSaNs.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TlsCertificateSaNs

    Packages

    final case class TlsCertificateSaNs(dnsNames: List[String], ips: List[String]) extends Product with Serializable

    A class encapsulating the TlsCertificateSaNs resource. -

    dnsNames

    set of additional domains (including wildcards) this TLS certificate is valid for

    ips

    set of IP addresses this TLS certificate is also valid for

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificateSaNs
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TlsCertificateSaNs(dnsNames: List[String], ips: List[String])

      create a new TlsCertificateSaNs.

      create a new TlsCertificateSaNs.

      dnsNames

      set of additional domains (including wildcards) this TLS certificate is valid for

      ips

      set of IP addresses this TLS certificate is also valid for

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toany2stringadd[TlsCertificateSaNs] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsCertificateSaNs, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toArrowAssoc[TlsCertificateSaNs] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val dnsNames: List[String]
    9. def ensuring(cond: (TlsCertificateSaNs) => Boolean, msg: => Any): TlsCertificateSaNs
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toEnsuring[TlsCertificateSaNs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TlsCertificateSaNs) => Boolean): TlsCertificateSaNs
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toEnsuring[TlsCertificateSaNs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TlsCertificateSaNs
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toEnsuring[TlsCertificateSaNs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TlsCertificateSaNs
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toEnsuring[TlsCertificateSaNs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toStringFormat[TlsCertificateSaNs] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. val ips: List[String]
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TlsCertificateSaNs, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toArrowAssoc[TlsCertificateSaNs] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsCertificateSaNs to any2stringadd[TlsCertificateSaNs]

    Inherited by implicit conversion StringFormat fromTlsCertificateSaNs to StringFormat[TlsCertificateSaNs]

    Inherited by implicit conversion Ensuring fromTlsCertificateSaNs to Ensuring[TlsCertificateSaNs]

    Inherited by implicit conversion ArrowAssoc fromTlsCertificateSaNs to ArrowAssoc[TlsCertificateSaNs]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TlsCertificateSaNs

    Packages

    final case class TlsCertificateSaNs(dnsNames: List[String], ips: List[String]) extends Product with Serializable

    A class encapsulating the TlsCertificateSaNs resource. +

    dnsNames

    set of additional domains (including wildcards) this TLS certificate is valid for

    ips

    set of IP addresses this TLS certificate is also valid for

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificateSaNs
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TlsCertificateSaNs(dnsNames: List[String], ips: List[String])

      create a new TlsCertificateSaNs.

      create a new TlsCertificateSaNs.

      dnsNames

      set of additional domains (including wildcards) this TLS certificate is valid for

      ips

      set of IP addresses this TLS certificate is also valid for

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toany2stringadd[TlsCertificateSaNs] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsCertificateSaNs, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toArrowAssoc[TlsCertificateSaNs] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val dnsNames: List[String]
    9. def ensuring(cond: (TlsCertificateSaNs) => Boolean, msg: => Any): TlsCertificateSaNs
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toEnsuring[TlsCertificateSaNs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TlsCertificateSaNs) => Boolean): TlsCertificateSaNs
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toEnsuring[TlsCertificateSaNs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TlsCertificateSaNs
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toEnsuring[TlsCertificateSaNs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TlsCertificateSaNs
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toEnsuring[TlsCertificateSaNs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. val ips: List[String]
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    24. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toStringFormat[TlsCertificateSaNs] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TlsCertificateSaNs, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificateSaNs toArrowAssoc[TlsCertificateSaNs] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsCertificateSaNs to any2stringadd[TlsCertificateSaNs]

    Inherited by implicit conversion StringFormat fromTlsCertificateSaNs to StringFormat[TlsCertificateSaNs]

    Inherited by implicit conversion Ensuring fromTlsCertificateSaNs to Ensuring[TlsCertificateSaNs]

    Inherited by implicit conversion ArrowAssoc fromTlsCertificateSaNs to ArrowAssoc[TlsCertificateSaNs]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TlsEdge$.html b/docs/com/ngrok/definitions/TlsEdge$.html index a748144..4646e9d 100644 --- a/docs/com/ngrok/definitions/TlsEdge$.html +++ b/docs/com/ngrok/definitions/TlsEdge$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TlsEdge

    Packages

    object TlsEdge extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdge
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTlsEdge: Decoder[TlsEdge]
    7. implicit val encodeTlsEdge: Encoder[TlsEdge]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TlsEdge

    Packages

    object TlsEdge extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdge
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTlsEdge: Decoder[TlsEdge]
    7. implicit val encodeTlsEdge: Encoder[TlsEdge]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TlsEdge.html b/docs/com/ngrok/definitions/TlsEdge.html index 383e0bf..b8eed55 100644 --- a/docs/com/ngrok/definitions/TlsEdge.html +++ b/docs/com/ngrok/definitions/TlsEdge.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TlsEdge

    Packages

    final case class TlsEdge(id: String, description: String, metadata: String, createdAt: OffsetDateTime, uri: URI, hostports: Option[List[String]] = None, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None, mutualTls: Option[EndpointMutualTls] = None, tlsTermination: Option[EndpointTlsTermination] = None) extends Product with Serializable

    A class encapsulating the TlsEdge resource. -

    id

    unique identifier of this edge

    description

    human-readable description of what this edge will be used for; optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

    createdAt

    timestamp when the edge configuration was created, RFC 3339 format

    uri

    URI of the edge API resource

    hostports

    hostports served by this edge

    backend

    edge modules

    ipRestriction

    the value of the ip_restriction parameter as a EndpointIpPolicy

    mutualTls

    the value of the mutual_tls parameter as a EndpointMutualTls

    tlsTermination

    the value of the tls_termination parameter as a EndpointTlsTermination

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdge
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TlsEdge(id: String, description: String, metadata: String, createdAt: OffsetDateTime, uri: URI, hostports: Option[List[String]] = None, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None, mutualTls: Option[EndpointMutualTls] = None, tlsTermination: Option[EndpointTlsTermination] = None)

      create a new TlsEdge.

      create a new TlsEdge.

      id

      unique identifier of this edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      createdAt

      timestamp when the edge configuration was created, RFC 3339 format

      uri

      URI of the edge API resource

      hostports

      hostports served by this edge

      backend

      edge modules

      ipRestriction

      the value of the ip_restriction parameter as a EndpointIpPolicy

      mutualTls

      the value of the mutual_tls parameter as a EndpointMutualTls

      tlsTermination

      the value of the tls_termination parameter as a EndpointTlsTermination

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdge toany2stringadd[TlsEdge] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsEdge, B)
      Implicit
      This member is added by an implicit conversion from TlsEdge toArrowAssoc[TlsEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backend: Option[EndpointBackend]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (TlsEdge) => Boolean, msg: => Any): TlsEdge
      Implicit
      This member is added by an implicit conversion from TlsEdge toEnsuring[TlsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (TlsEdge) => Boolean): TlsEdge
      Implicit
      This member is added by an implicit conversion from TlsEdge toEnsuring[TlsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): TlsEdge
      Implicit
      This member is added by an implicit conversion from TlsEdge toEnsuring[TlsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): TlsEdge
      Implicit
      This member is added by an implicit conversion from TlsEdge toEnsuring[TlsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdge toStringFormat[TlsEdge] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val hostports: Option[List[String]]
    20. val id: String
    21. val ipRestriction: Option[EndpointIpPolicy]
    22. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    23. val metadata: String
    24. val mutualTls: Option[EndpointMutualTls]
    25. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    26. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    27. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    28. def productElementNames: Iterator[String]
      Definition Classes
      Product
    29. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    30. val tlsTermination: Option[EndpointTlsTermination]
    31. val uri: URI
    32. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    33. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    34. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TlsEdge, B)
      Implicit
      This member is added by an implicit conversion from TlsEdge toArrowAssoc[TlsEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsEdge to any2stringadd[TlsEdge]

    Inherited by implicit conversion StringFormat fromTlsEdge to StringFormat[TlsEdge]

    Inherited by implicit conversion Ensuring fromTlsEdge to Ensuring[TlsEdge]

    Inherited by implicit conversion ArrowAssoc fromTlsEdge to ArrowAssoc[TlsEdge]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TlsEdge

    Packages

    final case class TlsEdge(id: String, description: String, metadata: String, createdAt: OffsetDateTime, uri: URI, hostports: Option[List[String]] = None, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None, mutualTls: Option[EndpointMutualTls] = None, tlsTermination: Option[EndpointTlsTermination] = None) extends Product with Serializable

    A class encapsulating the TlsEdge resource. +

    id

    unique identifier of this edge

    description

    human-readable description of what this edge will be used for; optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

    createdAt

    timestamp when the edge configuration was created, RFC 3339 format

    uri

    URI of the edge API resource

    hostports

    hostports served by this edge

    backend

    edge modules

    ipRestriction

    the value of the ip_restriction parameter as a EndpointIpPolicy

    mutualTls

    the value of the mutual_tls parameter as a EndpointMutualTls

    tlsTermination

    the value of the tls_termination parameter as a EndpointTlsTermination

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdge
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TlsEdge(id: String, description: String, metadata: String, createdAt: OffsetDateTime, uri: URI, hostports: Option[List[String]] = None, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None, mutualTls: Option[EndpointMutualTls] = None, tlsTermination: Option[EndpointTlsTermination] = None)

      create a new TlsEdge.

      create a new TlsEdge.

      id

      unique identifier of this edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      createdAt

      timestamp when the edge configuration was created, RFC 3339 format

      uri

      URI of the edge API resource

      hostports

      hostports served by this edge

      backend

      edge modules

      ipRestriction

      the value of the ip_restriction parameter as a EndpointIpPolicy

      mutualTls

      the value of the mutual_tls parameter as a EndpointMutualTls

      tlsTermination

      the value of the tls_termination parameter as a EndpointTlsTermination

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdge toany2stringadd[TlsEdge] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsEdge, B)
      Implicit
      This member is added by an implicit conversion from TlsEdge toArrowAssoc[TlsEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backend: Option[EndpointBackend]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (TlsEdge) => Boolean, msg: => Any): TlsEdge
      Implicit
      This member is added by an implicit conversion from TlsEdge toEnsuring[TlsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (TlsEdge) => Boolean): TlsEdge
      Implicit
      This member is added by an implicit conversion from TlsEdge toEnsuring[TlsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): TlsEdge
      Implicit
      This member is added by an implicit conversion from TlsEdge toEnsuring[TlsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): TlsEdge
      Implicit
      This member is added by an implicit conversion from TlsEdge toEnsuring[TlsEdge] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val hostports: Option[List[String]]
    19. val id: String
    20. val ipRestriction: Option[EndpointIpPolicy]
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. val metadata: String
    23. val mutualTls: Option[EndpointMutualTls]
    24. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    25. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    27. def productElementNames: Iterator[String]
      Definition Classes
      Product
    28. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    29. val tlsTermination: Option[EndpointTlsTermination]
    30. val uri: URI
    31. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    32. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    33. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdge toStringFormat[TlsEdge] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TlsEdge, B)
      Implicit
      This member is added by an implicit conversion from TlsEdge toArrowAssoc[TlsEdge] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsEdge to any2stringadd[TlsEdge]

    Inherited by implicit conversion StringFormat fromTlsEdge to StringFormat[TlsEdge]

    Inherited by implicit conversion Ensuring fromTlsEdge to Ensuring[TlsEdge]

    Inherited by implicit conversion ArrowAssoc fromTlsEdge to ArrowAssoc[TlsEdge]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TlsEdgeList$.html b/docs/com/ngrok/definitions/TlsEdgeList$.html index fb0a6fb..ce657a9 100644 --- a/docs/com/ngrok/definitions/TlsEdgeList$.html +++ b/docs/com/ngrok/definitions/TlsEdgeList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TlsEdgeList

    Packages

    object TlsEdgeList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTlsEdgeList: Decoder[TlsEdgeList]
    7. implicit val encodeTlsEdgeList: Encoder[TlsEdgeList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TlsEdgeList

    Packages

    object TlsEdgeList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTlsEdgeList: Decoder[TlsEdgeList]
    7. implicit val encodeTlsEdgeList: Encoder[TlsEdgeList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TlsEdgeList.html b/docs/com/ngrok/definitions/TlsEdgeList.html index 07b8029..c9d77cc 100644 --- a/docs/com/ngrok/definitions/TlsEdgeList.html +++ b/docs/com/ngrok/definitions/TlsEdgeList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TlsEdgeList

    Packages

    final case class TlsEdgeList(tlsEdges: List[TlsEdge], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the TlsEdgeList resource. -

    tlsEdges

    the list of all TLS Edges on this account

    uri

    URI of the TLS Edge list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TlsEdgeList(tlsEdges: List[TlsEdge], uri: URI, nextPageUri: Option[URI] = None)

      create a new TlsEdgeList.

      create a new TlsEdgeList.

      tlsEdges

      the list of all TLS Edges on this account

      uri

      URI of the TLS Edge list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toany2stringadd[TlsEdgeList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsEdgeList, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toArrowAssoc[TlsEdgeList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (TlsEdgeList) => Boolean, msg: => Any): TlsEdgeList
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toEnsuring[TlsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (TlsEdgeList) => Boolean): TlsEdgeList
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toEnsuring[TlsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): TlsEdgeList
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toEnsuring[TlsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): TlsEdgeList
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toEnsuring[TlsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toStringFormat[TlsEdgeList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      TlsEdgeListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val tlsEdges: List[TlsEdge]
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TlsEdgeList, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toArrowAssoc[TlsEdgeList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsEdgeList to any2stringadd[TlsEdgeList]

    Inherited by implicit conversion StringFormat fromTlsEdgeList to StringFormat[TlsEdgeList]

    Inherited by implicit conversion Ensuring fromTlsEdgeList to Ensuring[TlsEdgeList]

    Inherited by implicit conversion ArrowAssoc fromTlsEdgeList to ArrowAssoc[TlsEdgeList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TlsEdgeList

    Packages

    final case class TlsEdgeList(tlsEdges: List[TlsEdge], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the TlsEdgeList resource. +

    tlsEdges

    the list of all TLS Edges on this account

    uri

    URI of the TLS Edge list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TlsEdgeList(tlsEdges: List[TlsEdge], uri: URI, nextPageUri: Option[URI] = None)

      create a new TlsEdgeList.

      create a new TlsEdgeList.

      tlsEdges

      the list of all TLS Edges on this account

      uri

      URI of the TLS Edge list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toany2stringadd[TlsEdgeList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsEdgeList, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toArrowAssoc[TlsEdgeList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (TlsEdgeList) => Boolean, msg: => Any): TlsEdgeList
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toEnsuring[TlsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (TlsEdgeList) => Boolean): TlsEdgeList
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toEnsuring[TlsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): TlsEdgeList
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toEnsuring[TlsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): TlsEdgeList
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toEnsuring[TlsEdgeList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      TlsEdgeListPageable
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    22. val tlsEdges: List[TlsEdge]
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toStringFormat[TlsEdgeList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TlsEdgeList, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeList toArrowAssoc[TlsEdgeList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsEdgeList to any2stringadd[TlsEdgeList]

    Inherited by implicit conversion StringFormat fromTlsEdgeList to StringFormat[TlsEdgeList]

    Inherited by implicit conversion Ensuring fromTlsEdgeList to Ensuring[TlsEdgeList]

    Inherited by implicit conversion ArrowAssoc fromTlsEdgeList to ArrowAssoc[TlsEdgeList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/Tunnel$.html b/docs/com/ngrok/definitions/Tunnel$.html index d65b9a1..fe8c2f7 100644 --- a/docs/com/ngrok/definitions/Tunnel$.html +++ b/docs/com/ngrok/definitions/Tunnel$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.Tunnel

    Packages

    object Tunnel extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Tunnel
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTunnel: Decoder[Tunnel]
    7. implicit val encodeTunnel: Encoder[Tunnel]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.Tunnel

    Packages

    object Tunnel extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Tunnel
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTunnel: Decoder[Tunnel]
    7. implicit val encodeTunnel: Encoder[Tunnel]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/Tunnel.html b/docs/com/ngrok/definitions/Tunnel.html index 77a01b9..9cbd76b 100644 --- a/docs/com/ngrok/definitions/Tunnel.html +++ b/docs/com/ngrok/definitions/Tunnel.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.Tunnel

    Packages

    final case class Tunnel(id: String, publicUrl: URI, startedAt: OffsetDateTime, metadata: String, proto: String, region: String, tunnelSession: Ref, endpoint: Option[Ref] = None, labels: Map[String, String], backends: Option[List[Ref]] = None, forwardsTo: String) extends Product with Serializable

    A class encapsulating the Tunnel resource. -

    id

    unique tunnel resource identifier

    publicUrl

    URL of the ephemeral tunnel's public endpoint

    startedAt

    timestamp when the tunnel was initiated in RFC 3339 format

    metadata

    user-supplied metadata for the tunnel defined in the ngrok configuration file. See the tunnel metadata configuration option In API version 0, this value was instead pulled from the top-level metadata configuration option.

    proto

    tunnel protocol for ephemeral tunnels. one of http, https, tcp or tls

    region

    identifier of tune region where the tunnel is running

    tunnelSession

    reference object pointing to the tunnel session on which this tunnel was started

    endpoint

    the ephemeral endpoint this tunnel is associated with, if this is an agent-initiated tunnel

    labels

    the labels the tunnel group backends will match against, if this is a backend tunnel

    backends

    tunnel group backends served by this backend tunnel

    forwardsTo

    upstream address the ngrok agent forwards traffic over this tunnel to. this may be expressed as a URL or a network address.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Tunnel
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new Tunnel(id: String, publicUrl: URI, startedAt: OffsetDateTime, metadata: String, proto: String, region: String, tunnelSession: Ref, endpoint: Option[Ref] = None, labels: Map[String, String], backends: Option[List[Ref]] = None, forwardsTo: String)

      create a new Tunnel.

      create a new Tunnel.

      id

      unique tunnel resource identifier

      publicUrl

      URL of the ephemeral tunnel's public endpoint

      startedAt

      timestamp when the tunnel was initiated in RFC 3339 format

      metadata

      user-supplied metadata for the tunnel defined in the ngrok configuration file. See the tunnel metadata configuration option In API version 0, this value was instead pulled from the top-level metadata configuration option.

      proto

      tunnel protocol for ephemeral tunnels. one of http, https, tcp or tls

      region

      identifier of tune region where the tunnel is running

      tunnelSession

      reference object pointing to the tunnel session on which this tunnel was started

      endpoint

      the ephemeral endpoint this tunnel is associated with, if this is an agent-initiated tunnel

      labels

      the labels the tunnel group backends will match against, if this is a backend tunnel

      backends

      tunnel group backends served by this backend tunnel

      forwardsTo

      upstream address the ngrok agent forwards traffic over this tunnel to. this may be expressed as a URL or a network address.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Tunnel toany2stringadd[Tunnel] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Tunnel, B)
      Implicit
      This member is added by an implicit conversion from Tunnel toArrowAssoc[Tunnel] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backends: Option[List[Ref]]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val endpoint: Option[Ref]
    10. def ensuring(cond: (Tunnel) => Boolean, msg: => Any): Tunnel
      Implicit
      This member is added by an implicit conversion from Tunnel toEnsuring[Tunnel] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (Tunnel) => Boolean): Tunnel
      Implicit
      This member is added by an implicit conversion from Tunnel toEnsuring[Tunnel] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): Tunnel
      Implicit
      This member is added by an implicit conversion from Tunnel toEnsuring[Tunnel] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): Tunnel
      Implicit
      This member is added by an implicit conversion from Tunnel toEnsuring[Tunnel] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Tunnel toStringFormat[Tunnel] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. val forwardsTo: String
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val id: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val labels: Map[String, String]
    22. val metadata: String
    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. def productElementNames: Iterator[String]
      Definition Classes
      Product
    27. val proto: String
    28. val publicUrl: URI
    29. val region: String
    30. val startedAt: OffsetDateTime
    31. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    32. val tunnelSession: Ref
    33. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    34. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    35. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (Tunnel, B)
      Implicit
      This member is added by an implicit conversion from Tunnel toArrowAssoc[Tunnel] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnel to any2stringadd[Tunnel]

    Inherited by implicit conversion StringFormat fromTunnel to StringFormat[Tunnel]

    Inherited by implicit conversion Ensuring fromTunnel to Ensuring[Tunnel]

    Inherited by implicit conversion ArrowAssoc fromTunnel to ArrowAssoc[Tunnel]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.Tunnel

    Packages

    final case class Tunnel(id: String, publicUrl: URI, startedAt: OffsetDateTime, metadata: String, proto: String, region: String, tunnelSession: Ref, endpoint: Option[Ref] = None, labels: Map[String, String], backends: Option[List[Ref]] = None, forwardsTo: String) extends Product with Serializable

    A class encapsulating the Tunnel resource. +

    id

    unique tunnel resource identifier

    publicUrl

    URL of the ephemeral tunnel's public endpoint

    startedAt

    timestamp when the tunnel was initiated in RFC 3339 format

    metadata

    user-supplied metadata for the tunnel defined in the ngrok configuration file. See the tunnel metadata configuration option In API version 0, this value was instead pulled from the top-level metadata configuration option.

    proto

    tunnel protocol for ephemeral tunnels. one of http, https, tcp or tls

    region

    identifier of tune region where the tunnel is running

    tunnelSession

    reference object pointing to the tunnel session on which this tunnel was started

    endpoint

    the ephemeral endpoint this tunnel is associated with, if this is an agent-initiated tunnel

    labels

    the labels the tunnel group backends will match against, if this is a backend tunnel

    backends

    tunnel group backends served by this backend tunnel

    forwardsTo

    upstream address the ngrok agent forwards traffic over this tunnel to. this may be expressed as a URL or a network address.

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Tunnel
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new Tunnel(id: String, publicUrl: URI, startedAt: OffsetDateTime, metadata: String, proto: String, region: String, tunnelSession: Ref, endpoint: Option[Ref] = None, labels: Map[String, String], backends: Option[List[Ref]] = None, forwardsTo: String)

      create a new Tunnel.

      create a new Tunnel.

      id

      unique tunnel resource identifier

      publicUrl

      URL of the ephemeral tunnel's public endpoint

      startedAt

      timestamp when the tunnel was initiated in RFC 3339 format

      metadata

      user-supplied metadata for the tunnel defined in the ngrok configuration file. See the tunnel metadata configuration option In API version 0, this value was instead pulled from the top-level metadata configuration option.

      proto

      tunnel protocol for ephemeral tunnels. one of http, https, tcp or tls

      region

      identifier of tune region where the tunnel is running

      tunnelSession

      reference object pointing to the tunnel session on which this tunnel was started

      endpoint

      the ephemeral endpoint this tunnel is associated with, if this is an agent-initiated tunnel

      labels

      the labels the tunnel group backends will match against, if this is a backend tunnel

      backends

      tunnel group backends served by this backend tunnel

      forwardsTo

      upstream address the ngrok agent forwards traffic over this tunnel to. this may be expressed as a URL or a network address.

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Tunnel toany2stringadd[Tunnel] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Tunnel, B)
      Implicit
      This member is added by an implicit conversion from Tunnel toArrowAssoc[Tunnel] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backends: Option[List[Ref]]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val endpoint: Option[Ref]
    10. def ensuring(cond: (Tunnel) => Boolean, msg: => Any): Tunnel
      Implicit
      This member is added by an implicit conversion from Tunnel toEnsuring[Tunnel] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (Tunnel) => Boolean): Tunnel
      Implicit
      This member is added by an implicit conversion from Tunnel toEnsuring[Tunnel] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): Tunnel
      Implicit
      This member is added by an implicit conversion from Tunnel toEnsuring[Tunnel] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): Tunnel
      Implicit
      This member is added by an implicit conversion from Tunnel toEnsuring[Tunnel] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. val forwardsTo: String
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val labels: Map[String, String]
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. val proto: String
    27. val publicUrl: URI
    28. val region: String
    29. val startedAt: OffsetDateTime
    30. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    31. val tunnelSession: Ref
    32. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    33. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    34. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Tunnel toStringFormat[Tunnel] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (Tunnel, B)
      Implicit
      This member is added by an implicit conversion from Tunnel toArrowAssoc[Tunnel] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnel to any2stringadd[Tunnel]

    Inherited by implicit conversion StringFormat fromTunnel to StringFormat[Tunnel]

    Inherited by implicit conversion Ensuring fromTunnel to Ensuring[Tunnel]

    Inherited by implicit conversion ArrowAssoc fromTunnel to ArrowAssoc[Tunnel]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TunnelGroupBackend$.html b/docs/com/ngrok/definitions/TunnelGroupBackend$.html index 9f15a4e..693d9a4 100644 --- a/docs/com/ngrok/definitions/TunnelGroupBackend$.html +++ b/docs/com/ngrok/definitions/TunnelGroupBackend$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TunnelGroupBackend

    Packages

    object TunnelGroupBackend extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelGroupBackend
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTunnelGroupBackend: Decoder[TunnelGroupBackend]
    7. implicit val encodeTunnelGroupBackend: Encoder[TunnelGroupBackend]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TunnelGroupBackend

    Packages

    object TunnelGroupBackend extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelGroupBackend
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTunnelGroupBackend: Decoder[TunnelGroupBackend]
    7. implicit val encodeTunnelGroupBackend: Encoder[TunnelGroupBackend]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TunnelGroupBackend.html b/docs/com/ngrok/definitions/TunnelGroupBackend.html index e059d33..c524971 100644 --- a/docs/com/ngrok/definitions/TunnelGroupBackend.html +++ b/docs/com/ngrok/definitions/TunnelGroupBackend.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TunnelGroupBackend

    Packages

    final case class TunnelGroupBackend(id: String, uri: String, createdAt: OffsetDateTime, description: String, metadata: String, labels: Map[String, String], tunnels: List[Ref]) extends Product with Serializable

    A class encapsulating the TunnelGroupBackend resource. -

    id

    unique identifier for this TunnelGroup backend

    uri

    URI of the TunnelGroupBackend API resource

    createdAt

    timestamp when the backend was created, RFC 3339 format

    description

    human-readable description of this backend. Optional

    metadata

    arbitrary user-defined machine-readable data of this backend. Optional

    labels

    labels to watch for tunnels on, e.g. app->foo, dc->bar

    tunnels

    tunnels matching this backend

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelGroupBackend
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TunnelGroupBackend(id: String, uri: String, createdAt: OffsetDateTime, description: String, metadata: String, labels: Map[String, String], tunnels: List[Ref])

      create a new TunnelGroupBackend.

      create a new TunnelGroupBackend.

      id

      unique identifier for this TunnelGroup backend

      uri

      URI of the TunnelGroupBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      labels

      labels to watch for tunnels on, e.g. app->foo, dc->bar

      tunnels

      tunnels matching this backend

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toany2stringadd[TunnelGroupBackend] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TunnelGroupBackend, B)
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toArrowAssoc[TunnelGroupBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. def ensuring(cond: (TunnelGroupBackend) => Boolean, msg: => Any): TunnelGroupBackend
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toEnsuring[TunnelGroupBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (TunnelGroupBackend) => Boolean): TunnelGroupBackend
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toEnsuring[TunnelGroupBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): TunnelGroupBackend
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toEnsuring[TunnelGroupBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): TunnelGroupBackend
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toEnsuring[TunnelGroupBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toStringFormat[TunnelGroupBackend] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val labels: Map[String, String]
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. val tunnels: List[Ref]
    28. val uri: String
    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TunnelGroupBackend, B)
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toArrowAssoc[TunnelGroupBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnelGroupBackend to any2stringadd[TunnelGroupBackend]

    Inherited by implicit conversion StringFormat fromTunnelGroupBackend to StringFormat[TunnelGroupBackend]

    Inherited by implicit conversion Ensuring fromTunnelGroupBackend to Ensuring[TunnelGroupBackend]

    Inherited by implicit conversion ArrowAssoc fromTunnelGroupBackend to ArrowAssoc[TunnelGroupBackend]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TunnelGroupBackend

    Packages

    final case class TunnelGroupBackend(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, labels: Map[String, String], tunnels: List[Ref]) extends Product with Serializable

    A class encapsulating the TunnelGroupBackend resource. +

    id

    unique identifier for this TunnelGroup backend

    uri

    URI of the TunnelGroupBackend API resource

    createdAt

    timestamp when the backend was created, RFC 3339 format

    description

    human-readable description of this backend. Optional

    metadata

    arbitrary user-defined machine-readable data of this backend. Optional

    labels

    labels to watch for tunnels on, e.g. app->foo, dc->bar

    tunnels

    tunnels matching this backend

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelGroupBackend
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TunnelGroupBackend(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, labels: Map[String, String], tunnels: List[Ref])

      create a new TunnelGroupBackend.

      create a new TunnelGroupBackend.

      id

      unique identifier for this TunnelGroup backend

      uri

      URI of the TunnelGroupBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      labels

      labels to watch for tunnels on, e.g. app->foo, dc->bar

      tunnels

      tunnels matching this backend

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toany2stringadd[TunnelGroupBackend] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TunnelGroupBackend, B)
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toArrowAssoc[TunnelGroupBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. val createdAt: OffsetDateTime
    9. val description: String
    10. def ensuring(cond: (TunnelGroupBackend) => Boolean, msg: => Any): TunnelGroupBackend
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toEnsuring[TunnelGroupBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (TunnelGroupBackend) => Boolean): TunnelGroupBackend
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toEnsuring[TunnelGroupBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): TunnelGroupBackend
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toEnsuring[TunnelGroupBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): TunnelGroupBackend
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toEnsuring[TunnelGroupBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. val id: String
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. val labels: Map[String, String]
    20. val metadata: String
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. val tunnels: List[Ref]
    27. val uri: URI
    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toStringFormat[TunnelGroupBackend] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TunnelGroupBackend, B)
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackend toArrowAssoc[TunnelGroupBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnelGroupBackend to any2stringadd[TunnelGroupBackend]

    Inherited by implicit conversion StringFormat fromTunnelGroupBackend to StringFormat[TunnelGroupBackend]

    Inherited by implicit conversion Ensuring fromTunnelGroupBackend to Ensuring[TunnelGroupBackend]

    Inherited by implicit conversion ArrowAssoc fromTunnelGroupBackend to ArrowAssoc[TunnelGroupBackend]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TunnelGroupBackendList$.html b/docs/com/ngrok/definitions/TunnelGroupBackendList$.html index b5fb18f..910e38f 100644 --- a/docs/com/ngrok/definitions/TunnelGroupBackendList$.html +++ b/docs/com/ngrok/definitions/TunnelGroupBackendList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TunnelGroupBackendList

    Packages

    object TunnelGroupBackendList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelGroupBackendList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTunnelGroupBackendList: Decoder[TunnelGroupBackendList]
    7. implicit val encodeTunnelGroupBackendList: Encoder[TunnelGroupBackendList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TunnelGroupBackendList

    Packages

    object TunnelGroupBackendList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelGroupBackendList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTunnelGroupBackendList: Decoder[TunnelGroupBackendList]
    7. implicit val encodeTunnelGroupBackendList: Encoder[TunnelGroupBackendList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TunnelGroupBackendList.html b/docs/com/ngrok/definitions/TunnelGroupBackendList.html index 31bba81..48c1327 100644 --- a/docs/com/ngrok/definitions/TunnelGroupBackendList.html +++ b/docs/com/ngrok/definitions/TunnelGroupBackendList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TunnelGroupBackendList

    Packages

    final case class TunnelGroupBackendList(backends: List[TunnelGroupBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the TunnelGroupBackendList resource. -

    backends

    the list of all TunnelGroup backends on this account

    uri

    URI of the TunnelGroup backends list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelGroupBackendList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TunnelGroupBackendList(backends: List[TunnelGroupBackend], uri: URI, nextPageUri: Option[URI] = None)

      create a new TunnelGroupBackendList.

      create a new TunnelGroupBackendList.

      backends

      the list of all TunnelGroup backends on this account

      uri

      URI of the TunnelGroup backends list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toany2stringadd[TunnelGroupBackendList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TunnelGroupBackendList, B)
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toArrowAssoc[TunnelGroupBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backends: List[TunnelGroupBackend]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (TunnelGroupBackendList) => Boolean, msg: => Any): TunnelGroupBackendList
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toEnsuring[TunnelGroupBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TunnelGroupBackendList) => Boolean): TunnelGroupBackendList
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toEnsuring[TunnelGroupBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TunnelGroupBackendList
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toEnsuring[TunnelGroupBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TunnelGroupBackendList
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toEnsuring[TunnelGroupBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toStringFormat[TunnelGroupBackendList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      TunnelGroupBackendListPageable
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TunnelGroupBackendList, B)
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toArrowAssoc[TunnelGroupBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnelGroupBackendList to any2stringadd[TunnelGroupBackendList]

    Inherited by implicit conversion StringFormat fromTunnelGroupBackendList to StringFormat[TunnelGroupBackendList]

    Inherited by implicit conversion Ensuring fromTunnelGroupBackendList to Ensuring[TunnelGroupBackendList]

    Inherited by implicit conversion ArrowAssoc fromTunnelGroupBackendList to ArrowAssoc[TunnelGroupBackendList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TunnelGroupBackendList

    Packages

    final case class TunnelGroupBackendList(backends: List[TunnelGroupBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the TunnelGroupBackendList resource. +

    backends

    the list of all TunnelGroup backends on this account

    uri

    URI of the TunnelGroup backends list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelGroupBackendList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TunnelGroupBackendList(backends: List[TunnelGroupBackend], uri: URI, nextPageUri: Option[URI] = None)

      create a new TunnelGroupBackendList.

      create a new TunnelGroupBackendList.

      backends

      the list of all TunnelGroup backends on this account

      uri

      URI of the TunnelGroup backends list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toany2stringadd[TunnelGroupBackendList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TunnelGroupBackendList, B)
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toArrowAssoc[TunnelGroupBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backends: List[TunnelGroupBackend]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (TunnelGroupBackendList) => Boolean, msg: => Any): TunnelGroupBackendList
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toEnsuring[TunnelGroupBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TunnelGroupBackendList) => Boolean): TunnelGroupBackendList
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toEnsuring[TunnelGroupBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TunnelGroupBackendList
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toEnsuring[TunnelGroupBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TunnelGroupBackendList
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toEnsuring[TunnelGroupBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      TunnelGroupBackendListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toStringFormat[TunnelGroupBackendList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TunnelGroupBackendList, B)
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackendList toArrowAssoc[TunnelGroupBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnelGroupBackendList to any2stringadd[TunnelGroupBackendList]

    Inherited by implicit conversion StringFormat fromTunnelGroupBackendList to StringFormat[TunnelGroupBackendList]

    Inherited by implicit conversion Ensuring fromTunnelGroupBackendList to Ensuring[TunnelGroupBackendList]

    Inherited by implicit conversion ArrowAssoc fromTunnelGroupBackendList to ArrowAssoc[TunnelGroupBackendList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TunnelList$.html b/docs/com/ngrok/definitions/TunnelList$.html index 394474d..ae561a8 100644 --- a/docs/com/ngrok/definitions/TunnelList$.html +++ b/docs/com/ngrok/definitions/TunnelList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TunnelList

    Packages

    object TunnelList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTunnelList: Decoder[TunnelList]
    7. implicit val encodeTunnelList: Encoder[TunnelList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TunnelList

    Packages

    object TunnelList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTunnelList: Decoder[TunnelList]
    7. implicit val encodeTunnelList: Encoder[TunnelList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TunnelList.html b/docs/com/ngrok/definitions/TunnelList.html index b1ba61d..821672a 100644 --- a/docs/com/ngrok/definitions/TunnelList.html +++ b/docs/com/ngrok/definitions/TunnelList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TunnelList

    Packages

    final case class TunnelList(tunnels: List[Tunnel], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the TunnelList resource. -

    tunnels

    the list of all online tunnels on this account

    uri

    URI of the tunnels list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TunnelList(tunnels: List[Tunnel], uri: URI, nextPageUri: Option[URI] = None)

      create a new TunnelList.

      create a new TunnelList.

      tunnels

      the list of all online tunnels on this account

      uri

      URI of the tunnels list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TunnelList toany2stringadd[TunnelList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TunnelList, B)
      Implicit
      This member is added by an implicit conversion from TunnelList toArrowAssoc[TunnelList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (TunnelList) => Boolean, msg: => Any): TunnelList
      Implicit
      This member is added by an implicit conversion from TunnelList toEnsuring[TunnelList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (TunnelList) => Boolean): TunnelList
      Implicit
      This member is added by an implicit conversion from TunnelList toEnsuring[TunnelList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): TunnelList
      Implicit
      This member is added by an implicit conversion from TunnelList toEnsuring[TunnelList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): TunnelList
      Implicit
      This member is added by an implicit conversion from TunnelList toEnsuring[TunnelList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TunnelList toStringFormat[TunnelList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      TunnelListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val tunnels: List[Tunnel]
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TunnelList, B)
      Implicit
      This member is added by an implicit conversion from TunnelList toArrowAssoc[TunnelList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnelList to any2stringadd[TunnelList]

    Inherited by implicit conversion StringFormat fromTunnelList to StringFormat[TunnelList]

    Inherited by implicit conversion Ensuring fromTunnelList to Ensuring[TunnelList]

    Inherited by implicit conversion ArrowAssoc fromTunnelList to ArrowAssoc[TunnelList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TunnelList

    Packages

    final case class TunnelList(tunnels: List[Tunnel], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the TunnelList resource. +

    tunnels

    the list of all online tunnels on this account

    uri

    URI of the tunnels list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TunnelList(tunnels: List[Tunnel], uri: URI, nextPageUri: Option[URI] = None)

      create a new TunnelList.

      create a new TunnelList.

      tunnels

      the list of all online tunnels on this account

      uri

      URI of the tunnels list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TunnelList toany2stringadd[TunnelList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TunnelList, B)
      Implicit
      This member is added by an implicit conversion from TunnelList toArrowAssoc[TunnelList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (TunnelList) => Boolean, msg: => Any): TunnelList
      Implicit
      This member is added by an implicit conversion from TunnelList toEnsuring[TunnelList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (TunnelList) => Boolean): TunnelList
      Implicit
      This member is added by an implicit conversion from TunnelList toEnsuring[TunnelList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): TunnelList
      Implicit
      This member is added by an implicit conversion from TunnelList toEnsuring[TunnelList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): TunnelList
      Implicit
      This member is added by an implicit conversion from TunnelList toEnsuring[TunnelList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      TunnelListPageable
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    22. val tunnels: List[Tunnel]
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TunnelList toStringFormat[TunnelList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TunnelList, B)
      Implicit
      This member is added by an implicit conversion from TunnelList toArrowAssoc[TunnelList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnelList to any2stringadd[TunnelList]

    Inherited by implicit conversion StringFormat fromTunnelList to StringFormat[TunnelList]

    Inherited by implicit conversion Ensuring fromTunnelList to Ensuring[TunnelList]

    Inherited by implicit conversion ArrowAssoc fromTunnelList to ArrowAssoc[TunnelList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TunnelSession$.html b/docs/com/ngrok/definitions/TunnelSession$.html index b0da6b9..3165c97 100644 --- a/docs/com/ngrok/definitions/TunnelSession$.html +++ b/docs/com/ngrok/definitions/TunnelSession$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TunnelSession

    Packages

    object TunnelSession extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelSession
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTunnelSession: Decoder[TunnelSession]
    7. implicit val encodeTunnelSession: Encoder[TunnelSession]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TunnelSession

    Packages

    object TunnelSession extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelSession
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTunnelSession: Decoder[TunnelSession]
    7. implicit val encodeTunnelSession: Encoder[TunnelSession]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TunnelSession.html b/docs/com/ngrok/definitions/TunnelSession.html index 4a45f0e..4dd78bd 100644 --- a/docs/com/ngrok/definitions/TunnelSession.html +++ b/docs/com/ngrok/definitions/TunnelSession.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TunnelSession

    Packages

    final case class TunnelSession(agentVersion: String, credential: Ref, id: String, ip: String, metadata: String, os: String, region: String, startedAt: OffsetDateTime, transport: String, uri: URI) extends Product with Serializable

    A class encapsulating the TunnelSession resource. -

    agentVersion

    version of the ngrok agent that started this ngrok tunnel session

    credential

    reference to the tunnel credential or ssh credential used by the ngrok agent to start this tunnel session

    id

    unique tunnel session resource identifier

    ip

    source ip address of the tunnel session

    metadata

    arbitrary user-defined data specified in the metadata property in the ngrok configuration file. See the metadata configuration option

    os

    operating system of the host the ngrok agent is running on

    region

    the ngrok region identifier in which this tunnel session was started

    startedAt

    time when the tunnel session first connected to the ngrok servers

    transport

    the transport protocol used to start the tunnel session. Either ngrok/v2 or ssh

    uri

    URI to the API resource of the tunnel session

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelSession
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TunnelSession(agentVersion: String, credential: Ref, id: String, ip: String, metadata: String, os: String, region: String, startedAt: OffsetDateTime, transport: String, uri: URI)

      create a new TunnelSession.

      create a new TunnelSession.

      agentVersion

      version of the ngrok agent that started this ngrok tunnel session

      credential

      reference to the tunnel credential or ssh credential used by the ngrok agent to start this tunnel session

      id

      unique tunnel session resource identifier

      ip

      source ip address of the tunnel session

      metadata

      arbitrary user-defined data specified in the metadata property in the ngrok configuration file. See the metadata configuration option

      os

      operating system of the host the ngrok agent is running on

      region

      the ngrok region identifier in which this tunnel session was started

      startedAt

      time when the tunnel session first connected to the ngrok servers

      transport

      the transport protocol used to start the tunnel session. Either ngrok/v2 or ssh

      uri

      URI to the API resource of the tunnel session

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TunnelSession toany2stringadd[TunnelSession] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TunnelSession, B)
      Implicit
      This member is added by an implicit conversion from TunnelSession toArrowAssoc[TunnelSession] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val agentVersion: String
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val credential: Ref
    10. def ensuring(cond: (TunnelSession) => Boolean, msg: => Any): TunnelSession
      Implicit
      This member is added by an implicit conversion from TunnelSession toEnsuring[TunnelSession] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (TunnelSession) => Boolean): TunnelSession
      Implicit
      This member is added by an implicit conversion from TunnelSession toEnsuring[TunnelSession] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): TunnelSession
      Implicit
      This member is added by an implicit conversion from TunnelSession toEnsuring[TunnelSession] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): TunnelSession
      Implicit
      This member is added by an implicit conversion from TunnelSession toEnsuring[TunnelSession] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TunnelSession toStringFormat[TunnelSession] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. val ip: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. val os: String
    26. def productElementNames: Iterator[String]
      Definition Classes
      Product
    27. val region: String
    28. val startedAt: OffsetDateTime
    29. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    30. val transport: String
    31. val uri: URI
    32. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    33. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    34. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TunnelSession, B)
      Implicit
      This member is added by an implicit conversion from TunnelSession toArrowAssoc[TunnelSession] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnelSession to any2stringadd[TunnelSession]

    Inherited by implicit conversion StringFormat fromTunnelSession to StringFormat[TunnelSession]

    Inherited by implicit conversion Ensuring fromTunnelSession to Ensuring[TunnelSession]

    Inherited by implicit conversion ArrowAssoc fromTunnelSession to ArrowAssoc[TunnelSession]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TunnelSession

    Packages

    final case class TunnelSession(agentVersion: String, credential: Ref, id: String, ip: String, metadata: String, os: String, region: String, startedAt: OffsetDateTime, transport: String, uri: URI) extends Product with Serializable

    A class encapsulating the TunnelSession resource. +

    agentVersion

    version of the ngrok agent that started this ngrok tunnel session

    credential

    reference to the tunnel credential or ssh credential used by the ngrok agent to start this tunnel session

    id

    unique tunnel session resource identifier

    ip

    source ip address of the tunnel session

    metadata

    arbitrary user-defined data specified in the metadata property in the ngrok configuration file. See the metadata configuration option

    os

    operating system of the host the ngrok agent is running on

    region

    the ngrok region identifier in which this tunnel session was started

    startedAt

    time when the tunnel session first connected to the ngrok servers

    transport

    the transport protocol used to start the tunnel session. Either ngrok/v2 or ssh

    uri

    URI to the API resource of the tunnel session

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelSession
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TunnelSession(agentVersion: String, credential: Ref, id: String, ip: String, metadata: String, os: String, region: String, startedAt: OffsetDateTime, transport: String, uri: URI)

      create a new TunnelSession.

      create a new TunnelSession.

      agentVersion

      version of the ngrok agent that started this ngrok tunnel session

      credential

      reference to the tunnel credential or ssh credential used by the ngrok agent to start this tunnel session

      id

      unique tunnel session resource identifier

      ip

      source ip address of the tunnel session

      metadata

      arbitrary user-defined data specified in the metadata property in the ngrok configuration file. See the metadata configuration option

      os

      operating system of the host the ngrok agent is running on

      region

      the ngrok region identifier in which this tunnel session was started

      startedAt

      time when the tunnel session first connected to the ngrok servers

      transport

      the transport protocol used to start the tunnel session. Either ngrok/v2 or ssh

      uri

      URI to the API resource of the tunnel session

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TunnelSession toany2stringadd[TunnelSession] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TunnelSession, B)
      Implicit
      This member is added by an implicit conversion from TunnelSession toArrowAssoc[TunnelSession] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. val agentVersion: String
    7. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val credential: Ref
    10. def ensuring(cond: (TunnelSession) => Boolean, msg: => Any): TunnelSession
      Implicit
      This member is added by an implicit conversion from TunnelSession toEnsuring[TunnelSession] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (TunnelSession) => Boolean): TunnelSession
      Implicit
      This member is added by an implicit conversion from TunnelSession toEnsuring[TunnelSession] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): TunnelSession
      Implicit
      This member is added by an implicit conversion from TunnelSession toEnsuring[TunnelSession] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): TunnelSession
      Implicit
      This member is added by an implicit conversion from TunnelSession toEnsuring[TunnelSession] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. val id: String
    18. val ip: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val metadata: String
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. val os: String
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. val region: String
    27. val startedAt: OffsetDateTime
    28. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    29. val transport: String
    30. val uri: URI
    31. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    32. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    33. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TunnelSession toStringFormat[TunnelSession] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TunnelSession, B)
      Implicit
      This member is added by an implicit conversion from TunnelSession toArrowAssoc[TunnelSession] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnelSession to any2stringadd[TunnelSession]

    Inherited by implicit conversion StringFormat fromTunnelSession to StringFormat[TunnelSession]

    Inherited by implicit conversion Ensuring fromTunnelSession to Ensuring[TunnelSession]

    Inherited by implicit conversion ArrowAssoc fromTunnelSession to ArrowAssoc[TunnelSession]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TunnelSessionList$.html b/docs/com/ngrok/definitions/TunnelSessionList$.html index 3600c31..a433d8b 100644 --- a/docs/com/ngrok/definitions/TunnelSessionList$.html +++ b/docs/com/ngrok/definitions/TunnelSessionList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TunnelSessionList

    Packages

    object TunnelSessionList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelSessionList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTunnelSessionList: Decoder[TunnelSessionList]
    7. implicit val encodeTunnelSessionList: Encoder[TunnelSessionList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TunnelSessionList

    Packages

    object TunnelSessionList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelSessionList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeTunnelSessionList: Decoder[TunnelSessionList]
    7. implicit val encodeTunnelSessionList: Encoder[TunnelSessionList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/TunnelSessionList.html b/docs/com/ngrok/definitions/TunnelSessionList.html index 1c56607..20b0fdc 100644 --- a/docs/com/ngrok/definitions/TunnelSessionList.html +++ b/docs/com/ngrok/definitions/TunnelSessionList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.TunnelSessionList

    Packages

    final case class TunnelSessionList(tunnelSessions: List[TunnelSession], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the TunnelSessionList resource. -

    tunnelSessions

    list of all tunnel sessions on this account

    uri

    URI to the API resource of the tunnel session list

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelSessionList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TunnelSessionList(tunnelSessions: List[TunnelSession], uri: URI, nextPageUri: Option[URI] = None)

      create a new TunnelSessionList.

      create a new TunnelSessionList.

      tunnelSessions

      list of all tunnel sessions on this account

      uri

      URI to the API resource of the tunnel session list

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toany2stringadd[TunnelSessionList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TunnelSessionList, B)
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toArrowAssoc[TunnelSessionList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (TunnelSessionList) => Boolean, msg: => Any): TunnelSessionList
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toEnsuring[TunnelSessionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (TunnelSessionList) => Boolean): TunnelSessionList
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toEnsuring[TunnelSessionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): TunnelSessionList
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toEnsuring[TunnelSessionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): TunnelSessionList
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toEnsuring[TunnelSessionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toStringFormat[TunnelSessionList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      TunnelSessionListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val tunnelSessions: List[TunnelSession]
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TunnelSessionList, B)
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toArrowAssoc[TunnelSessionList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnelSessionList to any2stringadd[TunnelSessionList]

    Inherited by implicit conversion StringFormat fromTunnelSessionList to StringFormat[TunnelSessionList]

    Inherited by implicit conversion Ensuring fromTunnelSessionList to Ensuring[TunnelSessionList]

    Inherited by implicit conversion ArrowAssoc fromTunnelSessionList to ArrowAssoc[TunnelSessionList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.TunnelSessionList

    Packages

    final case class TunnelSessionList(tunnelSessions: List[TunnelSession], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the TunnelSessionList resource. +

    tunnelSessions

    list of all tunnel sessions on this account

    uri

    URI to the API resource of the tunnel session list

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelSessionList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new TunnelSessionList(tunnelSessions: List[TunnelSession], uri: URI, nextPageUri: Option[URI] = None)

      create a new TunnelSessionList.

      create a new TunnelSessionList.

      tunnelSessions

      list of all tunnel sessions on this account

      uri

      URI to the API resource of the tunnel session list

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toany2stringadd[TunnelSessionList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TunnelSessionList, B)
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toArrowAssoc[TunnelSessionList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (TunnelSessionList) => Boolean, msg: => Any): TunnelSessionList
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toEnsuring[TunnelSessionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (TunnelSessionList) => Boolean): TunnelSessionList
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toEnsuring[TunnelSessionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): TunnelSessionList
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toEnsuring[TunnelSessionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): TunnelSessionList
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toEnsuring[TunnelSessionList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    14. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    15. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    16. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      TunnelSessionListPageable
    18. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    19. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. def productElementNames: Iterator[String]
      Definition Classes
      Product
    21. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    22. val tunnelSessions: List[TunnelSession]
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toStringFormat[TunnelSessionList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TunnelSessionList, B)
      Implicit
      This member is added by an implicit conversion from TunnelSessionList toArrowAssoc[TunnelSessionList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnelSessionList to any2stringadd[TunnelSessionList]

    Inherited by implicit conversion StringFormat fromTunnelSessionList to StringFormat[TunnelSessionList]

    Inherited by implicit conversion Ensuring fromTunnelSessionList to Ensuring[TunnelSessionList]

    Inherited by implicit conversion ArrowAssoc fromTunnelSessionList to ArrowAssoc[TunnelSessionList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/WeightedBackend$.html b/docs/com/ngrok/definitions/WeightedBackend$.html index d3916d8..ab14a11 100644 --- a/docs/com/ngrok/definitions/WeightedBackend$.html +++ b/docs/com/ngrok/definitions/WeightedBackend$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.WeightedBackend

    Packages

    object WeightedBackend extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. WeightedBackend
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeWeightedBackend: Decoder[WeightedBackend]
    7. implicit val encodeWeightedBackend: Encoder[WeightedBackend]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.WeightedBackend

    Packages

    object WeightedBackend extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. WeightedBackend
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeWeightedBackend: Decoder[WeightedBackend]
    7. implicit val encodeWeightedBackend: Encoder[WeightedBackend]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/WeightedBackend.html b/docs/com/ngrok/definitions/WeightedBackend.html index e4c668f..db994e8 100644 --- a/docs/com/ngrok/definitions/WeightedBackend.html +++ b/docs/com/ngrok/definitions/WeightedBackend.html @@ -1,3 +1,5 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.WeightedBackend

    Packages

    final case class WeightedBackend(id: String, uri: String, createdAt: OffsetDateTime, description: String, metadata: String, backends: Map[String, Long]) extends Product with Serializable

    A class encapsulating the WeightedBackend resource. -

    id

    unique identifier for this Weighted backend

    uri

    URI of the WeightedBackend API resource

    createdAt

    timestamp when the backend was created, RFC 3339 format

    description

    human-readable description of this backend. Optional

    metadata

    arbitrary user-defined machine-readable data of this backend. Optional

    backends

    the ids of the child backends to their weights [0-10000]

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. WeightedBackend
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new WeightedBackend(id: String, uri: String, createdAt: OffsetDateTime, description: String, metadata: String, backends: Map[String, Long])

      create a new WeightedBackend.

      create a new WeightedBackend.

      id

      unique identifier for this Weighted backend

      uri

      URI of the WeightedBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends to their weights [0-10000]

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from WeightedBackend toany2stringadd[WeightedBackend] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (WeightedBackend, B)
      Implicit
      This member is added by an implicit conversion from WeightedBackend toArrowAssoc[WeightedBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backends: Map[String, Long]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (WeightedBackend) => Boolean, msg: => Any): WeightedBackend
      Implicit
      This member is added by an implicit conversion from WeightedBackend toEnsuring[WeightedBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (WeightedBackend) => Boolean): WeightedBackend
      Implicit
      This member is added by an implicit conversion from WeightedBackend toEnsuring[WeightedBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): WeightedBackend
      Implicit
      This member is added by an implicit conversion from WeightedBackend toEnsuring[WeightedBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): WeightedBackend
      Implicit
      This member is added by an implicit conversion from WeightedBackend toEnsuring[WeightedBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from WeightedBackend toStringFormat[WeightedBackend] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. val id: String
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. val metadata: String
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. def productElementNames: Iterator[String]
      Definition Classes
      Product
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. val uri: String
    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (WeightedBackend, B)
      Implicit
      This member is added by an implicit conversion from WeightedBackend toArrowAssoc[WeightedBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromWeightedBackend to any2stringadd[WeightedBackend]

    Inherited by implicit conversion StringFormat fromWeightedBackend to StringFormat[WeightedBackend]

    Inherited by implicit conversion Ensuring fromWeightedBackend to Ensuring[WeightedBackend]

    Inherited by implicit conversion ArrowAssoc fromWeightedBackend to ArrowAssoc[WeightedBackend]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.WeightedBackend

    Packages

    final case class WeightedBackend(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, backends: Map[String, Long]) extends Product with Serializable

    A class encapsulating the WeightedBackend resource. +

    id

    unique identifier for this Weighted backend

    uri

    URI of the WeightedBackend API resource

    createdAt

    timestamp when the backend was created, RFC 3339 format

    description

    human-readable description of this backend. Optional

    metadata

    arbitrary user-defined machine-readable data of this backend. Optional

    backends

    the ids of the child backends to their weights [0-10000]

    Linear Supertypes
    Serializable, Product, Equals, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. WeightedBackend
    2. Serializable
    3. Product
    4. Equals
    5. AnyRef
    6. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new WeightedBackend(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, backends: Map[String, Long])

      create a new WeightedBackend.

      create a new WeightedBackend.

      id

      unique identifier for this Weighted backend

      uri

      URI of the WeightedBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends to their weights [0-10000]

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from WeightedBackend toany2stringadd[WeightedBackend] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (WeightedBackend, B)
      Implicit
      This member is added by an implicit conversion from WeightedBackend toArrowAssoc[WeightedBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backends: Map[String, Long]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. val createdAt: OffsetDateTime
    10. val description: String
    11. def ensuring(cond: (WeightedBackend) => Boolean, msg: => Any): WeightedBackend
      Implicit
      This member is added by an implicit conversion from WeightedBackend toEnsuring[WeightedBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: (WeightedBackend) => Boolean): WeightedBackend
      Implicit
      This member is added by an implicit conversion from WeightedBackend toEnsuring[WeightedBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean, msg: => Any): WeightedBackend
      Implicit
      This member is added by an implicit conversion from WeightedBackend toEnsuring[WeightedBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean): WeightedBackend
      Implicit
      This member is added by an implicit conversion from WeightedBackend toEnsuring[WeightedBackend] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. val id: String
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. val metadata: String
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def productElementNames: Iterator[String]
      Definition Classes
      Product
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. val uri: URI
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from WeightedBackend toStringFormat[WeightedBackend] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (WeightedBackend, B)
      Implicit
      This member is added by an implicit conversion from WeightedBackend toArrowAssoc[WeightedBackend] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromWeightedBackend to any2stringadd[WeightedBackend]

    Inherited by implicit conversion StringFormat fromWeightedBackend to StringFormat[WeightedBackend]

    Inherited by implicit conversion Ensuring fromWeightedBackend to Ensuring[WeightedBackend]

    Inherited by implicit conversion ArrowAssoc fromWeightedBackend to ArrowAssoc[WeightedBackend]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/WeightedBackendList$.html b/docs/com/ngrok/definitions/WeightedBackendList$.html index 1b84b21..dbf3975 100644 --- a/docs/com/ngrok/definitions/WeightedBackendList$.html +++ b/docs/com/ngrok/definitions/WeightedBackendList$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.WeightedBackendList

    Packages

    object WeightedBackendList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. WeightedBackendList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeWeightedBackendList: Decoder[WeightedBackendList]
    7. implicit val encodeWeightedBackendList: Encoder[WeightedBackendList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.WeightedBackendList

    Packages

    object WeightedBackendList extends Serializable

    Linear Supertypes
    Serializable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. WeightedBackendList
    2. Serializable
    3. AnyRef
    4. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. implicit val decodeWeightedBackendList: Decoder[WeightedBackendList]
    7. implicit val encodeWeightedBackendList: Encoder[WeightedBackendList]
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    12. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    14. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    16. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    18. def toString(): String
      Definition Classes
      AnyRef → Any
    19. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    20. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/WeightedBackendList.html b/docs/com/ngrok/definitions/WeightedBackendList.html index e96e363..179c38d 100644 --- a/docs/com/ngrok/definitions/WeightedBackendList.html +++ b/docs/com/ngrok/definitions/WeightedBackendList.html @@ -1,4 +1,6 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions.WeightedBackendList

    Packages

    final case class WeightedBackendList(backends: List[WeightedBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the WeightedBackendList resource. -

    backends

    the list of all Weighted backends on this account

    uri

    URI of the Weighted backends list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. WeightedBackendList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new WeightedBackendList(backends: List[WeightedBackend], uri: URI, nextPageUri: Option[URI] = None)

      create a new WeightedBackendList.

      create a new WeightedBackendList.

      backends

      the list of all Weighted backends on this account

      uri

      URI of the Weighted backends list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toany2stringadd[WeightedBackendList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (WeightedBackendList, B)
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toArrowAssoc[WeightedBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backends: List[WeightedBackend]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (WeightedBackendList) => Boolean, msg: => Any): WeightedBackendList
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toEnsuring[WeightedBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (WeightedBackendList) => Boolean): WeightedBackendList
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toEnsuring[WeightedBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): WeightedBackendList
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toEnsuring[WeightedBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): WeightedBackendList
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toEnsuring[WeightedBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toStringFormat[WeightedBackendList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    18. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    19. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. -

      returns

      a URI

      Definition Classes
      WeightedBackendListPageable
    20. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. def productElementNames: Iterator[String]
      Definition Classes
      Product
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. val uri: URI
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (WeightedBackendList, B)
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toArrowAssoc[WeightedBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromWeightedBackendList to any2stringadd[WeightedBackendList]

    Inherited by implicit conversion StringFormat fromWeightedBackendList to StringFormat[WeightedBackendList]

    Inherited by implicit conversion Ensuring fromWeightedBackendList to Ensuring[WeightedBackendList]

    Inherited by implicit conversion ArrowAssoc fromWeightedBackendList to ArrowAssoc[WeightedBackendList]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions.WeightedBackendList

    Packages

    final case class WeightedBackendList(backends: List[WeightedBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

    A class encapsulating the WeightedBackendList resource. +

    backends

    the list of all Weighted backends on this account

    uri

    URI of the Weighted backends list API resource

    nextPageUri

    URI of the next page, or null if there is no next page

    Linear Supertypes
    Serializable, Product, Equals, Pageable, AnyRef, Any
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. WeightedBackendList
    2. Serializable
    3. Product
    4. Equals
    5. Pageable
    6. AnyRef
    7. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Instance Constructors

    1. new WeightedBackendList(backends: List[WeightedBackend], uri: URI, nextPageUri: Option[URI] = None)

      create a new WeightedBackendList.

      create a new WeightedBackendList.

      backends

      the list of all Weighted backends on this account

      uri

      URI of the Weighted backends list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toany2stringadd[WeightedBackendList] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (WeightedBackendList, B)
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toArrowAssoc[WeightedBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. val backends: List[WeightedBackend]
    8. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    9. def ensuring(cond: (WeightedBackendList) => Boolean, msg: => Any): WeightedBackendList
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toEnsuring[WeightedBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (WeightedBackendList) => Boolean): WeightedBackendList
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toEnsuring[WeightedBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): WeightedBackendList
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toEnsuring[WeightedBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): WeightedBackendList
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toEnsuring[WeightedBackendList] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    16. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    17. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    18. val nextPageUri: Option[URI]

      Fetches the URI of the next page.

      Fetches the URI of the next page. +

      returns

      a URI

      Definition Classes
      WeightedBackendListPageable
    19. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    20. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    21. def productElementNames: Iterator[String]
      Definition Classes
      Product
    22. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    23. val uri: URI
    24. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    25. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toStringFormat[WeightedBackendList] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (WeightedBackendList, B)
      Implicit
      This member is added by an implicit conversion from WeightedBackendList toArrowAssoc[WeightedBackendList] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from Serializable

    Inherited from Product

    Inherited from Equals

    Inherited from Pageable

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromWeightedBackendList to any2stringadd[WeightedBackendList]

    Inherited by implicit conversion StringFormat fromWeightedBackendList to StringFormat[WeightedBackendList]

    Inherited by implicit conversion Ensuring fromWeightedBackendList to Ensuring[WeightedBackendList]

    Inherited by implicit conversion ArrowAssoc fromWeightedBackendList to ArrowAssoc[WeightedBackendList]

    Ungrouped

    diff --git a/docs/com/ngrok/definitions/index.html b/docs/com/ngrok/definitions/index.html index 245604a..1caca56 100644 --- a/docs/com/ngrok/definitions/index.html +++ b/docs/com/ngrok/definitions/index.html @@ -1,96 +1,96 @@ -ngrok API Documentation (0.6.0) - com.ngrok.definitions

    Packages

    p

    com.ngrok

    definitions

    package definitions

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. definitions
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Type Members

    1. final case class AbuseReport(id: String, uri: URI, createdAt: OffsetDateTime, urls: List[URI], metadata: String, status: String, hostnames: List[AbuseReportHostname]) extends Product with Serializable

      A class encapsulating the AbuseReport resource.

      A class encapsulating the AbuseReport resource. -

      id

      ID of the abuse report

      uri

      URI of the abuse report API resource

      createdAt

      timestamp that the abuse report record was created in RFC 3339 format

      urls

      a list of URLs containing suspected abusive content

      metadata

      arbitrary user-defined data about this abuse report. Optional, max 4096 bytes.

      status

      Indicates whether ngrok has processed the abuse report. one of PENDING, PROCESSED, or PARTIALLY_PROCESSED

      hostnames

      an array of hostname statuses related to the report

    2. final case class AbuseReportHostname(hostname: String, status: String) extends Product with Serializable

      A class encapsulating the AbuseReportHostname resource.

      A class encapsulating the AbuseReportHostname resource. -

      hostname

      the hostname ngrok has parsed out of one of the reported URLs in this abuse report

      status

      indicates what action ngrok has taken against the hostname. one of PENDING, BANNED, UNBANNED, or IGNORE

    3. final case class AgentIngress(id: String, uri: URI, description: String, metadata: String, domain: String, nsTargets: List[String], regionDomains: List[String], createdAt: String) extends Product with Serializable

      A class encapsulating the AgentIngress resource.

      A class encapsulating the AgentIngress resource. -

      id

      unique Agent Ingress resource identifier

      uri

      URI to the API resource of this Agent ingress

      description

      human-readable description of the use of this Agent Ingress. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this Agent Ingress. optional, max 4096 bytes

      domain

      the domain that you own to be used as the base domain name to generate regional agent ingress domains.

      nsTargets

      a list of target values to use as the values of NS records for the domain property these values will delegate control over the domain to ngrok

      regionDomains

      a list of regional agent ingress domains that are subdomains of the value of domain this value may increase over time as ngrok adds more regions

      createdAt

      timestamp when the Agent Ingress was created, RFC 3339 format

    4. final case class AgentIngressList(ingresses: List[AgentIngress], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the AgentIngressList resource.

      A class encapsulating the AgentIngressList resource. -

      ingresses

      the list of Agent Ingresses owned by this account

      uri

      URI of the Agent Ingress list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    5. final case class ApiKey(id: String, uri: URI, description: String, metadata: String, createdAt: OffsetDateTime, token: Option[String] = None) extends Product with Serializable

      A class encapsulating the ApiKey resource.

      A class encapsulating the ApiKey resource. -

      id

      unique API key resource identifier

      uri

      URI to the API resource of this API key

      description

      human-readable description of what uses the API key to authenticate. optional, max 255 bytes.

      metadata

      arbitrary user-defined data of this API key. optional, max 4096 bytes

      createdAt

      timestamp when the api key was created, RFC 3339 format

      token

      the bearer token that can be placed into the Authorization header to authenticate request to the ngrok API. This value is only available one time, on the API response from key creation. Otherwise it is null.

    6. final case class ApiKeyList(keys: List[ApiKey], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the ApiKeyList resource.

      A class encapsulating the ApiKeyList resource. -

      keys

      the list of API keys for this account

      uri

      URI of the API keys list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    7. final case class AwsAuth(role: Option[AwsRole] = None, creds: Option[AwsCredentials] = None) extends Product with Serializable

      A class encapsulating the AwsAuth resource.

      A class encapsulating the AwsAuth resource. -

      role

      A role for ngrok to assume on your behalf to deposit events into your AWS account.

      creds

      Credentials to your AWS account if you prefer ngrok to sign in with long-term access keys.

    8. final case class AwsCredentials(awsAccessKeyId: String, awsSecretAccessKey: Option[String] = None) extends Product with Serializable

      A class encapsulating the AwsCredentials resource.

      A class encapsulating the AwsCredentials resource. -

      awsAccessKeyId

      The ID portion of an AWS access key.

      awsSecretAccessKey

      The secret portion of an AWS access key.

    9. final case class AwsRole(roleArn: String) extends Product with Serializable

      A class encapsulating the AwsRole resource.

      A class encapsulating the AwsRole resource. -

      roleArn

      An ARN that specifies the role that ngrok should use to deliver to the configured target.

    10. final case class CertificateAuthority(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, caPem: String, subjectCommonName: String, notBefore: OffsetDateTime, notAfter: OffsetDateTime, keyUsages: List[String], extendedKeyUsages: List[String]) extends Product with Serializable

      A class encapsulating the CertificateAuthority resource.

      A class encapsulating the CertificateAuthority resource. -

      id

      unique identifier for this Certificate Authority

      uri

      URI of the Certificate Authority API resource

      createdAt

      timestamp when the Certificate Authority was created, RFC 3339 format

      description

      human-readable description of this Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this Certificate Authority. optional, max 4096 bytes.

      caPem

      raw PEM of the Certificate Authority

      subjectCommonName

      subject common name of the Certificate Authority

      notBefore

      timestamp when this Certificate Authority becomes valid, RFC 3339 format

      notAfter

      timestamp when this Certificate Authority becomes invalid, RFC 3339 format

      keyUsages

      set of actions the private key of this Certificate Authority can be used for

      extendedKeyUsages

      extended set of actions the private key of this Certificate Authority can be used for

    11. final case class CertificateAuthorityList(certificateAuthorities: List[CertificateAuthority], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the CertificateAuthorityList resource.

      A class encapsulating the CertificateAuthorityList resource. -

      certificateAuthorities

      the list of all certificate authorities on this account

      uri

      URI of the certificates authorities list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    12. final case class Credential(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, token: Option[String] = None, acl: List[String]) extends Product with Serializable

      A class encapsulating the Credential resource.

      A class encapsulating the Credential resource. -

      id

      unique tunnel credential resource identifier

      uri

      URI of the tunnel credential API resource

      createdAt

      timestamp when the tunnel credential was created, RFC 3339 format

      description

      human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes.

      token

      the credential's authtoken that can be used to authenticate an ngrok agent. This value is only available one time, on the API response from credential creation, otherwise it is null.

      acl

      optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

    13. final case class CredentialList(credentials: List[Credential], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the CredentialList resource.

      A class encapsulating the CredentialList resource. -

      credentials

      the list of all tunnel credentials on this account

      uri

      URI of the tunnel credential list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    14. final case class Endpoint(id: String, region: String, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, publicUrl: URI, proto: String, hostport: String, type: String, metadata: String, domain: Option[Ref] = None, tcpAddr: Option[Ref] = None, tunnel: Option[Ref] = None, edge: Option[Ref] = None) extends Product with Serializable

      A class encapsulating the Endpoint resource.

      A class encapsulating the Endpoint resource. -

      id

      unique endpoint resource identifier

      region

      identifier of the region this endpoint belongs to

      createdAt

      timestamp when the endpoint was created in RFC 3339 format

      updatedAt

      timestamp when the endpoint was updated in RFC 3339 format

      publicUrl

      URL of the hostport served by this endpoint

      proto

      protocol served by this endpoint. one of http, https, tcp, or tls

      hostport

      hostport served by this endpoint (hostname:port)

      metadata

      user-supplied metadata of the associated tunnel or edge object

      domain

      the domain reserved for this endpoint

      tcpAddr

      the address reserved for this endpoint

      tunnel

      the tunnel serving requests to this endpoint, if this is an ephemeral endpoint

      edge

      the edge serving requests to this endpoint, if this is an edge endpoint

    15. final case class EndpointBackend(enabled: Option[Boolean] = None, backend: Ref) extends Product with Serializable

      A class encapsulating the EndpointBackend resource.

      A class encapsulating the EndpointBackend resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      backend

      backend to be used to back this endpoint

    16. final case class EndpointBackendMutate(enabled: Option[Boolean] = None, backendId: String) extends Product with Serializable

      A class encapsulating the EndpointBackendMutate resource.

      A class encapsulating the EndpointBackendMutate resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      backendId

      backend to be used to back this endpoint

    17. final case class EndpointCircuitBreaker(enabled: Option[Boolean] = None, trippedDuration: Duration, rollingWindow: Long, numBuckets: Long, volumeThreshold: Long, errorThresholdPercentage: Double) extends Product with Serializable

      A class encapsulating the EndpointCircuitBreaker resource.

      A class encapsulating the EndpointCircuitBreaker resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      trippedDuration

      Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health

      rollingWindow

      Integer number of seconds in the statistical rolling window that metrics are retained for.

      numBuckets

      Integer number of buckets into which metrics are retained. Max 128.

      volumeThreshold

      Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low.

      errorThresholdPercentage

      Error threshold percentage should be between 0 - 1.0, not 0-100.0

    18. final case class EndpointCompression(enabled: Option[Boolean] = None) extends Product with Serializable

      A class encapsulating the EndpointCompression resource.

      A class encapsulating the EndpointCompression resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

    19. final case class EndpointIpPolicy(enabled: Option[Boolean] = None, ipPolicies: List[Ref]) extends Product with Serializable

      A class encapsulating the EndpointIpPolicy resource.

      A class encapsulating the EndpointIpPolicy resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      ipPolicies

      the value of the ip_policies parameter as a scala.List of Ref

    20. final case class EndpointIpPolicyMutate(enabled: Option[Boolean] = None, ipPolicyIds: List[String]) extends Product with Serializable

      A class encapsulating the EndpointIpPolicyMutate resource.

      A class encapsulating the EndpointIpPolicyMutate resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      ipPolicyIds

      list of all IP policies that will be used to check if a source IP is allowed access to the endpoint

    21. final case class EndpointList(endpoints: List[Endpoint], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the EndpointList resource.

      A class encapsulating the EndpointList resource. -

      endpoints

      the list of all active endpoints on this account

      uri

      URI of the endpoints list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    22. final case class EndpointMutualTls(enabled: Option[Boolean] = None, certificateAuthorities: List[Ref]) extends Product with Serializable

      A class encapsulating the EndpointMutualTls resource.

      A class encapsulating the EndpointMutualTls resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      certificateAuthorities

      PEM-encoded CA certificates that will be used to validate. Multiple CAs may be provided by concatenating them together.

    23. final case class EndpointMutualTlsMutate(enabled: Option[Boolean] = None, certificateAuthorityIds: List[String]) extends Product with Serializable

      A class encapsulating the EndpointMutualTlsMutate resource.

      A class encapsulating the EndpointMutualTlsMutate resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      certificateAuthorityIds

      list of certificate authorities that will be used to validate the TLS client certificate presented by the initiator of the TLS connection

    24. final case class EndpointOAuth(enabled: Option[Boolean] = None, provider: EndpointOAuthProvider, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, authCheckInterval: Long) extends Product with Serializable

      A class encapsulating the EndpointOAuth resource.

      A class encapsulating the EndpointOAuth resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      provider

      an object which defines the identity provider to use for authentication and configuration for who may access the endpoint

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      authCheckInterval

      Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint. This is the preferred tunable to use to enforce a minimum amount of time after which a revoked user will no longer be able to access the resource.

    25. final case class EndpointOAuthFacebook(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String]) extends Product with Serializable

      A class encapsulating the EndpointOAuthFacebook resource.

      A class encapsulating the EndpointOAuthFacebook resource. -

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    26. final case class EndpointOAuthGitHub(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String], teams: List[String], organizations: List[String]) extends Product with Serializable

      A class encapsulating the EndpointOAuthGitHub resource.

      A class encapsulating the EndpointOAuthGitHub resource. -

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

      teams

      a list of github teams identifiers. users will be allowed access to the endpoint if they are a member of any of these teams. identifiers should be in the 'slug' format qualified with the org name, e.g. org-name/team-name

      organizations

      a list of github org identifiers. users who are members of any of the listed organizations will be allowed access. identifiers should be the organization's 'slug'

    27. final case class EndpointOAuthGoogle(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String]) extends Product with Serializable

      A class encapsulating the EndpointOAuthGoogle resource.

      A class encapsulating the EndpointOAuthGoogle resource. -

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    28. final case class EndpointOAuthMicrosoft(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String]) extends Product with Serializable

      A class encapsulating the EndpointOAuthMicrosoft resource.

      A class encapsulating the EndpointOAuthMicrosoft resource. -

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    29. final case class EndpointOAuthProvider(github: Option[EndpointOAuthGitHub] = None, facebook: Option[EndpointOAuthFacebook] = None, microsoft: Option[EndpointOAuthMicrosoft] = None, google: Option[EndpointOAuthGoogle] = None) extends Product with Serializable

      A class encapsulating the EndpointOAuthProvider resource.

      A class encapsulating the EndpointOAuthProvider resource. -

      github

      configuration for using github as the identity provider

      facebook

      configuration for using facebook as the identity provider

      microsoft

      configuration for using microsoft as the identity provider

      google

      configuration for using google as the identity provider

    30. final case class EndpointOidc(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, issuer: String, clientId: String, clientSecret: String, scopes: List[String]) extends Product with Serializable

      A class encapsulating the EndpointOidc resource.

      A class encapsulating the EndpointOidc resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      issuer

      URL of the OIDC "OpenID provider". This is the base URL used for discovery.

      clientId

      The OIDC app's client ID and OIDC audience.

      clientSecret

      The OIDC app's client secret.

      scopes

      The set of scopes to request from the OIDC identity provider.

    31. final case class EndpointRequestHeaders(enabled: Option[Boolean] = None, add: Map[String, String], remove: List[String]) extends Product with Serializable

      A class encapsulating the EndpointRequestHeaders resource.

      A class encapsulating the EndpointRequestHeaders resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      add

      a map of header key to header value that will be injected into the HTTP Request before being sent to the upstream application server

      remove

      a list of header names that will be removed from the HTTP Request before being sent to the upstream application server

    32. final case class EndpointResponseHeaders(enabled: Option[Boolean] = None, add: Map[String, String], remove: List[String]) extends Product with Serializable

      A class encapsulating the EndpointResponseHeaders resource.

      A class encapsulating the EndpointResponseHeaders resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      add

      a map of header key to header value that will be injected into the HTTP Response returned to the HTTP client

      remove

      a list of header names that will be removed from the HTTP Response returned to the HTTP client

    33. final case class EndpointSaml(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, idpMetadata: String, forceAuthn: Boolean, allowIdpInitiated: Option[Boolean] = None, authorizedGroups: List[String], entityId: String, assertionConsumerServiceUrl: URI, singleLogoutUrl: URI, requestSigningCertificatePem: String, metadataUrl: URI, nameidFormat: String) extends Product with Serializable

      A class encapsulating the EndpointSaml resource.

      A class encapsulating the EndpointSaml resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      idpMetadata

      The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.

      forceAuthn

      If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP.

      allowIdpInitiated

      If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed.

      authorizedGroups

      If present, only users who are a member of one of the listed groups may access the target endpoint.

      entityId

      The SP Entity's unique ID. This always takes the form of a URL. In ngrok's implementation, this URL is the same as the metadata URL. This will need to be specified to the IdP as configuration.

      assertionConsumerServiceUrl

      The public URL of the SP's Assertion Consumer Service. This is where the IdP will redirect to during an authentication flow. This will need to be specified to the IdP as configuration.

      singleLogoutUrl

      The public URL of the SP's Single Logout Service. This is where the IdP will redirect to during a single logout flow. This will optionally need to be specified to the IdP as configuration.

      requestSigningCertificatePem

      PEM-encoded x.509 certificate of the key pair that is used to sign all SAML requests that the ngrok SP makes to the IdP. Many IdPs do not support request signing verification, but we highly recommend specifying this in the IdP's configuration if it is supported.

      metadataUrl

      A public URL where the SP's metadata is hosted. If an IdP supports dynamic configuration, this is the URL it can use to retrieve the SP metadata.

      nameidFormat

      Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used. A subset of the allowed values enumerated by the SAML specification are supported.

    34. final case class EndpointSamlMutate(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, idpMetadata: String, forceAuthn: Boolean, allowIdpInitiated: Option[Boolean] = None, authorizedGroups: List[String], nameidFormat: String) extends Product with Serializable

      A class encapsulating the EndpointSamlMutate resource.

      A class encapsulating the EndpointSamlMutate resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      idpMetadata

      The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.

      forceAuthn

      If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP.

      allowIdpInitiated

      If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed.

      authorizedGroups

      If present, only users who are a member of one of the listed groups may access the target endpoint.

      nameidFormat

      Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used. A subset of the allowed values enumerated by the SAML specification are supported.

    35. final case class EndpointTlsTermination(enabled: Option[Boolean] = None, terminateAt: String, minVersion: Option[String] = None) extends Product with Serializable

      A class encapsulating the EndpointTlsTermination resource.

      A class encapsulating the EndpointTlsTermination resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      terminateAt

      edge if the ngrok edge should terminate TLS traffic, upstream if TLS traffic should be passed through to the upstream ngrok agent / application server for termination. if upstream is chosen, most other modules will be disallowed because they rely on the ngrok edge being able to access the underlying traffic.

      minVersion

      The minimum TLS version used for termination and advertised to the client during the TLS handshake. if unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.

    36. final case class EndpointTlsTerminationAtEdge(enabled: Option[Boolean] = None, minVersion: Option[String] = None) extends Product with Serializable

      A class encapsulating the EndpointTlsTerminationAtEdge resource.

      A class encapsulating the EndpointTlsTerminationAtEdge resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      minVersion

      The minimum TLS version used for termination and advertised to the client during the TLS handshake. if unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.

    37. final case class EndpointWebhookValidation(enabled: Option[Boolean] = None, provider: String, secret: String) extends Product with Serializable

      A class encapsulating the EndpointWebhookValidation resource.

      A class encapsulating the EndpointWebhookValidation resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      provider

      a string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers: SLACK, SNS, STRIPE, GITHUB, TWILIO, SHOPIFY, GITLAB, INTERCOM, SENDGRID, XERO, PAGERDUTY.

      secret

      a string secret used to validate requests from the given provider. All providers except AWS SNS require a secret

    38. final case class EndpointWebsocketTcpConverter(enabled: Option[Boolean] = None) extends Product with Serializable

      A class encapsulating the EndpointWebsocketTcpConverter resource.

      A class encapsulating the EndpointWebsocketTcpConverter resource. -

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

    39. final case class EventDestination(id: String, metadata: String, createdAt: OffsetDateTime, description: String, format: String, target: EventTarget, uri: URI) extends Product with Serializable

      A class encapsulating the EventDestination resource.

      A class encapsulating the EventDestination resource. -

      id

      Unique identifier for this Event Destination.

      metadata

      Arbitrary user-defined machine-readable data of this Event Destination. Optional, max 4096 bytes.

      createdAt

      Timestamp when the Event Destination was created, RFC 3339 format.

      description

      Human-readable description of the Event Destination. Optional, max 255 bytes.

      format

      The output format you would like to serialize events into when sending to their target. Currently the only accepted value is JSON.

      target

      An object that encapsulates where and how to send your events. An event destination must contain exactly one of the following objects, leaving the rest null: kinesis, firehose, cloudwatch_logs, or s3.

      uri

      URI of the Event Destination API resource.

    40. final case class EventDestinationList(eventDestinations: List[EventDestination], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the EventDestinationList resource.

      A class encapsulating the EventDestinationList resource. -

      eventDestinations

      The list of all Event Destinations on this account.

      uri

      URI of the Event Destinations list API resource.

      nextPageUri

      URI of the next page, or null if there is no next page.

    41. final case class EventSource(type: String, uri: URI) extends Product with Serializable

      A class encapsulating the EventSource resource.

      A class encapsulating the EventSource resource. -

      uri

      URI of the Event Source API resource.

    42. final case class EventSourceList(sources: List[EventSource], uri: URI) extends Product with Serializable

      A class encapsulating the EventSourceList resource.

      A class encapsulating the EventSourceList resource. -

      sources

      The list of all Event Sources for an Event Subscription

      uri

      URI of the next page, or null if there is no next page.

    43. final case class EventSourceReplace(type: String) extends Product with Serializable

      A class encapsulating the EventSourceReplace resource.

    44. final case class EventSubscription(id: String, uri: URI, createdAt: OffsetDateTime, metadata: String, description: String, sources: List[EventSource], destinations: List[Ref]) extends Product with Serializable

      A class encapsulating the EventSubscription resource.

      A class encapsulating the EventSubscription resource. -

      id

      Unique identifier for this Event Subscription.

      uri

      URI of the Event Subscription API resource.

      createdAt

      When the Event Subscription was created (RFC 3339 format).

      metadata

      Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.

      description

      Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.

      sources

      Sources containing the types for which this event subscription will trigger

      destinations

      Destinations to which these events will be sent

    45. final case class EventSubscriptionList(eventSubscriptions: List[EventSubscription], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the EventSubscriptionList resource.

      A class encapsulating the EventSubscriptionList resource. -

      eventSubscriptions

      The list of all Event Subscriptions on this account.

      uri

      URI of the Event Subscriptions list API resource.

      nextPageUri

      URI of next page, or null if there is no next page.

    46. final case class EventTarget(firehose: Option[EventTargetFirehose] = None, kinesis: Option[EventTargetKinesis] = None, cloudwatchLogs: Option[EventTargetCloudwatchLogs] = None) extends Product with Serializable

      A class encapsulating the EventTarget resource.

      A class encapsulating the EventTarget resource. -

      firehose

      Configuration used to send events to Amazon Kinesis Data Firehose.

      kinesis

      Configuration used to send events to Amazon Kinesis.

      cloudwatchLogs

      Configuration used to send events to Amazon CloudWatch Logs.

    47. final case class EventTargetCloudwatchLogs(auth: AwsAuth, logGroupArn: String) extends Product with Serializable

      A class encapsulating the EventTargetCloudwatchLogs resource.

      A class encapsulating the EventTargetCloudwatchLogs resource. -

      auth

      Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

      logGroupArn

      An Amazon Resource Name specifying the CloudWatch Logs group to deposit events into.

    48. final case class EventTargetFirehose(auth: AwsAuth, deliveryStreamArn: String) extends Product with Serializable

      A class encapsulating the EventTargetFirehose resource.

      A class encapsulating the EventTargetFirehose resource. -

      auth

      Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

      deliveryStreamArn

      An Amazon Resource Name specifying the Firehose delivery stream to deposit events into.

    49. final case class EventTargetKinesis(auth: AwsAuth, streamArn: String) extends Product with Serializable

      A class encapsulating the EventTargetKinesis resource.

      A class encapsulating the EventTargetKinesis resource. -

      auth

      Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

      streamArn

      An Amazon Resource Name specifying the Kinesis stream to deposit events into.

    50. final case class FailoverBackend(id: String, uri: String, createdAt: OffsetDateTime, description: String, metadata: String, backends: List[String]) extends Product with Serializable

      A class encapsulating the FailoverBackend resource.

      A class encapsulating the FailoverBackend resource. -

      id

      unique identifier for this Failover backend

      uri

      URI of the FailoverBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends in order

    51. final case class FailoverBackendList(backends: List[FailoverBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the FailoverBackendList resource.

      A class encapsulating the FailoverBackendList resource. -

      backends

      the list of all Failover backends on this account

      uri

      URI of the Failover backends list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    52. final case class HttpResponseBackend(id: String, uri: String, createdAt: OffsetDateTime, description: String, metadata: String, body: String, headers: Map[String, String], statusCode: Int) extends Product with Serializable

      A class encapsulating the HttpResponseBackend resource.

      A class encapsulating the HttpResponseBackend resource. -

      id

      the value of the id parameter as a scala.Predef.String

      uri

      URI of the HTTPResponseBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      body

      body to return as fixed content

      headers

      headers to return

      statusCode

      status code to return

    53. final case class HttpResponseBackendList(backends: List[HttpResponseBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the HttpResponseBackendList resource.

      A class encapsulating the HttpResponseBackendList resource. -

      backends

      the value of the backends parameter as a scala.List of HttpResponseBackend

      uri

      the value of the uri parameter as a java.net.URI

      nextPageUri

      the value of the next_page_uri parameter as a java.net.URI

    54. final case class HttpsEdge(id: String, description: String, metadata: String, createdAt: String, uri: String, hostports: Option[List[String]] = None, mutualTls: Option[EndpointMutualTls] = None, tlsTermination: Option[EndpointTlsTermination] = None, routes: List[HttpsEdgeRoute]) extends Product with Serializable

      A class encapsulating the HttpsEdge resource.

      A class encapsulating the HttpsEdge resource. -

      id

      unique identifier of this edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.

      createdAt

      timestamp when the edge configuration was created, RFC 3339 format

      uri

      URI of the edge API resource

      hostports

      hostports served by this edge

      mutualTls

      edge modules

      tlsTermination

      the value of the tls_termination parameter as a EndpointTlsTermination

      routes

      routes

    55. final case class HttpsEdgeList(httpsEdges: List[HttpsEdge], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the HttpsEdgeList resource.

      A class encapsulating the HttpsEdgeList resource. -

      httpsEdges

      the list of all HTTPS Edges on this account

      uri

      URI of the HTTPS Edge list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    56. final case class HttpsEdgeRoute(edgeId: String, id: String, createdAt: String, matchType: String, match: String, uri: String, description: String, metadata: String, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None, circuitBreaker: Option[EndpointCircuitBreaker] = None, compression: Option[EndpointCompression] = None, requestHeaders: Option[EndpointRequestHeaders] = None, responseHeaders: Option[EndpointResponseHeaders] = None, webhookVerification: Option[EndpointWebhookValidation] = None, oauth: Option[EndpointOAuth] = None, saml: Option[EndpointSaml] = None, oidc: Option[EndpointOidc] = None, websocketTcpConverter: Option[EndpointWebsocketTcpConverter] = None) extends Product with Serializable

      A class encapsulating the HttpsEdgeRoute resource.

      A class encapsulating the HttpsEdgeRoute resource. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      createdAt

      timestamp when the edge configuration was created, RFC 3339 format

      matchType

      Type of match to use for this route. Valid values are "exact_path" and "path_prefix".

      uri

      URI of the edge API resource

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      backend

      backend module configuration or null

      ipRestriction

      ip restriction module configuration or null

      circuitBreaker

      circuit breaker module configuration or null

      compression

      compression module configuration or null

      requestHeaders

      request headers module configuration or null

      responseHeaders

      response headers module configuration or null

      webhookVerification

      webhook verification module configuration or null

      oauth

      oauth module configuration or null

      saml

      saml module configuration or null

      oidc

      oidc module configuration or null

      websocketTcpConverter

      websocket to tcp adapter configuration or null

    57. final case class IpPolicy(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String) extends Product with Serializable

      A class encapsulating the IpPolicy resource.

      A class encapsulating the IpPolicy resource. -

      id

      unique identifier for this IP policy

      uri

      URI of the IP Policy API resource

      createdAt

      timestamp when the IP policy was created, RFC 3339 format

      description

      human-readable description of the source IPs of this IP policy. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP policy. optional, max 4096 bytes.

    58. final case class IpPolicyList(ipPolicies: List[IpPolicy], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the IpPolicyList resource.

      A class encapsulating the IpPolicyList resource. -

      ipPolicies

      the list of all IP policies on this account

      uri

      URI of the IP policy list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    59. final case class IpPolicyRule(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, cidr: String, ipPolicy: Ref, action: String) extends Product with Serializable

      A class encapsulating the IpPolicyRule resource.

      A class encapsulating the IpPolicyRule resource. -

      id

      unique identifier for this IP policy rule

      uri

      URI of the IP policy rule API resource

      createdAt

      timestamp when the IP policy rule was created, RFC 3339 format

      description

      human-readable description of the source IPs of this IP rule. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP policy rule. optional, max 4096 bytes.

      cidr

      an IP or IP range specified in CIDR notation. IPv4 and IPv6 are both supported.

      ipPolicy

      object describing the IP policy this IP Policy Rule belongs to

      action

      the action to apply to the policy rule, either allow or deny

    60. final case class IpPolicyRuleList(ipPolicyRules: List[IpPolicyRule], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the IpPolicyRuleList resource.

      A class encapsulating the IpPolicyRuleList resource. -

      ipPolicyRules

      the list of all IP policy rules on this account

      uri

      URI of the IP policy rule list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    61. final case class IpRestriction(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, enforced: Boolean, type: String, ipPolicies: List[Ref]) extends Product with Serializable

      A class encapsulating the IpRestriction resource.

      A class encapsulating the IpRestriction resource. -

      id

      unique identifier for this IP restriction

      uri

      URI of the IP restriction API resource

      createdAt

      timestamp when the IP restriction was created, RFC 3339 format

      description

      human-readable description of this IP restriction. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP restriction. optional, max 4096 bytes.

      enforced

      true if the IP restriction will be enforced. if false, only warnings will be issued

      ipPolicies

      the set of IP policies that are used to enforce the restriction

    62. final case class IpRestrictionList(ipRestrictions: List[IpRestriction], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the IpRestrictionList resource.

      A class encapsulating the IpRestrictionList resource. -

      ipRestrictions

      the list of all IP restrictions on this account

      uri

      URI of the IP restrictions list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    63. case class NgrokApiError(message: String, httpStatusCode: Int, errorCode: Option[String], details: Map[String, String], cause: Option[Throwable]) extends Exception with Product with Serializable

      Representation of an API error from ngrok.

      Representation of an API error from ngrok. -

      message

      descriptive error message.

      httpStatusCode

      HTTP status returned from the server

      errorCode

      ngrok-specific error code, if any

      details

      key-value map of error details

      cause

      exception cause, if any

    64. class Page[T <: Pageable] extends AnyRef

      Wrapper class that holds a single page of a Pageable response.

      Wrapper class that holds a single page of a Pageable response. -

      T

      underlying page type

    65. trait Pageable extends AnyRef

      Trait indicating a resource type that can have more than one page of responses.

    66. final case class Ref(id: String, uri: URI) extends Product with Serializable

      A class encapsulating the Ref resource.

      A class encapsulating the Ref resource. -

      id

      a resource identifier

      uri

      a uri for locating a resource

    67. final case class ReservedAddr(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, addr: String, region: String) extends Product with Serializable

      A class encapsulating the ReservedAddr resource.

      A class encapsulating the ReservedAddr resource. -

      id

      unique reserved address resource identifier

      uri

      URI of the reserved address API resource

      createdAt

      timestamp when the reserved address was created, RFC 3339 format

      description

      human-readable description of what this reserved address will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes.

      addr

      hostname:port of the reserved address that was assigned at creation time

      region

      reserve the address in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

    68. final case class ReservedAddrList(reservedAddrs: List[ReservedAddr], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the ReservedAddrList resource.

      A class encapsulating the ReservedAddrList resource. -

      reservedAddrs

      the list of all reserved addresses on this account

      uri

      URI of the reserved address list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    69. final case class ReservedDomain(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, domain: String, region: String, cnameTarget: Option[String] = None, certificate: Option[Ref] = None, certificateManagementPolicy: Option[ReservedDomainCertPolicy] = None, certificateManagementStatus: Option[ReservedDomainCertStatus] = None, acmeChallengeCnameTarget: Option[String] = None) extends Product with Serializable

      A class encapsulating the ReservedDomain resource.

      A class encapsulating the ReservedDomain resource. -

      id

      unique reserved domain resource identifier

      uri

      URI of the reserved domain API resource

      createdAt

      timestamp when the reserved domain was created, RFC 3339 format

      description

      human-readable description of what this reserved domain will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.

      domain

      hostname of the reserved domain

      region

      reserve the domain in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

      cnameTarget

      DNS CNAME target for a custom hostname, or null if the reserved domain is a subdomain of *.ngrok.io

      certificate

      object referencing the TLS certificate used for connections to this domain. This can be either a user-uploaded certificate, the most recently issued automatic one, or null otherwise.

      certificateManagementPolicy

      configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled

      certificateManagementStatus

      status of the automatic certificate management for this domain, or null if automatic management is disabled

      acmeChallengeCnameTarget

      DNS CNAME target for the host _acme-challenge.example.com, where example.com is your reserved domain name. This is required to issue certificates for wildcard, non-ngrok reserved domains. Must be null for non-wildcard domains and ngrok subdomains.

    70. final case class ReservedDomainCertJob(errorCode: Option[String] = None, msg: String, startedAt: OffsetDateTime, retriesAt: Option[OffsetDateTime] = None) extends Product with Serializable

      A class encapsulating the ReservedDomainCertJob resource.

      A class encapsulating the ReservedDomainCertJob resource. -

      errorCode

      if present, an error code indicating why provisioning is failing. It may be either a temporary condition (INTERNAL_ERROR), or a permanent one the user must correct (DNS_ERROR).

      msg

      a message describing the current status or error

      startedAt

      timestamp when the provisioning job started, RFC 3339 format

      retriesAt

      timestamp when the provisioning job will be retried

    71. final case class ReservedDomainCertPolicy(authority: String, privateKeyType: String) extends Product with Serializable

      A class encapsulating the ReservedDomainCertPolicy resource.

      A class encapsulating the ReservedDomainCertPolicy resource. -

      authority

      certificate authority to request certificates from. The only supported value is letsencrypt.

      privateKeyType

      type of private key to use when requesting certificates. Defaults to rsa, can be either rsa or ecdsa.

    72. final case class ReservedDomainCertStatus(renewsAt: Option[OffsetDateTime] = None, provisioningJob: Option[ReservedDomainCertJob] = None) extends Product with Serializable

      A class encapsulating the ReservedDomainCertStatus resource.

      A class encapsulating the ReservedDomainCertStatus resource. -

      renewsAt

      timestamp when the next renewal will be requested, RFC 3339 format

      provisioningJob

      status of the certificate provisioning job, or null if the certificiate isn't being provisioned or renewed

    73. final case class ReservedDomainList(reservedDomains: List[ReservedDomain], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the ReservedDomainList resource.

      A class encapsulating the ReservedDomainList resource. -

      reservedDomains

      the list of all reserved domains on this account

      uri

      URI of the reserved domain list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    74. final case class SshCertificateAuthority(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String) extends Product with Serializable

      A class encapsulating the SshCertificateAuthority resource.

      A class encapsulating the SshCertificateAuthority resource. -

      id

      unique identifier for this SSH Certificate Authority

      uri

      URI of the SSH Certificate Authority API resource

      createdAt

      timestamp when the SSH Certificate Authority API resource was created, RFC 3339 format

      description

      human-readable description of this SSH Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Certificate Authority. optional, max 4096 bytes.

      publicKey

      raw public key for this SSH Certificate Authority

      keyType

      the type of private key for this SSH Certificate Authority

    75. final case class SshCertificateAuthorityList(sshCertificateAuthorities: List[SshCertificateAuthority], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the SshCertificateAuthorityList resource.

      A class encapsulating the SshCertificateAuthorityList resource. -

      sshCertificateAuthorities

      the list of all certificate authorities on this account

      uri

      URI of the certificates authorities list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    76. final case class SshCredential(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, acl: List[String]) extends Product with Serializable

      A class encapsulating the SshCredential resource.

      A class encapsulating the SshCredential resource. -

      id

      unique ssh credential resource identifier

      uri

      URI of the ssh credential API resource

      createdAt

      timestamp when the ssh credential was created, RFC 3339 format

      description

      human-readable description of who or what will use the ssh credential to authenticate. Optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this ssh credential. Optional, max 4096 bytes.

      publicKey

      the PEM-encoded public key of the SSH keypair that will be used to authenticate

      acl

      optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

    77. final case class SshCredentialList(sshCredentials: List[SshCredential], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the SshCredentialList resource.

      A class encapsulating the SshCredentialList resource. -

      sshCredentials

      the list of all ssh credentials on this account

      uri

      URI of the ssh credential list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    78. final case class SshHostCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String, sshCertificateAuthorityId: String, principals: List[String], validAfter: OffsetDateTime, validUntil: OffsetDateTime, certificate: String) extends Product with Serializable

      A class encapsulating the SshHostCertificate resource.

      A class encapsulating the SshHostCertificate resource. -

      id

      unique identifier for this SSH Host Certificate

      uri

      URI of the SSH Host Certificate API resource

      createdAt

      timestamp when the SSH Host Certificate API resource was created, RFC 3339 format

      description

      human-readable description of this SSH Host Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Host Certificate. optional, max 4096 bytes.

      publicKey

      a public key in OpenSSH Authorized Keys format that this certificate signs

      keyType

      the key type of the public_key, one of rsa, ecdsa or ed25519

      sshCertificateAuthorityId

      the ssh certificate authority that is used to sign this ssh host certificate

      principals

      the list of principals included in the ssh host certificate. This is the list of hostnames and/or IP addresses that are authorized to serve SSH traffic with this certificate. Dangerously, if no principals are specified, this certificate is considered valid for all hosts.

      validAfter

      the time when the ssh host certificate becomes valid, in RFC 3339 format.

      validUntil

      the time after which the ssh host certificate becomes invalid, in RFC 3339 format. the OpenSSH certificates RFC calls this valid_before.

      certificate

      the signed SSH certificate in OpenSSH Authorized Keys format. this value should be placed in a -cert.pub certificate file on disk that should be referenced in your sshd_config configuration file with a HostCertificate directive

    79. final case class SshHostCertificateList(sshHostCertificates: List[SshHostCertificate], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the SshHostCertificateList resource.

      A class encapsulating the SshHostCertificateList resource. -

      sshHostCertificates

      the list of all ssh host certificates on this account

      uri

      URI of the ssh host certificates list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    80. final case class SshUserCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String, sshCertificateAuthorityId: String, principals: List[String], criticalOptions: Map[String, String], extensions: Map[String, String], validAfter: OffsetDateTime, validUntil: OffsetDateTime, certificate: String) extends Product with Serializable

      A class encapsulating the SshUserCertificate resource.

      A class encapsulating the SshUserCertificate resource. -

      id

      unique identifier for this SSH User Certificate

      uri

      URI of the SSH User Certificate API resource

      createdAt

      timestamp when the SSH User Certificate API resource was created, RFC 3339 format

      description

      human-readable description of this SSH User Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH User Certificate. optional, max 4096 bytes.

      publicKey

      a public key in OpenSSH Authorized Keys format that this certificate signs

      keyType

      the key type of the public_key, one of rsa, ecdsa or ed25519

      sshCertificateAuthorityId

      the ssh certificate authority that is used to sign this ssh user certificate

      principals

      the list of principals included in the ssh user certificate. This is the list of usernames that the certificate holder may sign in as on a machine authorizing the signing certificate authority. Dangerously, if no principals are specified, this certificate may be used to log in as any user.

      criticalOptions

      A map of critical options included in the certificate. Only two critical options are currently defined by OpenSSH: force-command and source-address. See the OpenSSH certificate protocol spec for additional details.

      extensions

      A map of extensions included in the certificate. Extensions are additional metadata that can be interpreted by the SSH server for any purpose. These can be used to permit or deny the ability to open a terminal, do port forwarding, x11 forwarding, and more. If unspecified, the certificate will include limited permissions with the following extension map: {"permit-pty": "", "permit-user-rc": ""} OpenSSH understands a number of predefined extensions. See the OpenSSH certificate protocol spec for additional details.

      validAfter

      the time when the ssh host certificate becomes valid, in RFC 3339 format.

      validUntil

      the time after which the ssh host certificate becomes invalid, in RFC 3339 format. the OpenSSH certificates RFC calls this valid_before.

      certificate

      the signed SSH certificate in OpenSSH Authorized Keys Format. this value should be placed in a -cert.pub certificate file on disk that should be referenced in your sshd_config configuration file with a HostCertificate directive

    81. final case class SshUserCertificateList(sshUserCertificates: List[SshUserCertificate], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the SshUserCertificateList resource.

      A class encapsulating the SshUserCertificateList resource. -

      sshUserCertificates

      the list of all ssh user certificates on this account

      uri

      URI of the ssh user certificates list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    82. final case class TcpEdge(id: String, description: String, metadata: String, createdAt: OffsetDateTime, uri: URI, hostports: Option[List[String]] = None, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None) extends Product with Serializable

      A class encapsulating the TcpEdge resource.

      A class encapsulating the TcpEdge resource. -

      id

      unique identifier of this edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      createdAt

      timestamp when the edge was created, RFC 3339 format

      uri

      URI of the edge API resource

      hostports

      hostports served by this edge

      backend

      edge modules

      ipRestriction

      the value of the ip_restriction parameter as a EndpointIpPolicy

    83. final case class TcpEdgeList(tcpEdges: List[TcpEdge], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the TcpEdgeList resource.

      A class encapsulating the TcpEdgeList resource. -

      tcpEdges

      the list of all TCP Edges on this account

      uri

      URI of the TCP Edge list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    84. final case class TlsCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, certificatePem: String, subjectCommonName: String, subjectAlternativeNames: TlsCertificateSaNs, issuedAt: Option[OffsetDateTime] = None, notBefore: OffsetDateTime, notAfter: OffsetDateTime, keyUsages: List[String], extendedKeyUsages: List[String], privateKeyType: String, issuerCommonName: String, serialNumber: String, subjectOrganization: String, subjectOrganizationalUnit: String, subjectLocality: String, subjectProvince: String, subjectCountry: String) extends Product with Serializable

      A class encapsulating the TlsCertificate resource.

      A class encapsulating the TlsCertificate resource. -

      id

      unique identifier for this TLS certificate

      uri

      URI of the TLS certificate API resource

      createdAt

      timestamp when the TLS certificate was created, RFC 3339 format

      description

      human-readable description of this TLS certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.

      certificatePem

      chain of PEM-encoded certificates, leaf first. See Certificate Bundles.

      subjectCommonName

      subject common name from the leaf of this TLS certificate

      subjectAlternativeNames

      subject alternative names (SANs) from the leaf of this TLS certificate

      issuedAt

      timestamp (in RFC 3339 format) when this TLS certificate was issued automatically, or null if this certificate was user-uploaded

      notBefore

      timestamp when this TLS certificate becomes valid, RFC 3339 format

      notAfter

      timestamp when this TLS certificate becomes invalid, RFC 3339 format

      keyUsages

      set of actions the private key of this TLS certificate can be used for

      extendedKeyUsages

      extended set of actions the private key of this TLS certificate can be used for

      privateKeyType

      type of the private key of this TLS certificate. One of rsa, ecdsa, or ed25519.

      issuerCommonName

      issuer common name from the leaf of this TLS certificate

      serialNumber

      serial number of the leaf of this TLS certificate

      subjectOrganization

      subject organization from the leaf of this TLS certificate

      subjectOrganizationalUnit

      subject organizational unit from the leaf of this TLS certificate

      subjectLocality

      subject locality from the leaf of this TLS certificate

      subjectProvince

      subject province from the leaf of this TLS certificate

      subjectCountry

      subject country from the leaf of this TLS certificate

    85. final case class TlsCertificateList(tlsCertificates: List[TlsCertificate], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the TlsCertificateList resource.

      A class encapsulating the TlsCertificateList resource. -

      tlsCertificates

      the list of all TLS certificates on this account

      uri

      URI of the TLS certificates list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    86. final case class TlsCertificateSaNs(dnsNames: List[String], ips: List[String]) extends Product with Serializable

      A class encapsulating the TlsCertificateSaNs resource.

      A class encapsulating the TlsCertificateSaNs resource. -

      dnsNames

      set of additional domains (including wildcards) this TLS certificate is valid for

      ips

      set of IP addresses this TLS certificate is also valid for

    87. final case class TlsEdge(id: String, description: String, metadata: String, createdAt: OffsetDateTime, uri: URI, hostports: Option[List[String]] = None, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None, mutualTls: Option[EndpointMutualTls] = None, tlsTermination: Option[EndpointTlsTermination] = None) extends Product with Serializable

      A class encapsulating the TlsEdge resource.

      A class encapsulating the TlsEdge resource. -

      id

      unique identifier of this edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      createdAt

      timestamp when the edge configuration was created, RFC 3339 format

      uri

      URI of the edge API resource

      hostports

      hostports served by this edge

      backend

      edge modules

      ipRestriction

      the value of the ip_restriction parameter as a EndpointIpPolicy

      mutualTls

      the value of the mutual_tls parameter as a EndpointMutualTls

      tlsTermination

      the value of the tls_termination parameter as a EndpointTlsTermination

    88. final case class TlsEdgeList(tlsEdges: List[TlsEdge], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the TlsEdgeList resource.

      A class encapsulating the TlsEdgeList resource. -

      tlsEdges

      the list of all TLS Edges on this account

      uri

      URI of the TLS Edge list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    89. final case class Tunnel(id: String, publicUrl: URI, startedAt: OffsetDateTime, metadata: String, proto: String, region: String, tunnelSession: Ref, endpoint: Option[Ref] = None, labels: Map[String, String], backends: Option[List[Ref]] = None, forwardsTo: String) extends Product with Serializable

      A class encapsulating the Tunnel resource.

      A class encapsulating the Tunnel resource. -

      id

      unique tunnel resource identifier

      publicUrl

      URL of the ephemeral tunnel's public endpoint

      startedAt

      timestamp when the tunnel was initiated in RFC 3339 format

      metadata

      user-supplied metadata for the tunnel defined in the ngrok configuration file. See the tunnel metadata configuration option In API version 0, this value was instead pulled from the top-level metadata configuration option.

      proto

      tunnel protocol for ephemeral tunnels. one of http, https, tcp or tls

      region

      identifier of tune region where the tunnel is running

      tunnelSession

      reference object pointing to the tunnel session on which this tunnel was started

      endpoint

      the ephemeral endpoint this tunnel is associated with, if this is an agent-initiated tunnel

      labels

      the labels the tunnel group backends will match against, if this is a backend tunnel

      backends

      tunnel group backends served by this backend tunnel

      forwardsTo

      upstream address the ngrok agent forwards traffic over this tunnel to. this may be expressed as a URL or a network address.

    90. final case class TunnelGroupBackend(id: String, uri: String, createdAt: OffsetDateTime, description: String, metadata: String, labels: Map[String, String], tunnels: List[Ref]) extends Product with Serializable

      A class encapsulating the TunnelGroupBackend resource.

      A class encapsulating the TunnelGroupBackend resource. -

      id

      unique identifier for this TunnelGroup backend

      uri

      URI of the TunnelGroupBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      labels

      labels to watch for tunnels on, e.g. app->foo, dc->bar

      tunnels

      tunnels matching this backend

    91. final case class TunnelGroupBackendList(backends: List[TunnelGroupBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the TunnelGroupBackendList resource.

      A class encapsulating the TunnelGroupBackendList resource. -

      backends

      the list of all TunnelGroup backends on this account

      uri

      URI of the TunnelGroup backends list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    92. final case class TunnelList(tunnels: List[Tunnel], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the TunnelList resource.

      A class encapsulating the TunnelList resource. -

      tunnels

      the list of all online tunnels on this account

      uri

      URI of the tunnels list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    93. final case class TunnelSession(agentVersion: String, credential: Ref, id: String, ip: String, metadata: String, os: String, region: String, startedAt: OffsetDateTime, transport: String, uri: URI) extends Product with Serializable

      A class encapsulating the TunnelSession resource.

      A class encapsulating the TunnelSession resource. -

      agentVersion

      version of the ngrok agent that started this ngrok tunnel session

      credential

      reference to the tunnel credential or ssh credential used by the ngrok agent to start this tunnel session

      id

      unique tunnel session resource identifier

      ip

      source ip address of the tunnel session

      metadata

      arbitrary user-defined data specified in the metadata property in the ngrok configuration file. See the metadata configuration option

      os

      operating system of the host the ngrok agent is running on

      region

      the ngrok region identifier in which this tunnel session was started

      startedAt

      time when the tunnel session first connected to the ngrok servers

      transport

      the transport protocol used to start the tunnel session. Either ngrok/v2 or ssh

      uri

      URI to the API resource of the tunnel session

    94. final case class TunnelSessionList(tunnelSessions: List[TunnelSession], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the TunnelSessionList resource.

      A class encapsulating the TunnelSessionList resource. -

      tunnelSessions

      list of all tunnel sessions on this account

      uri

      URI to the API resource of the tunnel session list

      nextPageUri

      URI of the next page, or null if there is no next page

    95. final case class WeightedBackend(id: String, uri: String, createdAt: OffsetDateTime, description: String, metadata: String, backends: Map[String, Long]) extends Product with Serializable

      A class encapsulating the WeightedBackend resource.

      A class encapsulating the WeightedBackend resource. -

      id

      unique identifier for this Weighted backend

      uri

      URI of the WeightedBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends to their weights [0-10000]

    96. final case class WeightedBackendList(backends: List[WeightedBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the WeightedBackendList resource.

      A class encapsulating the WeightedBackendList resource. -

      backends

      the list of all Weighted backends on this account

      uri

      URI of the Weighted backends list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. object AbuseReport extends Serializable
    2. object AbuseReportHostname extends Serializable
    3. object AgentIngress extends Serializable
    4. object AgentIngressList extends Serializable
    5. object ApiKey extends Serializable
    6. object ApiKeyList extends Serializable
    7. object AwsAuth extends Serializable
    8. object AwsCredentials extends Serializable
    9. object AwsRole extends Serializable
    10. object CertificateAuthority extends Serializable
    11. object CertificateAuthorityList extends Serializable
    12. object Credential extends Serializable
    13. object CredentialList extends Serializable
    14. object Endpoint extends Serializable
    15. object EndpointBackend extends Serializable
    16. object EndpointBackendMutate extends Serializable
    17. object EndpointCircuitBreaker extends Serializable
    18. object EndpointCompression extends Serializable
    19. object EndpointIpPolicy extends Serializable
    20. object EndpointIpPolicyMutate extends Serializable
    21. object EndpointList extends Serializable
    22. object EndpointMutualTls extends Serializable
    23. object EndpointMutualTlsMutate extends Serializable
    24. object EndpointOAuth extends Serializable
    25. object EndpointOAuthFacebook extends Serializable
    26. object EndpointOAuthGitHub extends Serializable
    27. object EndpointOAuthGoogle extends Serializable
    28. object EndpointOAuthMicrosoft extends Serializable
    29. object EndpointOAuthProvider extends Serializable
    30. object EndpointOidc extends Serializable
    31. object EndpointRequestHeaders extends Serializable
    32. object EndpointResponseHeaders extends Serializable
    33. object EndpointSaml extends Serializable
    34. object EndpointSamlMutate extends Serializable
    35. object EndpointTlsTermination extends Serializable
    36. object EndpointTlsTerminationAtEdge extends Serializable
    37. object EndpointWebhookValidation extends Serializable
    38. object EndpointWebsocketTcpConverter extends Serializable
    39. object EventDestination extends Serializable
    40. object EventDestinationList extends Serializable
    41. object EventSource extends Serializable
    42. object EventSourceList extends Serializable
    43. object EventSourceReplace extends Serializable
    44. object EventSubscription extends Serializable
    45. object EventSubscriptionList extends Serializable
    46. object EventTarget extends Serializable
    47. object EventTargetCloudwatchLogs extends Serializable
    48. object EventTargetFirehose extends Serializable
    49. object EventTargetKinesis extends Serializable
    50. object FailoverBackend extends Serializable
    51. object FailoverBackendList extends Serializable
    52. object HttpResponseBackend extends Serializable
    53. object HttpResponseBackendList extends Serializable
    54. object HttpsEdge extends Serializable
    55. object HttpsEdgeList extends Serializable
    56. object HttpsEdgeRoute extends Serializable
    57. object IpPolicy extends Serializable
    58. object IpPolicyList extends Serializable
    59. object IpPolicyRule extends Serializable
    60. object IpPolicyRuleList extends Serializable
    61. object IpRestriction extends Serializable
    62. object IpRestrictionList extends Serializable
    63. object NgrokApiError extends Serializable
    64. object NgrokApiErrorCode
    65. object NgrokApiErrorHttpStatus
    66. object Ref extends Serializable
    67. object ReservedAddr extends Serializable
    68. object ReservedAddrList extends Serializable
    69. object ReservedDomain extends Serializable
    70. object ReservedDomainCertJob extends Serializable
    71. object ReservedDomainCertPolicy extends Serializable
    72. object ReservedDomainCertStatus extends Serializable
    73. object ReservedDomainList extends Serializable
    74. object SshCertificateAuthority extends Serializable
    75. object SshCertificateAuthorityList extends Serializable
    76. object SshCredential extends Serializable
    77. object SshCredentialList extends Serializable
    78. object SshHostCertificate extends Serializable
    79. object SshHostCertificateList extends Serializable
    80. object SshUserCertificate extends Serializable
    81. object SshUserCertificateList extends Serializable
    82. object TcpEdge extends Serializable
    83. object TcpEdgeList extends Serializable
    84. object TlsCertificate extends Serializable
    85. object TlsCertificateList extends Serializable
    86. object TlsCertificateSaNs extends Serializable
    87. object TlsEdge extends Serializable
    88. object TlsEdgeList extends Serializable
    89. object Tunnel extends Serializable
    90. object TunnelGroupBackend extends Serializable
    91. object TunnelGroupBackendList extends Serializable
    92. object TunnelList extends Serializable
    93. object TunnelSession extends Serializable
    94. object TunnelSessionList extends Serializable
    95. object WeightedBackend extends Serializable
    96. object WeightedBackendList extends Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.definitions

    Packages

    p

    com.ngrok

    definitions

    package definitions

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. definitions
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Type Members

    1. final case class AbuseReport(id: String, uri: URI, createdAt: OffsetDateTime, urls: List[URI], metadata: String, status: String, hostnames: List[AbuseReportHostname]) extends Product with Serializable

      A class encapsulating the AbuseReport resource.

      A class encapsulating the AbuseReport resource. +

      id

      ID of the abuse report

      uri

      URI of the abuse report API resource

      createdAt

      timestamp that the abuse report record was created in RFC 3339 format

      urls

      a list of URLs containing suspected abusive content

      metadata

      arbitrary user-defined data about this abuse report. Optional, max 4096 bytes.

      status

      Indicates whether ngrok has processed the abuse report. one of PENDING, PROCESSED, or PARTIALLY_PROCESSED

      hostnames

      an array of hostname statuses related to the report

    2. final case class AbuseReportHostname(hostname: String, status: String) extends Product with Serializable

      A class encapsulating the AbuseReportHostname resource.

      A class encapsulating the AbuseReportHostname resource. +

      hostname

      the hostname ngrok has parsed out of one of the reported URLs in this abuse report

      status

      indicates what action ngrok has taken against the hostname. one of PENDING, BANNED, UNBANNED, or IGNORE

    3. final case class AgentIngress(id: String, uri: URI, description: String, metadata: String, domain: String, nsTargets: List[String], regionDomains: List[String], createdAt: OffsetDateTime) extends Product with Serializable

      A class encapsulating the AgentIngress resource.

      A class encapsulating the AgentIngress resource. +

      id

      unique Agent Ingress resource identifier

      uri

      URI to the API resource of this Agent ingress

      description

      human-readable description of the use of this Agent Ingress. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this Agent Ingress. optional, max 4096 bytes

      domain

      the domain that you own to be used as the base domain name to generate regional agent ingress domains.

      nsTargets

      a list of target values to use as the values of NS records for the domain property these values will delegate control over the domain to ngrok

      regionDomains

      a list of regional agent ingress domains that are subdomains of the value of domain this value may increase over time as ngrok adds more regions

      createdAt

      timestamp when the Agent Ingress was created, RFC 3339 format

    4. final case class AgentIngressList(ingresses: List[AgentIngress], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the AgentIngressList resource.

      A class encapsulating the AgentIngressList resource. +

      ingresses

      the list of Agent Ingresses owned by this account

      uri

      URI of the Agent Ingress list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    5. final case class ApiKey(id: String, uri: URI, description: String, metadata: String, createdAt: OffsetDateTime, token: Option[String] = None) extends Product with Serializable

      A class encapsulating the ApiKey resource.

      A class encapsulating the ApiKey resource. +

      id

      unique API key resource identifier

      uri

      URI to the API resource of this API key

      description

      human-readable description of what uses the API key to authenticate. optional, max 255 bytes.

      metadata

      arbitrary user-defined data of this API key. optional, max 4096 bytes

      createdAt

      timestamp when the api key was created, RFC 3339 format

      token

      the bearer token that can be placed into the Authorization header to authenticate request to the ngrok API. This value is only available one time, on the API response from key creation. Otherwise it is null.

    6. final case class ApiKeyList(keys: List[ApiKey], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the ApiKeyList resource.

      A class encapsulating the ApiKeyList resource. +

      keys

      the list of API keys for this account

      uri

      URI of the API keys list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    7. final case class AwsAuth(role: Option[AwsRole] = None, creds: Option[AwsCredentials] = None) extends Product with Serializable

      A class encapsulating the AwsAuth resource.

      A class encapsulating the AwsAuth resource. +

      role

      A role for ngrok to assume on your behalf to deposit events into your AWS account.

      creds

      Credentials to your AWS account if you prefer ngrok to sign in with long-term access keys.

    8. final case class AwsCredentials(awsAccessKeyId: String, awsSecretAccessKey: Option[String] = None) extends Product with Serializable

      A class encapsulating the AwsCredentials resource.

      A class encapsulating the AwsCredentials resource. +

      awsAccessKeyId

      The ID portion of an AWS access key.

      awsSecretAccessKey

      The secret portion of an AWS access key.

    9. final case class AwsRole(roleArn: String) extends Product with Serializable

      A class encapsulating the AwsRole resource.

      A class encapsulating the AwsRole resource. +

      roleArn

      An ARN that specifies the role that ngrok should use to deliver to the configured target.

    10. final case class CertificateAuthority(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, caPem: String, subjectCommonName: String, notBefore: OffsetDateTime, notAfter: OffsetDateTime, keyUsages: List[String], extendedKeyUsages: List[String]) extends Product with Serializable

      A class encapsulating the CertificateAuthority resource.

      A class encapsulating the CertificateAuthority resource. +

      id

      unique identifier for this Certificate Authority

      uri

      URI of the Certificate Authority API resource

      createdAt

      timestamp when the Certificate Authority was created, RFC 3339 format

      description

      human-readable description of this Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this Certificate Authority. optional, max 4096 bytes.

      caPem

      raw PEM of the Certificate Authority

      subjectCommonName

      subject common name of the Certificate Authority

      notBefore

      timestamp when this Certificate Authority becomes valid, RFC 3339 format

      notAfter

      timestamp when this Certificate Authority becomes invalid, RFC 3339 format

      keyUsages

      set of actions the private key of this Certificate Authority can be used for

      extendedKeyUsages

      extended set of actions the private key of this Certificate Authority can be used for

    11. final case class CertificateAuthorityList(certificateAuthorities: List[CertificateAuthority], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the CertificateAuthorityList resource.

      A class encapsulating the CertificateAuthorityList resource. +

      certificateAuthorities

      the list of all certificate authorities on this account

      uri

      URI of the certificates authorities list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    12. final case class Credential(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, token: Option[String] = None, acl: List[String]) extends Product with Serializable

      A class encapsulating the Credential resource.

      A class encapsulating the Credential resource. +

      id

      unique tunnel credential resource identifier

      uri

      URI of the tunnel credential API resource

      createdAt

      timestamp when the tunnel credential was created, RFC 3339 format

      description

      human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes.

      token

      the credential's authtoken that can be used to authenticate an ngrok agent. This value is only available one time, on the API response from credential creation, otherwise it is null.

      acl

      optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

    13. final case class CredentialList(credentials: List[Credential], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the CredentialList resource.

      A class encapsulating the CredentialList resource. +

      credentials

      the list of all tunnel credentials on this account

      uri

      URI of the tunnel credential list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    14. final case class Endpoint(id: String, region: String, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, publicUrl: URI, proto: String, hostport: String, type: String, metadata: String, domain: Option[Ref] = None, tcpAddr: Option[Ref] = None, tunnel: Option[Ref] = None, edge: Option[Ref] = None) extends Product with Serializable

      A class encapsulating the Endpoint resource.

      A class encapsulating the Endpoint resource. +

      id

      unique endpoint resource identifier

      region

      identifier of the region this endpoint belongs to

      createdAt

      timestamp when the endpoint was created in RFC 3339 format

      updatedAt

      timestamp when the endpoint was updated in RFC 3339 format

      publicUrl

      URL of the hostport served by this endpoint

      proto

      protocol served by this endpoint. one of http, https, tcp, or tls

      hostport

      hostport served by this endpoint (hostname:port)

      metadata

      user-supplied metadata of the associated tunnel or edge object

      domain

      the domain reserved for this endpoint

      tcpAddr

      the address reserved for this endpoint

      tunnel

      the tunnel serving requests to this endpoint, if this is an ephemeral endpoint

      edge

      the edge serving requests to this endpoint, if this is an edge endpoint

    15. final case class EndpointBackend(enabled: Option[Boolean] = None, backend: Ref) extends Product with Serializable

      A class encapsulating the EndpointBackend resource.

      A class encapsulating the EndpointBackend resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      backend

      backend to be used to back this endpoint

    16. final case class EndpointBackendMutate(enabled: Option[Boolean] = None, backendId: String) extends Product with Serializable

      A class encapsulating the EndpointBackendMutate resource.

      A class encapsulating the EndpointBackendMutate resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      backendId

      backend to be used to back this endpoint

    17. final case class EndpointCircuitBreaker(enabled: Option[Boolean] = None, trippedDuration: Duration, rollingWindow: Long, numBuckets: Long, volumeThreshold: Long, errorThresholdPercentage: Double) extends Product with Serializable

      A class encapsulating the EndpointCircuitBreaker resource.

      A class encapsulating the EndpointCircuitBreaker resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      trippedDuration

      Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health

      rollingWindow

      Integer number of seconds in the statistical rolling window that metrics are retained for.

      numBuckets

      Integer number of buckets into which metrics are retained. Max 128.

      volumeThreshold

      Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low.

      errorThresholdPercentage

      Error threshold percentage should be between 0 - 1.0, not 0-100.0

    18. final case class EndpointCompression(enabled: Option[Boolean] = None) extends Product with Serializable

      A class encapsulating the EndpointCompression resource.

      A class encapsulating the EndpointCompression resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

    19. final case class EndpointIpPolicy(enabled: Option[Boolean] = None, ipPolicies: List[Ref]) extends Product with Serializable

      A class encapsulating the EndpointIpPolicy resource.

      A class encapsulating the EndpointIpPolicy resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      ipPolicies

      the value of the ip_policies parameter as a scala.List of Ref

    20. final case class EndpointIpPolicyMutate(enabled: Option[Boolean] = None, ipPolicyIds: List[String]) extends Product with Serializable

      A class encapsulating the EndpointIpPolicyMutate resource.

      A class encapsulating the EndpointIpPolicyMutate resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      ipPolicyIds

      list of all IP policies that will be used to check if a source IP is allowed access to the endpoint

    21. final case class EndpointList(endpoints: List[Endpoint], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the EndpointList resource.

      A class encapsulating the EndpointList resource. +

      endpoints

      the list of all active endpoints on this account

      uri

      URI of the endpoints list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    22. final case class EndpointMutualTls(enabled: Option[Boolean] = None, certificateAuthorities: List[Ref]) extends Product with Serializable

      A class encapsulating the EndpointMutualTls resource.

      A class encapsulating the EndpointMutualTls resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      certificateAuthorities

      PEM-encoded CA certificates that will be used to validate. Multiple CAs may be provided by concatenating them together.

    23. final case class EndpointMutualTlsMutate(enabled: Option[Boolean] = None, certificateAuthorityIds: List[String]) extends Product with Serializable

      A class encapsulating the EndpointMutualTlsMutate resource.

      A class encapsulating the EndpointMutualTlsMutate resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      certificateAuthorityIds

      list of certificate authorities that will be used to validate the TLS client certificate presented by the initiator of the TLS connection

    24. final case class EndpointOAuth(enabled: Option[Boolean] = None, provider: EndpointOAuthProvider, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, authCheckInterval: Long) extends Product with Serializable

      A class encapsulating the EndpointOAuth resource.

      A class encapsulating the EndpointOAuth resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      provider

      an object which defines the identity provider to use for authentication and configuration for who may access the endpoint

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      authCheckInterval

      Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint. This is the preferred tunable to use to enforce a minimum amount of time after which a revoked user will no longer be able to access the resource.

    25. final case class EndpointOAuthFacebook(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String]) extends Product with Serializable

      A class encapsulating the EndpointOAuthFacebook resource.

      A class encapsulating the EndpointOAuthFacebook resource. +

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    26. final case class EndpointOAuthGitHub(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String], teams: List[String], organizations: List[String]) extends Product with Serializable

      A class encapsulating the EndpointOAuthGitHub resource.

      A class encapsulating the EndpointOAuthGitHub resource. +

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

      teams

      a list of github teams identifiers. users will be allowed access to the endpoint if they are a member of any of these teams. identifiers should be in the 'slug' format qualified with the org name, e.g. org-name/team-name

      organizations

      a list of github org identifiers. users who are members of any of the listed organizations will be allowed access. identifiers should be the organization's 'slug'

    27. final case class EndpointOAuthGoogle(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String]) extends Product with Serializable

      A class encapsulating the EndpointOAuthGoogle resource.

      A class encapsulating the EndpointOAuthGoogle resource. +

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    28. final case class EndpointOAuthMicrosoft(clientId: Option[String] = None, clientSecret: Option[String] = None, scopes: List[String], emailAddresses: List[String], emailDomains: List[String]) extends Product with Serializable

      A class encapsulating the EndpointOAuthMicrosoft resource.

      A class encapsulating the EndpointOAuthMicrosoft resource. +

      clientId

      the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well.

      clientSecret

      the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id.

      scopes

      a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes)

      emailAddresses

      a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint

      emailDomains

      a list of email domains of users authenticated by identity provider who are allowed access to the endpoint

    29. final case class EndpointOAuthProvider(github: Option[EndpointOAuthGitHub] = None, facebook: Option[EndpointOAuthFacebook] = None, microsoft: Option[EndpointOAuthMicrosoft] = None, google: Option[EndpointOAuthGoogle] = None) extends Product with Serializable

      A class encapsulating the EndpointOAuthProvider resource.

      A class encapsulating the EndpointOAuthProvider resource. +

      github

      configuration for using github as the identity provider

      facebook

      configuration for using facebook as the identity provider

      microsoft

      configuration for using microsoft as the identity provider

      google

      configuration for using google as the identity provider

    30. final case class EndpointOidc(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, issuer: String, clientId: String, clientSecret: String, scopes: List[String]) extends Product with Serializable

      A class encapsulating the EndpointOidc resource.

      A class encapsulating the EndpointOidc resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      issuer

      URL of the OIDC "OpenID provider". This is the base URL used for discovery.

      clientId

      The OIDC app's client ID and OIDC audience.

      clientSecret

      The OIDC app's client secret.

      scopes

      The set of scopes to request from the OIDC identity provider.

    31. final case class EndpointRequestHeaders(enabled: Option[Boolean] = None, add: Map[String, String], remove: List[String]) extends Product with Serializable

      A class encapsulating the EndpointRequestHeaders resource.

      A class encapsulating the EndpointRequestHeaders resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      add

      a map of header key to header value that will be injected into the HTTP Request before being sent to the upstream application server

      remove

      a list of header names that will be removed from the HTTP Request before being sent to the upstream application server

    32. final case class EndpointResponseHeaders(enabled: Option[Boolean] = None, add: Map[String, String], remove: List[String]) extends Product with Serializable

      A class encapsulating the EndpointResponseHeaders resource.

      A class encapsulating the EndpointResponseHeaders resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      add

      a map of header key to header value that will be injected into the HTTP Response returned to the HTTP client

      remove

      a list of header names that will be removed from the HTTP Response returned to the HTTP client

    33. final case class EndpointSaml(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, idpMetadata: String, forceAuthn: Boolean, allowIdpInitiated: Option[Boolean] = None, authorizedGroups: List[String], entityId: String, assertionConsumerServiceUrl: URI, singleLogoutUrl: URI, requestSigningCertificatePem: String, metadataUrl: URI, nameidFormat: String) extends Product with Serializable

      A class encapsulating the EndpointSaml resource.

      A class encapsulating the EndpointSaml resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      idpMetadata

      The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.

      forceAuthn

      If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP.

      allowIdpInitiated

      If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed.

      authorizedGroups

      If present, only users who are a member of one of the listed groups may access the target endpoint.

      entityId

      The SP Entity's unique ID. This always takes the form of a URL. In ngrok's implementation, this URL is the same as the metadata URL. This will need to be specified to the IdP as configuration.

      assertionConsumerServiceUrl

      The public URL of the SP's Assertion Consumer Service. This is where the IdP will redirect to during an authentication flow. This will need to be specified to the IdP as configuration.

      singleLogoutUrl

      The public URL of the SP's Single Logout Service. This is where the IdP will redirect to during a single logout flow. This will optionally need to be specified to the IdP as configuration.

      requestSigningCertificatePem

      PEM-encoded x.509 certificate of the key pair that is used to sign all SAML requests that the ngrok SP makes to the IdP. Many IdPs do not support request signing verification, but we highly recommend specifying this in the IdP's configuration if it is supported.

      metadataUrl

      A public URL where the SP's metadata is hosted. If an IdP supports dynamic configuration, this is the URL it can use to retrieve the SP metadata.

      nameidFormat

      Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used. A subset of the allowed values enumerated by the SAML specification are supported.

    34. final case class EndpointSamlMutate(enabled: Option[Boolean] = None, optionsPassthrough: Boolean, cookiePrefix: String, inactivityTimeout: Long, maximumDuration: Duration, idpMetadata: String, forceAuthn: Boolean, allowIdpInitiated: Option[Boolean] = None, authorizedGroups: List[String], nameidFormat: String) extends Product with Serializable

      A class encapsulating the EndpointSamlMutate resource.

      A class encapsulating the EndpointSamlMutate resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      optionsPassthrough

      Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.

      cookiePrefix

      the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'

      inactivityTimeout

      Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate.

      maximumDuration

      Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate.

      idpMetadata

      The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.

      forceAuthn

      If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP.

      allowIdpInitiated

      If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed.

      authorizedGroups

      If present, only users who are a member of one of the listed groups may access the target endpoint.

      nameidFormat

      Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used. A subset of the allowed values enumerated by the SAML specification are supported.

    35. final case class EndpointTlsTermination(enabled: Option[Boolean] = None, terminateAt: String, minVersion: Option[String] = None) extends Product with Serializable

      A class encapsulating the EndpointTlsTermination resource.

      A class encapsulating the EndpointTlsTermination resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      terminateAt

      edge if the ngrok edge should terminate TLS traffic, upstream if TLS traffic should be passed through to the upstream ngrok agent / application server for termination. if upstream is chosen, most other modules will be disallowed because they rely on the ngrok edge being able to access the underlying traffic.

      minVersion

      The minimum TLS version used for termination and advertised to the client during the TLS handshake. if unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.

    36. final case class EndpointTlsTerminationAtEdge(enabled: Option[Boolean] = None, minVersion: Option[String] = None) extends Product with Serializable

      A class encapsulating the EndpointTlsTerminationAtEdge resource.

      A class encapsulating the EndpointTlsTerminationAtEdge resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      minVersion

      The minimum TLS version used for termination and advertised to the client during the TLS handshake. if unspecified, ngrok will choose an industry-safe default. This value must be null if terminate_at is set to upstream.

    37. final case class EndpointWebhookValidation(enabled: Option[Boolean] = None, provider: String, secret: String) extends Product with Serializable

      A class encapsulating the EndpointWebhookValidation resource.

      A class encapsulating the EndpointWebhookValidation resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

      provider

      a string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers: SLACK, SNS, STRIPE, GITHUB, TWILIO, SHOPIFY, GITLAB, INTERCOM, SENDGRID, XERO, PAGERDUTY.

      secret

      a string secret used to validate requests from the given provider. All providers except AWS SNS require a secret

    38. final case class EndpointWebsocketTcpConverter(enabled: Option[Boolean] = None) extends Product with Serializable

      A class encapsulating the EndpointWebsocketTcpConverter resource.

      A class encapsulating the EndpointWebsocketTcpConverter resource. +

      enabled

      true if the module will be applied to traffic, false to disable. default true if unspecified

    39. final case class EventDestination(id: String, metadata: String, createdAt: OffsetDateTime, description: String, format: String, target: EventTarget, uri: URI) extends Product with Serializable

      A class encapsulating the EventDestination resource.

      A class encapsulating the EventDestination resource. +

      id

      Unique identifier for this Event Destination.

      metadata

      Arbitrary user-defined machine-readable data of this Event Destination. Optional, max 4096 bytes.

      createdAt

      Timestamp when the Event Destination was created, RFC 3339 format.

      description

      Human-readable description of the Event Destination. Optional, max 255 bytes.

      format

      The output format you would like to serialize events into when sending to their target. Currently the only accepted value is JSON.

      target

      An object that encapsulates where and how to send your events. An event destination must contain exactly one of the following objects, leaving the rest null: kinesis, firehose, cloudwatch_logs, or s3.

      uri

      URI of the Event Destination API resource.

    40. final case class EventDestinationList(eventDestinations: List[EventDestination], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the EventDestinationList resource.

      A class encapsulating the EventDestinationList resource. +

      eventDestinations

      The list of all Event Destinations on this account.

      uri

      URI of the Event Destinations list API resource.

      nextPageUri

      URI of the next page, or null if there is no next page.

    41. final case class EventSource(type: String, uri: URI) extends Product with Serializable

      A class encapsulating the EventSource resource.

      A class encapsulating the EventSource resource. +

      uri

      URI of the Event Source API resource.

    42. final case class EventSourceList(sources: List[EventSource], uri: URI) extends Product with Serializable

      A class encapsulating the EventSourceList resource.

      A class encapsulating the EventSourceList resource. +

      sources

      The list of all Event Sources for an Event Subscription

      uri

      URI of the next page, or null if there is no next page.

    43. final case class EventSourceReplace(type: String) extends Product with Serializable

      A class encapsulating the EventSourceReplace resource.

    44. final case class EventSubscription(id: String, uri: URI, createdAt: OffsetDateTime, metadata: String, description: String, sources: List[EventSource], destinations: List[Ref]) extends Product with Serializable

      A class encapsulating the EventSubscription resource.

      A class encapsulating the EventSubscription resource. +

      id

      Unique identifier for this Event Subscription.

      uri

      URI of the Event Subscription API resource.

      createdAt

      When the Event Subscription was created (RFC 3339 format).

      metadata

      Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.

      description

      Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.

      sources

      Sources containing the types for which this event subscription will trigger

      destinations

      Destinations to which these events will be sent

    45. final case class EventSubscriptionList(eventSubscriptions: List[EventSubscription], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the EventSubscriptionList resource.

      A class encapsulating the EventSubscriptionList resource. +

      eventSubscriptions

      The list of all Event Subscriptions on this account.

      uri

      URI of the Event Subscriptions list API resource.

      nextPageUri

      URI of next page, or null if there is no next page.

    46. final case class EventTarget(firehose: Option[EventTargetFirehose] = None, kinesis: Option[EventTargetKinesis] = None, cloudwatchLogs: Option[EventTargetCloudwatchLogs] = None) extends Product with Serializable

      A class encapsulating the EventTarget resource.

      A class encapsulating the EventTarget resource. +

      firehose

      Configuration used to send events to Amazon Kinesis Data Firehose.

      kinesis

      Configuration used to send events to Amazon Kinesis.

      cloudwatchLogs

      Configuration used to send events to Amazon CloudWatch Logs.

    47. final case class EventTargetCloudwatchLogs(auth: AwsAuth, logGroupArn: String) extends Product with Serializable

      A class encapsulating the EventTargetCloudwatchLogs resource.

      A class encapsulating the EventTargetCloudwatchLogs resource. +

      auth

      Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

      logGroupArn

      An Amazon Resource Name specifying the CloudWatch Logs group to deposit events into.

    48. final case class EventTargetFirehose(auth: AwsAuth, deliveryStreamArn: String) extends Product with Serializable

      A class encapsulating the EventTargetFirehose resource.

      A class encapsulating the EventTargetFirehose resource. +

      auth

      Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

      deliveryStreamArn

      An Amazon Resource Name specifying the Firehose delivery stream to deposit events into.

    49. final case class EventTargetKinesis(auth: AwsAuth, streamArn: String) extends Product with Serializable

      A class encapsulating the EventTargetKinesis resource.

      A class encapsulating the EventTargetKinesis resource. +

      auth

      Configuration for how to authenticate into your AWS account. Exactly one of role or creds should be configured.

      streamArn

      An Amazon Resource Name specifying the Kinesis stream to deposit events into.

    50. final case class FailoverBackend(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, backends: List[String]) extends Product with Serializable

      A class encapsulating the FailoverBackend resource.

      A class encapsulating the FailoverBackend resource. +

      id

      unique identifier for this Failover backend

      uri

      URI of the FailoverBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends in order

    51. final case class FailoverBackendList(backends: List[FailoverBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the FailoverBackendList resource.

      A class encapsulating the FailoverBackendList resource. +

      backends

      the list of all Failover backends on this account

      uri

      URI of the Failover backends list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    52. final case class HttpResponseBackend(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, body: String, headers: Map[String, String], statusCode: Int) extends Product with Serializable

      A class encapsulating the HttpResponseBackend resource.

      A class encapsulating the HttpResponseBackend resource. +

      id

      the value of the id parameter as a scala.Predef.String

      uri

      URI of the HTTPResponseBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      body

      body to return as fixed content

      headers

      headers to return

      statusCode

      status code to return

    53. final case class HttpResponseBackendList(backends: List[HttpResponseBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the HttpResponseBackendList resource.

      A class encapsulating the HttpResponseBackendList resource. +

      backends

      the value of the backends parameter as a scala.List of HttpResponseBackend

      uri

      the value of the uri parameter as a java.net.URI

      nextPageUri

      the value of the next_page_uri parameter as a java.net.URI

    54. final case class HttpsEdge(id: String, description: String, metadata: String, createdAt: OffsetDateTime, uri: URI, hostports: Option[List[String]] = None, mutualTls: Option[EndpointMutualTls] = None, tlsTermination: Option[EndpointTlsTermination] = None, routes: List[HttpsEdgeRoute]) extends Product with Serializable

      A class encapsulating the HttpsEdge resource.

      A class encapsulating the HttpsEdge resource. +

      id

      unique identifier of this edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.

      createdAt

      timestamp when the edge configuration was created, RFC 3339 format

      uri

      URI of the edge API resource

      hostports

      hostports served by this edge

      mutualTls

      edge modules

      tlsTermination

      the value of the tls_termination parameter as a EndpointTlsTermination

      routes

      routes

    55. final case class HttpsEdgeList(httpsEdges: List[HttpsEdge], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the HttpsEdgeList resource.

      A class encapsulating the HttpsEdgeList resource. +

      httpsEdges

      the list of all HTTPS Edges on this account

      uri

      URI of the HTTPS Edge list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    56. final case class HttpsEdgeRoute(edgeId: String, id: String, createdAt: OffsetDateTime, matchType: String, match: String, uri: URI, description: String, metadata: String, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None, circuitBreaker: Option[EndpointCircuitBreaker] = None, compression: Option[EndpointCompression] = None, requestHeaders: Option[EndpointRequestHeaders] = None, responseHeaders: Option[EndpointResponseHeaders] = None, webhookVerification: Option[EndpointWebhookValidation] = None, oauth: Option[EndpointOAuth] = None, saml: Option[EndpointSaml] = None, oidc: Option[EndpointOidc] = None, websocketTcpConverter: Option[EndpointWebsocketTcpConverter] = None) extends Product with Serializable

      A class encapsulating the HttpsEdgeRoute resource.

      A class encapsulating the HttpsEdgeRoute resource. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      createdAt

      timestamp when the edge configuration was created, RFC 3339 format

      matchType

      Type of match to use for this route. Valid values are "exact_path" and "path_prefix".

      uri

      URI of the edge API resource

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      backend

      backend module configuration or null

      ipRestriction

      ip restriction module configuration or null

      circuitBreaker

      circuit breaker module configuration or null

      compression

      compression module configuration or null

      requestHeaders

      request headers module configuration or null

      responseHeaders

      response headers module configuration or null

      webhookVerification

      webhook verification module configuration or null

      oauth

      oauth module configuration or null

      saml

      saml module configuration or null

      oidc

      oidc module configuration or null

      websocketTcpConverter

      websocket to tcp adapter configuration or null

    57. final case class IpPolicy(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String) extends Product with Serializable

      A class encapsulating the IpPolicy resource.

      A class encapsulating the IpPolicy resource. +

      id

      unique identifier for this IP policy

      uri

      URI of the IP Policy API resource

      createdAt

      timestamp when the IP policy was created, RFC 3339 format

      description

      human-readable description of the source IPs of this IP policy. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP policy. optional, max 4096 bytes.

    58. final case class IpPolicyList(ipPolicies: List[IpPolicy], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the IpPolicyList resource.

      A class encapsulating the IpPolicyList resource. +

      ipPolicies

      the list of all IP policies on this account

      uri

      URI of the IP policy list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    59. final case class IpPolicyRule(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, cidr: String, ipPolicy: Ref, action: String) extends Product with Serializable

      A class encapsulating the IpPolicyRule resource.

      A class encapsulating the IpPolicyRule resource. +

      id

      unique identifier for this IP policy rule

      uri

      URI of the IP policy rule API resource

      createdAt

      timestamp when the IP policy rule was created, RFC 3339 format

      description

      human-readable description of the source IPs of this IP rule. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP policy rule. optional, max 4096 bytes.

      cidr

      an IP or IP range specified in CIDR notation. IPv4 and IPv6 are both supported.

      ipPolicy

      object describing the IP policy this IP Policy Rule belongs to

      action

      the action to apply to the policy rule, either allow or deny

    60. final case class IpPolicyRuleList(ipPolicyRules: List[IpPolicyRule], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the IpPolicyRuleList resource.

      A class encapsulating the IpPolicyRuleList resource. +

      ipPolicyRules

      the list of all IP policy rules on this account

      uri

      URI of the IP policy rule list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    61. final case class IpRestriction(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, enforced: Boolean, type: String, ipPolicies: List[Ref]) extends Product with Serializable

      A class encapsulating the IpRestriction resource.

      A class encapsulating the IpRestriction resource. +

      id

      unique identifier for this IP restriction

      uri

      URI of the IP restriction API resource

      createdAt

      timestamp when the IP restriction was created, RFC 3339 format

      description

      human-readable description of this IP restriction. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP restriction. optional, max 4096 bytes.

      enforced

      true if the IP restriction will be enforced. if false, only warnings will be issued

      ipPolicies

      the set of IP policies that are used to enforce the restriction

    62. final case class IpRestrictionList(ipRestrictions: List[IpRestriction], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the IpRestrictionList resource.

      A class encapsulating the IpRestrictionList resource. +

      ipRestrictions

      the list of all IP restrictions on this account

      uri

      URI of the IP restrictions list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    63. case class NgrokApiError(message: String, httpStatusCode: Int, errorCode: Option[String], details: Map[String, String], cause: Option[Throwable]) extends Exception with Product with Serializable

      Representation of an API error from ngrok.

      Representation of an API error from ngrok. +

      message

      descriptive error message.

      httpStatusCode

      HTTP status returned from the server

      errorCode

      ngrok-specific error code, if any

      details

      key-value map of error details

      cause

      exception cause, if any

    64. class Page[T <: Pageable] extends AnyRef

      Wrapper class that holds a single page of a Pageable response.

      Wrapper class that holds a single page of a Pageable response. +

      T

      underlying page type

    65. trait Pageable extends AnyRef

      Trait indicating a resource type that can have more than one page of responses.

    66. final case class Ref(id: String, uri: URI) extends Product with Serializable

      A class encapsulating the Ref resource.

      A class encapsulating the Ref resource. +

      id

      a resource identifier

      uri

      a uri for locating a resource

    67. final case class ReservedAddr(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, addr: String, region: String) extends Product with Serializable

      A class encapsulating the ReservedAddr resource.

      A class encapsulating the ReservedAddr resource. +

      id

      unique reserved address resource identifier

      uri

      URI of the reserved address API resource

      createdAt

      timestamp when the reserved address was created, RFC 3339 format

      description

      human-readable description of what this reserved address will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes.

      addr

      hostname:port of the reserved address that was assigned at creation time

      region

      reserve the address in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

    68. final case class ReservedAddrList(reservedAddrs: List[ReservedAddr], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the ReservedAddrList resource.

      A class encapsulating the ReservedAddrList resource. +

      reservedAddrs

      the list of all reserved addresses on this account

      uri

      URI of the reserved address list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    69. final case class ReservedDomain(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, domain: String, region: String, cnameTarget: Option[String] = None, certificate: Option[Ref] = None, certificateManagementPolicy: Option[ReservedDomainCertPolicy] = None, certificateManagementStatus: Option[ReservedDomainCertStatus] = None, acmeChallengeCnameTarget: Option[String] = None) extends Product with Serializable

      A class encapsulating the ReservedDomain resource.

      A class encapsulating the ReservedDomain resource. +

      id

      unique reserved domain resource identifier

      uri

      URI of the reserved domain API resource

      createdAt

      timestamp when the reserved domain was created, RFC 3339 format

      description

      human-readable description of what this reserved domain will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.

      domain

      hostname of the reserved domain

      region

      reserve the domain in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

      cnameTarget

      DNS CNAME target for a custom hostname, or null if the reserved domain is a subdomain of *.ngrok.io

      certificate

      object referencing the TLS certificate used for connections to this domain. This can be either a user-uploaded certificate, the most recently issued automatic one, or null otherwise.

      certificateManagementPolicy

      configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled

      certificateManagementStatus

      status of the automatic certificate management for this domain, or null if automatic management is disabled

      acmeChallengeCnameTarget

      DNS CNAME target for the host _acme-challenge.example.com, where example.com is your reserved domain name. This is required to issue certificates for wildcard, non-ngrok reserved domains. Must be null for non-wildcard domains and ngrok subdomains.

    70. final case class ReservedDomainCertJob(errorCode: Option[String] = None, msg: String, startedAt: OffsetDateTime, retriesAt: Option[OffsetDateTime] = None) extends Product with Serializable

      A class encapsulating the ReservedDomainCertJob resource.

      A class encapsulating the ReservedDomainCertJob resource. +

      errorCode

      if present, an error code indicating why provisioning is failing. It may be either a temporary condition (INTERNAL_ERROR), or a permanent one the user must correct (DNS_ERROR).

      msg

      a message describing the current status or error

      startedAt

      timestamp when the provisioning job started, RFC 3339 format

      retriesAt

      timestamp when the provisioning job will be retried

    71. final case class ReservedDomainCertPolicy(authority: String, privateKeyType: String) extends Product with Serializable

      A class encapsulating the ReservedDomainCertPolicy resource.

      A class encapsulating the ReservedDomainCertPolicy resource. +

      authority

      certificate authority to request certificates from. The only supported value is letsencrypt.

      privateKeyType

      type of private key to use when requesting certificates. Defaults to rsa, can be either rsa or ecdsa.

    72. final case class ReservedDomainCertStatus(renewsAt: Option[OffsetDateTime] = None, provisioningJob: Option[ReservedDomainCertJob] = None) extends Product with Serializable

      A class encapsulating the ReservedDomainCertStatus resource.

      A class encapsulating the ReservedDomainCertStatus resource. +

      renewsAt

      timestamp when the next renewal will be requested, RFC 3339 format

      provisioningJob

      status of the certificate provisioning job, or null if the certificiate isn't being provisioned or renewed

    73. final case class ReservedDomainList(reservedDomains: List[ReservedDomain], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the ReservedDomainList resource.

      A class encapsulating the ReservedDomainList resource. +

      reservedDomains

      the list of all reserved domains on this account

      uri

      URI of the reserved domain list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    74. final case class SshCertificateAuthority(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String) extends Product with Serializable

      A class encapsulating the SshCertificateAuthority resource.

      A class encapsulating the SshCertificateAuthority resource. +

      id

      unique identifier for this SSH Certificate Authority

      uri

      URI of the SSH Certificate Authority API resource

      createdAt

      timestamp when the SSH Certificate Authority API resource was created, RFC 3339 format

      description

      human-readable description of this SSH Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Certificate Authority. optional, max 4096 bytes.

      publicKey

      raw public key for this SSH Certificate Authority

      keyType

      the type of private key for this SSH Certificate Authority

    75. final case class SshCertificateAuthorityList(sshCertificateAuthorities: List[SshCertificateAuthority], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the SshCertificateAuthorityList resource.

      A class encapsulating the SshCertificateAuthorityList resource. +

      sshCertificateAuthorities

      the list of all certificate authorities on this account

      uri

      URI of the certificates authorities list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    76. final case class SshCredential(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, acl: List[String]) extends Product with Serializable

      A class encapsulating the SshCredential resource.

      A class encapsulating the SshCredential resource. +

      id

      unique ssh credential resource identifier

      uri

      URI of the ssh credential API resource

      createdAt

      timestamp when the ssh credential was created, RFC 3339 format

      description

      human-readable description of who or what will use the ssh credential to authenticate. Optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this ssh credential. Optional, max 4096 bytes.

      publicKey

      the PEM-encoded public key of the SSH keypair that will be used to authenticate

      acl

      optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

    77. final case class SshCredentialList(sshCredentials: List[SshCredential], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the SshCredentialList resource.

      A class encapsulating the SshCredentialList resource. +

      sshCredentials

      the list of all ssh credentials on this account

      uri

      URI of the ssh credential list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    78. final case class SshHostCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String, sshCertificateAuthorityId: String, principals: List[String], validAfter: OffsetDateTime, validUntil: OffsetDateTime, certificate: String) extends Product with Serializable

      A class encapsulating the SshHostCertificate resource.

      A class encapsulating the SshHostCertificate resource. +

      id

      unique identifier for this SSH Host Certificate

      uri

      URI of the SSH Host Certificate API resource

      createdAt

      timestamp when the SSH Host Certificate API resource was created, RFC 3339 format

      description

      human-readable description of this SSH Host Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Host Certificate. optional, max 4096 bytes.

      publicKey

      a public key in OpenSSH Authorized Keys format that this certificate signs

      keyType

      the key type of the public_key, one of rsa, ecdsa or ed25519

      sshCertificateAuthorityId

      the ssh certificate authority that is used to sign this ssh host certificate

      principals

      the list of principals included in the ssh host certificate. This is the list of hostnames and/or IP addresses that are authorized to serve SSH traffic with this certificate. Dangerously, if no principals are specified, this certificate is considered valid for all hosts.

      validAfter

      the time when the ssh host certificate becomes valid, in RFC 3339 format.

      validUntil

      the time after which the ssh host certificate becomes invalid, in RFC 3339 format. the OpenSSH certificates RFC calls this valid_before.

      certificate

      the signed SSH certificate in OpenSSH Authorized Keys format. this value should be placed in a -cert.pub certificate file on disk that should be referenced in your sshd_config configuration file with a HostCertificate directive

    79. final case class SshHostCertificateList(sshHostCertificates: List[SshHostCertificate], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the SshHostCertificateList resource.

      A class encapsulating the SshHostCertificateList resource. +

      sshHostCertificates

      the list of all ssh host certificates on this account

      uri

      URI of the ssh host certificates list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    80. final case class SshUserCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, publicKey: String, keyType: String, sshCertificateAuthorityId: String, principals: List[String], criticalOptions: Map[String, String], extensions: Map[String, String], validAfter: OffsetDateTime, validUntil: OffsetDateTime, certificate: String) extends Product with Serializable

      A class encapsulating the SshUserCertificate resource.

      A class encapsulating the SshUserCertificate resource. +

      id

      unique identifier for this SSH User Certificate

      uri

      URI of the SSH User Certificate API resource

      createdAt

      timestamp when the SSH User Certificate API resource was created, RFC 3339 format

      description

      human-readable description of this SSH User Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH User Certificate. optional, max 4096 bytes.

      publicKey

      a public key in OpenSSH Authorized Keys format that this certificate signs

      keyType

      the key type of the public_key, one of rsa, ecdsa or ed25519

      sshCertificateAuthorityId

      the ssh certificate authority that is used to sign this ssh user certificate

      principals

      the list of principals included in the ssh user certificate. This is the list of usernames that the certificate holder may sign in as on a machine authorizing the signing certificate authority. Dangerously, if no principals are specified, this certificate may be used to log in as any user.

      criticalOptions

      A map of critical options included in the certificate. Only two critical options are currently defined by OpenSSH: force-command and source-address. See the OpenSSH certificate protocol spec for additional details.

      extensions

      A map of extensions included in the certificate. Extensions are additional metadata that can be interpreted by the SSH server for any purpose. These can be used to permit or deny the ability to open a terminal, do port forwarding, x11 forwarding, and more. If unspecified, the certificate will include limited permissions with the following extension map: {"permit-pty": "", "permit-user-rc": ""} OpenSSH understands a number of predefined extensions. See the OpenSSH certificate protocol spec for additional details.

      validAfter

      the time when the ssh host certificate becomes valid, in RFC 3339 format.

      validUntil

      the time after which the ssh host certificate becomes invalid, in RFC 3339 format. the OpenSSH certificates RFC calls this valid_before.

      certificate

      the signed SSH certificate in OpenSSH Authorized Keys Format. this value should be placed in a -cert.pub certificate file on disk that should be referenced in your sshd_config configuration file with a HostCertificate directive

    81. final case class SshUserCertificateList(sshUserCertificates: List[SshUserCertificate], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the SshUserCertificateList resource.

      A class encapsulating the SshUserCertificateList resource. +

      sshUserCertificates

      the list of all ssh user certificates on this account

      uri

      URI of the ssh user certificates list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    82. final case class TcpEdge(id: String, description: String, metadata: String, createdAt: OffsetDateTime, uri: URI, hostports: Option[List[String]] = None, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None) extends Product with Serializable

      A class encapsulating the TcpEdge resource.

      A class encapsulating the TcpEdge resource. +

      id

      unique identifier of this edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      createdAt

      timestamp when the edge was created, RFC 3339 format

      uri

      URI of the edge API resource

      hostports

      hostports served by this edge

      backend

      edge modules

      ipRestriction

      the value of the ip_restriction parameter as a EndpointIpPolicy

    83. final case class TcpEdgeList(tcpEdges: List[TcpEdge], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the TcpEdgeList resource.

      A class encapsulating the TcpEdgeList resource. +

      tcpEdges

      the list of all TCP Edges on this account

      uri

      URI of the TCP Edge list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    84. final case class TlsCertificate(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, certificatePem: String, subjectCommonName: String, subjectAlternativeNames: TlsCertificateSaNs, issuedAt: Option[OffsetDateTime] = None, notBefore: OffsetDateTime, notAfter: OffsetDateTime, keyUsages: List[String], extendedKeyUsages: List[String], privateKeyType: String, issuerCommonName: String, serialNumber: String, subjectOrganization: String, subjectOrganizationalUnit: String, subjectLocality: String, subjectProvince: String, subjectCountry: String) extends Product with Serializable

      A class encapsulating the TlsCertificate resource.

      A class encapsulating the TlsCertificate resource. +

      id

      unique identifier for this TLS certificate

      uri

      URI of the TLS certificate API resource

      createdAt

      timestamp when the TLS certificate was created, RFC 3339 format

      description

      human-readable description of this TLS certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.

      certificatePem

      chain of PEM-encoded certificates, leaf first. See Certificate Bundles.

      subjectCommonName

      subject common name from the leaf of this TLS certificate

      subjectAlternativeNames

      subject alternative names (SANs) from the leaf of this TLS certificate

      issuedAt

      timestamp (in RFC 3339 format) when this TLS certificate was issued automatically, or null if this certificate was user-uploaded

      notBefore

      timestamp when this TLS certificate becomes valid, RFC 3339 format

      notAfter

      timestamp when this TLS certificate becomes invalid, RFC 3339 format

      keyUsages

      set of actions the private key of this TLS certificate can be used for

      extendedKeyUsages

      extended set of actions the private key of this TLS certificate can be used for

      privateKeyType

      type of the private key of this TLS certificate. One of rsa, ecdsa, or ed25519.

      issuerCommonName

      issuer common name from the leaf of this TLS certificate

      serialNumber

      serial number of the leaf of this TLS certificate

      subjectOrganization

      subject organization from the leaf of this TLS certificate

      subjectOrganizationalUnit

      subject organizational unit from the leaf of this TLS certificate

      subjectLocality

      subject locality from the leaf of this TLS certificate

      subjectProvince

      subject province from the leaf of this TLS certificate

      subjectCountry

      subject country from the leaf of this TLS certificate

    85. final case class TlsCertificateList(tlsCertificates: List[TlsCertificate], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the TlsCertificateList resource.

      A class encapsulating the TlsCertificateList resource. +

      tlsCertificates

      the list of all TLS certificates on this account

      uri

      URI of the TLS certificates list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    86. final case class TlsCertificateSaNs(dnsNames: List[String], ips: List[String]) extends Product with Serializable

      A class encapsulating the TlsCertificateSaNs resource.

      A class encapsulating the TlsCertificateSaNs resource. +

      dnsNames

      set of additional domains (including wildcards) this TLS certificate is valid for

      ips

      set of IP addresses this TLS certificate is also valid for

    87. final case class TlsEdge(id: String, description: String, metadata: String, createdAt: OffsetDateTime, uri: URI, hostports: Option[List[String]] = None, backend: Option[EndpointBackend] = None, ipRestriction: Option[EndpointIpPolicy] = None, mutualTls: Option[EndpointMutualTls] = None, tlsTermination: Option[EndpointTlsTermination] = None) extends Product with Serializable

      A class encapsulating the TlsEdge resource.

      A class encapsulating the TlsEdge resource. +

      id

      unique identifier of this edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      createdAt

      timestamp when the edge configuration was created, RFC 3339 format

      uri

      URI of the edge API resource

      hostports

      hostports served by this edge

      backend

      edge modules

      ipRestriction

      the value of the ip_restriction parameter as a EndpointIpPolicy

      mutualTls

      the value of the mutual_tls parameter as a EndpointMutualTls

      tlsTermination

      the value of the tls_termination parameter as a EndpointTlsTermination

    88. final case class TlsEdgeList(tlsEdges: List[TlsEdge], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the TlsEdgeList resource.

      A class encapsulating the TlsEdgeList resource. +

      tlsEdges

      the list of all TLS Edges on this account

      uri

      URI of the TLS Edge list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    89. final case class Tunnel(id: String, publicUrl: URI, startedAt: OffsetDateTime, metadata: String, proto: String, region: String, tunnelSession: Ref, endpoint: Option[Ref] = None, labels: Map[String, String], backends: Option[List[Ref]] = None, forwardsTo: String) extends Product with Serializable

      A class encapsulating the Tunnel resource.

      A class encapsulating the Tunnel resource. +

      id

      unique tunnel resource identifier

      publicUrl

      URL of the ephemeral tunnel's public endpoint

      startedAt

      timestamp when the tunnel was initiated in RFC 3339 format

      metadata

      user-supplied metadata for the tunnel defined in the ngrok configuration file. See the tunnel metadata configuration option In API version 0, this value was instead pulled from the top-level metadata configuration option.

      proto

      tunnel protocol for ephemeral tunnels. one of http, https, tcp or tls

      region

      identifier of tune region where the tunnel is running

      tunnelSession

      reference object pointing to the tunnel session on which this tunnel was started

      endpoint

      the ephemeral endpoint this tunnel is associated with, if this is an agent-initiated tunnel

      labels

      the labels the tunnel group backends will match against, if this is a backend tunnel

      backends

      tunnel group backends served by this backend tunnel

      forwardsTo

      upstream address the ngrok agent forwards traffic over this tunnel to. this may be expressed as a URL or a network address.

    90. final case class TunnelGroupBackend(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, labels: Map[String, String], tunnels: List[Ref]) extends Product with Serializable

      A class encapsulating the TunnelGroupBackend resource.

      A class encapsulating the TunnelGroupBackend resource. +

      id

      unique identifier for this TunnelGroup backend

      uri

      URI of the TunnelGroupBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      labels

      labels to watch for tunnels on, e.g. app->foo, dc->bar

      tunnels

      tunnels matching this backend

    91. final case class TunnelGroupBackendList(backends: List[TunnelGroupBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the TunnelGroupBackendList resource.

      A class encapsulating the TunnelGroupBackendList resource. +

      backends

      the list of all TunnelGroup backends on this account

      uri

      URI of the TunnelGroup backends list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    92. final case class TunnelList(tunnels: List[Tunnel], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the TunnelList resource.

      A class encapsulating the TunnelList resource. +

      tunnels

      the list of all online tunnels on this account

      uri

      URI of the tunnels list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    93. final case class TunnelSession(agentVersion: String, credential: Ref, id: String, ip: String, metadata: String, os: String, region: String, startedAt: OffsetDateTime, transport: String, uri: URI) extends Product with Serializable

      A class encapsulating the TunnelSession resource.

      A class encapsulating the TunnelSession resource. +

      agentVersion

      version of the ngrok agent that started this ngrok tunnel session

      credential

      reference to the tunnel credential or ssh credential used by the ngrok agent to start this tunnel session

      id

      unique tunnel session resource identifier

      ip

      source ip address of the tunnel session

      metadata

      arbitrary user-defined data specified in the metadata property in the ngrok configuration file. See the metadata configuration option

      os

      operating system of the host the ngrok agent is running on

      region

      the ngrok region identifier in which this tunnel session was started

      startedAt

      time when the tunnel session first connected to the ngrok servers

      transport

      the transport protocol used to start the tunnel session. Either ngrok/v2 or ssh

      uri

      URI to the API resource of the tunnel session

    94. final case class TunnelSessionList(tunnelSessions: List[TunnelSession], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the TunnelSessionList resource.

      A class encapsulating the TunnelSessionList resource. +

      tunnelSessions

      list of all tunnel sessions on this account

      uri

      URI to the API resource of the tunnel session list

      nextPageUri

      URI of the next page, or null if there is no next page

    95. final case class WeightedBackend(id: String, uri: URI, createdAt: OffsetDateTime, description: String, metadata: String, backends: Map[String, Long]) extends Product with Serializable

      A class encapsulating the WeightedBackend resource.

      A class encapsulating the WeightedBackend resource. +

      id

      unique identifier for this Weighted backend

      uri

      URI of the WeightedBackend API resource

      createdAt

      timestamp when the backend was created, RFC 3339 format

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends to their weights [0-10000]

    96. final case class WeightedBackendList(backends: List[WeightedBackend], uri: URI, nextPageUri: Option[URI] = None) extends Pageable with Product with Serializable

      A class encapsulating the WeightedBackendList resource.

      A class encapsulating the WeightedBackendList resource. +

      backends

      the list of all Weighted backends on this account

      uri

      URI of the Weighted backends list API resource

      nextPageUri

      URI of the next page, or null if there is no next page

    Value Members

    1. object AbuseReport extends Serializable
    2. object AbuseReportHostname extends Serializable
    3. object AgentIngress extends Serializable
    4. object AgentIngressList extends Serializable
    5. object ApiKey extends Serializable
    6. object ApiKeyList extends Serializable
    7. object AwsAuth extends Serializable
    8. object AwsCredentials extends Serializable
    9. object AwsRole extends Serializable
    10. object CertificateAuthority extends Serializable
    11. object CertificateAuthorityList extends Serializable
    12. object Credential extends Serializable
    13. object CredentialList extends Serializable
    14. object Endpoint extends Serializable
    15. object EndpointBackend extends Serializable
    16. object EndpointBackendMutate extends Serializable
    17. object EndpointCircuitBreaker extends Serializable
    18. object EndpointCompression extends Serializable
    19. object EndpointIpPolicy extends Serializable
    20. object EndpointIpPolicyMutate extends Serializable
    21. object EndpointList extends Serializable
    22. object EndpointMutualTls extends Serializable
    23. object EndpointMutualTlsMutate extends Serializable
    24. object EndpointOAuth extends Serializable
    25. object EndpointOAuthFacebook extends Serializable
    26. object EndpointOAuthGitHub extends Serializable
    27. object EndpointOAuthGoogle extends Serializable
    28. object EndpointOAuthMicrosoft extends Serializable
    29. object EndpointOAuthProvider extends Serializable
    30. object EndpointOidc extends Serializable
    31. object EndpointRequestHeaders extends Serializable
    32. object EndpointResponseHeaders extends Serializable
    33. object EndpointSaml extends Serializable
    34. object EndpointSamlMutate extends Serializable
    35. object EndpointTlsTermination extends Serializable
    36. object EndpointTlsTerminationAtEdge extends Serializable
    37. object EndpointWebhookValidation extends Serializable
    38. object EndpointWebsocketTcpConverter extends Serializable
    39. object EventDestination extends Serializable
    40. object EventDestinationList extends Serializable
    41. object EventSource extends Serializable
    42. object EventSourceList extends Serializable
    43. object EventSourceReplace extends Serializable
    44. object EventSubscription extends Serializable
    45. object EventSubscriptionList extends Serializable
    46. object EventTarget extends Serializable
    47. object EventTargetCloudwatchLogs extends Serializable
    48. object EventTargetFirehose extends Serializable
    49. object EventTargetKinesis extends Serializable
    50. object FailoverBackend extends Serializable
    51. object FailoverBackendList extends Serializable
    52. object HttpResponseBackend extends Serializable
    53. object HttpResponseBackendList extends Serializable
    54. object HttpsEdge extends Serializable
    55. object HttpsEdgeList extends Serializable
    56. object HttpsEdgeRoute extends Serializable
    57. object IpPolicy extends Serializable
    58. object IpPolicyList extends Serializable
    59. object IpPolicyRule extends Serializable
    60. object IpPolicyRuleList extends Serializable
    61. object IpRestriction extends Serializable
    62. object IpRestrictionList extends Serializable
    63. object NgrokApiError extends Serializable
    64. object NgrokApiErrorCode
    65. object NgrokApiErrorHttpStatus
    66. object Ref extends Serializable
    67. object ReservedAddr extends Serializable
    68. object ReservedAddrList extends Serializable
    69. object ReservedDomain extends Serializable
    70. object ReservedDomainCertJob extends Serializable
    71. object ReservedDomainCertPolicy extends Serializable
    72. object ReservedDomainCertStatus extends Serializable
    73. object ReservedDomainList extends Serializable
    74. object SshCertificateAuthority extends Serializable
    75. object SshCertificateAuthorityList extends Serializable
    76. object SshCredential extends Serializable
    77. object SshCredentialList extends Serializable
    78. object SshHostCertificate extends Serializable
    79. object SshHostCertificateList extends Serializable
    80. object SshUserCertificate extends Serializable
    81. object SshUserCertificateList extends Serializable
    82. object TcpEdge extends Serializable
    83. object TcpEdgeList extends Serializable
    84. object TlsCertificate extends Serializable
    85. object TlsCertificateList extends Serializable
    86. object TlsCertificateSaNs extends Serializable
    87. object TlsEdge extends Serializable
    88. object TlsEdgeList extends Serializable
    89. object Tunnel extends Serializable
    90. object TunnelGroupBackend extends Serializable
    91. object TunnelGroupBackendList extends Serializable
    92. object TunnelList extends Serializable
    93. object TunnelSession extends Serializable
    94. object TunnelSessionList extends Serializable
    95. object WeightedBackend extends Serializable
    96. object WeightedBackendList extends Serializable

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/index.html b/docs/com/ngrok/index.html index db32419..f8ecfe2 100644 --- a/docs/com/ngrok/index.html +++ b/docs/com/ngrok/index.html @@ -1,4 +1,4 @@ -ngrok API Documentation (0.6.0) - com.ngrok

    Packages

    p

    com

    ngrok

    package ngrok

    Ordering
    1. Alphabetic
    Visibility
    1. Public
    2. Protected

    Package Members

    1. package definitions
    2. package services

    Type Members

    1. class DefaultNgrokApiClient extends NgrokApiClient

      Default implementation of NgrokApiClient based on the Armeria HTTP client.

    2. class Ngrok extends AnyRef

      Main entry point for the ngrok API.

    3. trait NgrokApiClient extends AnyRef

      API client interface.

      API client interface.

      Concrete implementations can be written and passed to Ngrok on construction +ngrok API Documentation (0.7.0) - com.ngrok

      Packages

      p

      com

      ngrok

      package ngrok

      Ordering
      1. Alphabetic
      Visibility
      1. Public
      2. Protected

      Package Members

      1. package definitions
      2. package services

      Type Members

      1. class DefaultNgrokApiClient extends NgrokApiClient

        Default implementation of NgrokApiClient based on the Armeria HTTP client.

      2. class Ngrok extends AnyRef

        Main entry point for the ngrok API.

      3. trait NgrokApiClient extends AnyRef

        API client interface.

        API client interface.

        Concrete implementations can be written and passed to Ngrok on construction in order to make HTTP requests or test business logic.

      Value Members

      1. object DefaultNgrokApiClient

        Helpers for creating new DefaultNgrokApiClient instances.

      2. object Ngrok

        Factory for Ngrok instances.

      3. object NgrokApiClient

        Helpful constants and enums for making API requests.

      4. object Version

        Client version information.

      Ungrouped

      diff --git a/docs/com/ngrok/services/AbuseReports$.html b/docs/com/ngrok/services/AbuseReports$.html index f6df10b..fb87c41 100644 --- a/docs/com/ngrok/services/AbuseReports$.html +++ b/docs/com/ngrok/services/AbuseReports$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.AbuseReports

      object AbuseReports

      Linear Supertypes
      Ordering
      1. Alphabetic
      2. By Inheritance
      Inherited
      1. AbuseReports
      2. AnyRef
      3. Any
      1. Hide All
      2. Show All
      Visibility
      1. Public
      2. Protected

      Value Members

      1. final def !=(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      2. final def ##: Int
        Definition Classes
        AnyRef → Any
      3. final def ==(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      4. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      5. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
      6. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      7. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      8. def finalize(): Unit
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.Throwable])
      9. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      10. def hashCode(): Int
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      11. final def isInstanceOf[T0]: Boolean
        Definition Classes
        Any
      12. final def ne(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      13. final def notify(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      14. final def notifyAll(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      15. final def synchronized[T0](arg0: => T0): T0
        Definition Classes
        AnyRef
      16. def toString(): String
        Definition Classes
        AnyRef → Any
      17. final def wait(): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      18. final def wait(arg0: Long, arg1: Int): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      19. final def wait(arg0: Long): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException]) @native()

      Inherited from AnyRef

      Inherited from Any

      Ungrouped

      +ngrok API Documentation (0.7.0) - com.ngrok.services.AbuseReports

      object AbuseReports

      Linear Supertypes
      Ordering
      1. Alphabetic
      2. By Inheritance
      Inherited
      1. AbuseReports
      2. AnyRef
      3. Any
      1. Hide All
      2. Show All
      Visibility
      1. Public
      2. Protected

      Value Members

      1. final def !=(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      2. final def ##: Int
        Definition Classes
        AnyRef → Any
      3. final def ==(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      4. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      5. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
      6. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      7. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      8. def finalize(): Unit
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.Throwable])
      9. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      10. def hashCode(): Int
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      11. final def isInstanceOf[T0]: Boolean
        Definition Classes
        Any
      12. final def ne(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      13. final def notify(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      14. final def notifyAll(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      15. final def synchronized[T0](arg0: => T0): T0
        Definition Classes
        AnyRef
      16. def toString(): String
        Definition Classes
        AnyRef → Any
      17. final def wait(): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      18. final def wait(arg0: Long, arg1: Int): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      19. final def wait(arg0: Long): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException]) @native()

      Inherited from AnyRef

      Inherited from Any

      Ungrouped

      diff --git a/docs/com/ngrok/services/AbuseReports.html b/docs/com/ngrok/services/AbuseReports.html index f4b3881..f724f1d 100644 --- a/docs/com/ngrok/services/AbuseReports.html +++ b/docs/com/ngrok/services/AbuseReports.html @@ -1,9 +1,11 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.AbuseReports

      class AbuseReports extends AnyRef

      Abuse Reports allow you to submit take-down requests for URLs hosted by - ngrok that violate ngrok's terms of service.

      See also https://ngrok.com/docs/api#api-abuse-reports. -

      Linear Supertypes
      Ordering
      1. Alphabetic
      2. By Inheritance
      Inherited
      1. AbuseReports
      2. AnyRef
      3. Any
      Implicitly
      1. by any2stringadd
      2. by StringFormat
      3. by Ensuring
      4. by ArrowAssoc
      1. Hide All
      2. Show All
      Visibility
      1. Public
      2. Protected

      Value Members

      1. final def !=(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      2. final def ##: Int
        Definition Classes
        AnyRef → Any
      3. def +(other: String): String
        Implicit
        This member is added by an implicit conversion from AbuseReports toany2stringadd[AbuseReports] performed by method any2stringadd in scala.Predef.
        Definition Classes
        any2stringadd
      4. def ->[B](y: B): (AbuseReports, B)
        Implicit
        This member is added by an implicit conversion from AbuseReports toArrowAssoc[AbuseReports] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @inline()
      5. final def ==(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      6. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      7. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
      8. def create(urls: List[URI], metadata: Option[String] = None): Future[AbuseReport]

        Creates a new abuse report which will be reviewed by our system and abuse +ngrok API Documentation (0.7.0) - com.ngrok.services.AbuseReports

        class AbuseReports extends AnyRef

        Abuse Reports allow you to submit take-down requests for URLs hosted by + ngrok that violate ngrok's terms of service.

        See also https://ngrok.com/docs/api#api-abuse-reports. +

        Linear Supertypes
        Ordering
        1. Alphabetic
        2. By Inheritance
        Inherited
        1. AbuseReports
        2. AnyRef
        3. Any
        Implicitly
        1. by any2stringadd
        2. by StringFormat
        3. by Ensuring
        4. by ArrowAssoc
        1. Hide All
        2. Show All
        Visibility
        1. Public
        2. Protected

        Value Members

        1. final def !=(arg0: Any): Boolean
          Definition Classes
          AnyRef → Any
        2. final def ##: Int
          Definition Classes
          AnyRef → Any
        3. def +(other: String): String
          Implicit
          This member is added by an implicit conversion from AbuseReports toany2stringadd[AbuseReports] performed by method any2stringadd in scala.Predef.
          Definition Classes
          any2stringadd
        4. def ->[B](y: B): (AbuseReports, B)
          Implicit
          This member is added by an implicit conversion from AbuseReports toArrowAssoc[AbuseReports] performed by method ArrowAssoc in scala.Predef.
          Definition Classes
          ArrowAssoc
          Annotations
          @inline()
        5. final def ==(arg0: Any): Boolean
          Definition Classes
          AnyRef → Any
        6. final def asInstanceOf[T0]: T0
          Definition Classes
          Any
        7. def clone(): AnyRef
          Attributes
          protected[lang]
          Definition Classes
          AnyRef
          Annotations
          @throws(classOf[java.lang.CloneNotSupportedException]) @native()
        8. def create(urls: List[URI], metadata: Option[String] = None): Future[AbuseReport]

          Creates a new abuse report which will be reviewed by our system and abuse response team.

          Creates a new abuse report which will be reviewed by our system and abuse response team. This API is only available to authorized accounts. Contact abuse@ngrok.com to request access

          See also https://ngrok.com/docs/api#api-abuse-reports-create. -

          urls

          a list of URLs containing suspected abusive content

          metadata

          arbitrary user-defined data about this abuse report. Optional, max 4096 bytes.

          returns

          a scala.concurrent.Future encapsulating the API call's result

        9. def ensuring(cond: (AbuseReports) => Boolean, msg: => Any): AbuseReports
          Implicit
          This member is added by an implicit conversion from AbuseReports toEnsuring[AbuseReports] performed by method Ensuring in scala.Predef.
          Definition Classes
          Ensuring
        10. def ensuring(cond: (AbuseReports) => Boolean): AbuseReports
          Implicit
          This member is added by an implicit conversion from AbuseReports toEnsuring[AbuseReports] performed by method Ensuring in scala.Predef.
          Definition Classes
          Ensuring
        11. def ensuring(cond: Boolean, msg: => Any): AbuseReports
          Implicit
          This member is added by an implicit conversion from AbuseReports toEnsuring[AbuseReports] performed by method Ensuring in scala.Predef.
          Definition Classes
          Ensuring
        12. def ensuring(cond: Boolean): AbuseReports
          Implicit
          This member is added by an implicit conversion from AbuseReports toEnsuring[AbuseReports] performed by method Ensuring in scala.Predef.
          Definition Classes
          Ensuring
        13. final def eq(arg0: AnyRef): Boolean
          Definition Classes
          AnyRef
        14. def equals(arg0: AnyRef): Boolean
          Definition Classes
          AnyRef → Any
        15. def finalize(): Unit
          Attributes
          protected[lang]
          Definition Classes
          AnyRef
          Annotations
          @throws(classOf[java.lang.Throwable])
        16. def formatted(fmtstr: String): String
          Implicit
          This member is added by an implicit conversion from AbuseReports toStringFormat[AbuseReports] performed by method StringFormat in scala.Predef.
          Definition Classes
          StringFormat
          Annotations
          @inline()
        17. def get(id: String): Future[AbuseReport]

          Get the detailed status of abuse report by ID.

          Get the detailed status of abuse report by ID.

          See also https://ngrok.com/docs/api#api-abuse-reports-get. -

          id

          a resource identifier

          returns

          a scala.concurrent.Future encapsulating the API call's result

        18. final def getClass(): Class[_ <: AnyRef]
          Definition Classes
          AnyRef → Any
          Annotations
          @native()
        19. def hashCode(): Int
          Definition Classes
          AnyRef → Any
          Annotations
          @native()
        20. final def isInstanceOf[T0]: Boolean
          Definition Classes
          Any
        21. final def ne(arg0: AnyRef): Boolean
          Definition Classes
          AnyRef
        22. final def notify(): Unit
          Definition Classes
          AnyRef
          Annotations
          @native()
        23. final def notifyAll(): Unit
          Definition Classes
          AnyRef
          Annotations
          @native()
        24. final def synchronized[T0](arg0: => T0): T0
          Definition Classes
          AnyRef
        25. def toString(): String
          Definition Classes
          AnyRef → Any
        26. final def wait(): Unit
          Definition Classes
          AnyRef
          Annotations
          @throws(classOf[java.lang.InterruptedException])
        27. final def wait(arg0: Long, arg1: Int): Unit
          Definition Classes
          AnyRef
          Annotations
          @throws(classOf[java.lang.InterruptedException])
        28. final def wait(arg0: Long): Unit
          Definition Classes
          AnyRef
          Annotations
          @throws(classOf[java.lang.InterruptedException]) @native()

        Deprecated Value Members

        1. def [B](y: B): (AbuseReports, B)
          Implicit
          This member is added by an implicit conversion from AbuseReports toArrowAssoc[AbuseReports] performed by method ArrowAssoc in scala.Predef.
          Definition Classes
          ArrowAssoc
          Annotations
          @deprecated
          Deprecated

          (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

        Inherited from AnyRef

        Inherited from Any

        Inherited by implicit conversion any2stringadd fromAbuseReports to any2stringadd[AbuseReports]

        Inherited by implicit conversion StringFormat fromAbuseReports to StringFormat[AbuseReports]

        Inherited by implicit conversion Ensuring fromAbuseReports to Ensuring[AbuseReports]

        Inherited by implicit conversion ArrowAssoc fromAbuseReports to ArrowAssoc[AbuseReports]

        Ungrouped

        +

      urls

      a list of URLs containing suspected abusive content

      metadata

      arbitrary user-defined data about this abuse report. Optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    4. def ensuring(cond: (AbuseReports) => Boolean, msg: => Any): AbuseReports
      Implicit
      This member is added by an implicit conversion from AbuseReports toEnsuring[AbuseReports] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    5. def ensuring(cond: (AbuseReports) => Boolean): AbuseReports
      Implicit
      This member is added by an implicit conversion from AbuseReports toEnsuring[AbuseReports] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    6. def ensuring(cond: Boolean, msg: => Any): AbuseReports
      Implicit
      This member is added by an implicit conversion from AbuseReports toEnsuring[AbuseReports] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    7. def ensuring(cond: Boolean): AbuseReports
      Implicit
      This member is added by an implicit conversion from AbuseReports toEnsuring[AbuseReports] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    8. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    9. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    10. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    11. def get(id: String): Future[AbuseReport]

      Get the detailed status of abuse report by ID.

      Get the detailed status of abuse report by ID.

      See also https://ngrok.com/docs/api#api-abuse-reports-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    12. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    13. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    14. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    15. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    16. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    17. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    18. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    19. def toString(): String
      Definition Classes
      AnyRef → Any
    20. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    21. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    22. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AbuseReports toStringFormat[AbuseReports] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (AbuseReports, B)
      Implicit
      This member is added by an implicit conversion from AbuseReports toArrowAssoc[AbuseReports] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAbuseReports to any2stringadd[AbuseReports]

    Inherited by implicit conversion StringFormat fromAbuseReports to StringFormat[AbuseReports]

    Inherited by implicit conversion Ensuring fromAbuseReports to Ensuring[AbuseReports]

    Inherited by implicit conversion ArrowAssoc fromAbuseReports to ArrowAssoc[AbuseReports]

    Ungrouped

    diff --git a/docs/com/ngrok/services/AgentIngresses$.html b/docs/com/ngrok/services/AgentIngresses$.html index 980ca39..5fad02c 100644 --- a/docs/com/ngrok/services/AgentIngresses$.html +++ b/docs/com/ngrok/services/AgentIngresses$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.AgentIngresses

    object AgentIngresses

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AgentIngresses
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.AgentIngresses

    object AgentIngresses

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AgentIngresses
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/AgentIngresses.html b/docs/com/ngrok/services/AgentIngresses.html index 446ef97..5c4fce0 100644 --- a/docs/com/ngrok/services/AgentIngresses.html +++ b/docs/com/ngrok/services/AgentIngresses.html @@ -1,9 +1,11 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.AgentIngresses

    class AgentIngresses extends AnyRef

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. AgentIngresses
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from AgentIngresses toany2stringadd[AgentIngresses] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (AgentIngresses, B)
      Implicit
      This member is added by an implicit conversion from AgentIngresses toArrowAssoc[AgentIngresses] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(domain: String, description: Option[String] = None, metadata: Option[String] = None): Future[AgentIngress]

      Create a new Agent Ingress.

      Create a new Agent Ingress. The ngrok agent can be configured to connect to +ngrok API Documentation (0.7.0) - com.ngrok.services.AgentIngresses

      class AgentIngresses extends AnyRef

      Linear Supertypes
      Ordering
      1. Alphabetic
      2. By Inheritance
      Inherited
      1. AgentIngresses
      2. AnyRef
      3. Any
      Implicitly
      1. by any2stringadd
      2. by StringFormat
      3. by Ensuring
      4. by ArrowAssoc
      1. Hide All
      2. Show All
      Visibility
      1. Public
      2. Protected

      Value Members

      1. final def !=(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      2. final def ##: Int
        Definition Classes
        AnyRef → Any
      3. def +(other: String): String
        Implicit
        This member is added by an implicit conversion from AgentIngresses toany2stringadd[AgentIngresses] performed by method any2stringadd in scala.Predef.
        Definition Classes
        any2stringadd
      4. def ->[B](y: B): (AgentIngresses, B)
        Implicit
        This member is added by an implicit conversion from AgentIngresses toArrowAssoc[AgentIngresses] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @inline()
      5. final def ==(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      6. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      7. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
      8. def create(domain: String, description: Option[String] = None, metadata: Option[String] = None): Future[AgentIngress]

        Create a new Agent Ingress.

        Create a new Agent Ingress. The ngrok agent can be configured to connect to ngrok via the new set of addresses on the returned Agent Ingress.

        See also https://ngrok.com/docs/api#api-agent-ingresses-create. -

        domain

        the domain that you own to be used as the base domain name to generate regional agent ingress domains.

        description

        human-readable description of the use of this Agent Ingress. optional, max 255 bytes.

        metadata

        arbitrary user-defined machine-readable data of this Agent Ingress. optional, max 4096 bytes

        returns

        a scala.concurrent.Future encapsulating the API call's result

      9. def delete(id: String): Future[Unit]

        Delete an Agent Ingress by ID

        Delete an Agent Ingress by ID

        See also https://ngrok.com/docs/api#api-agent-ingresses-delete. -

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      10. def ensuring(cond: (AgentIngresses) => Boolean, msg: => Any): AgentIngresses
        Implicit
        This member is added by an implicit conversion from AgentIngresses toEnsuring[AgentIngresses] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      11. def ensuring(cond: (AgentIngresses) => Boolean): AgentIngresses
        Implicit
        This member is added by an implicit conversion from AgentIngresses toEnsuring[AgentIngresses] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      12. def ensuring(cond: Boolean, msg: => Any): AgentIngresses
        Implicit
        This member is added by an implicit conversion from AgentIngresses toEnsuring[AgentIngresses] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      13. def ensuring(cond: Boolean): AgentIngresses
        Implicit
        This member is added by an implicit conversion from AgentIngresses toEnsuring[AgentIngresses] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      14. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      15. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      16. def finalize(): Unit
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.Throwable])
      17. def formatted(fmtstr: String): String
        Implicit
        This member is added by an implicit conversion from AgentIngresses toStringFormat[AgentIngresses] performed by method StringFormat in scala.Predef.
        Definition Classes
        StringFormat
        Annotations
        @inline()
      18. def get(id: String): Future[AgentIngress]

        Get the details of an Agent Ingress by ID.

        Get the details of an Agent Ingress by ID.

        See also https://ngrok.com/docs/api#api-agent-ingresses-get. -

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      19. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      20. def hashCode(): Int
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      21. final def isInstanceOf[T0]: Boolean
        Definition Classes
        Any
      22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[AgentIngressList]]

        List all Agent Ingresses owned by this account

        List all Agent Ingresses owned by this account

        See also https://ngrok.com/docs/api#api-agent-ingresses-list. -

        beforeId

        the value of the before_id parameter as a scala.Predef.String

        limit

        the value of the limit parameter as a scala.Predef.String

        returns

        a scala.concurrent.Future encapsulating the API call's result

      23. final def ne(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      24. final def notify(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      25. final def notifyAll(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      26. final def synchronized[T0](arg0: => T0): T0
        Definition Classes
        AnyRef
      27. def toString(): String
        Definition Classes
        AnyRef → Any
      28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[AgentIngress]

        Update attributes of an Agent Ingress by ID.

        Update attributes of an Agent Ingress by ID.

        See also https://ngrok.com/docs/api#api-agent-ingresses-update. -

        id

        the value of the id parameter as a scala.Predef.String

        description

        human-readable description of the use of this Agent Ingress. optional, max 255 bytes.

        metadata

        arbitrary user-defined machine-readable data of this Agent Ingress. optional, max 4096 bytes

        returns

        a scala.concurrent.Future encapsulating the API call's result

      29. final def wait(): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      30. final def wait(arg0: Long, arg1: Int): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      31. final def wait(arg0: Long): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException]) @native()

      Deprecated Value Members

      1. def [B](y: B): (AgentIngresses, B)
        Implicit
        This member is added by an implicit conversion from AgentIngresses toArrowAssoc[AgentIngresses] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @deprecated
        Deprecated

        (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

      Inherited from AnyRef

      Inherited from Any

      Inherited by implicit conversion any2stringadd fromAgentIngresses to any2stringadd[AgentIngresses]

      Inherited by implicit conversion StringFormat fromAgentIngresses to StringFormat[AgentIngresses]

      Inherited by implicit conversion Ensuring fromAgentIngresses to Ensuring[AgentIngresses]

      Inherited by implicit conversion ArrowAssoc fromAgentIngresses to ArrowAssoc[AgentIngresses]

      Ungrouped

      +

      domain

      the domain that you own to be used as the base domain name to generate regional agent ingress domains.

      description

      human-readable description of the use of this Agent Ingress. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this Agent Ingress. optional, max 4096 bytes

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an Agent Ingress by ID

      Delete an Agent Ingress by ID

      See also https://ngrok.com/docs/api#api-agent-ingresses-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (AgentIngresses) => Boolean, msg: => Any): AgentIngresses
      Implicit
      This member is added by an implicit conversion from AgentIngresses toEnsuring[AgentIngresses] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (AgentIngresses) => Boolean): AgentIngresses
      Implicit
      This member is added by an implicit conversion from AgentIngresses toEnsuring[AgentIngresses] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): AgentIngresses
      Implicit
      This member is added by an implicit conversion from AgentIngresses toEnsuring[AgentIngresses] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): AgentIngresses
      Implicit
      This member is added by an implicit conversion from AgentIngresses toEnsuring[AgentIngresses] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(id: String): Future[AgentIngress]

      Get the details of an Agent Ingress by ID.

      Get the details of an Agent Ingress by ID.

      See also https://ngrok.com/docs/api#api-agent-ingresses-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[AgentIngressList]]

      List all Agent Ingresses owned by this account

      List all Agent Ingresses owned by this account

      See also https://ngrok.com/docs/api#api-agent-ingresses-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[AgentIngress]

      Update attributes of an Agent Ingress by ID.

      Update attributes of an Agent Ingress by ID.

      See also https://ngrok.com/docs/api#api-agent-ingresses-update. +

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of the use of this Agent Ingress. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this Agent Ingress. optional, max 4096 bytes

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from AgentIngresses toStringFormat[AgentIngresses] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (AgentIngresses, B)
      Implicit
      This member is added by an implicit conversion from AgentIngresses toArrowAssoc[AgentIngresses] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromAgentIngresses to any2stringadd[AgentIngresses]

    Inherited by implicit conversion StringFormat fromAgentIngresses to StringFormat[AgentIngresses]

    Inherited by implicit conversion Ensuring fromAgentIngresses to Ensuring[AgentIngresses]

    Inherited by implicit conversion ArrowAssoc fromAgentIngresses to ArrowAssoc[AgentIngresses]

    Ungrouped

    diff --git a/docs/com/ngrok/services/ApiKeys$.html b/docs/com/ngrok/services/ApiKeys$.html index 03a5f13..beecf71 100644 --- a/docs/com/ngrok/services/ApiKeys$.html +++ b/docs/com/ngrok/services/ApiKeys$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.ApiKeys

    object ApiKeys

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ApiKeys
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.ApiKeys

    object ApiKeys

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ApiKeys
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/ApiKeys.html b/docs/com/ngrok/services/ApiKeys.html index 6430b28..e896462 100644 --- a/docs/com/ngrok/services/ApiKeys.html +++ b/docs/com/ngrok/services/ApiKeys.html @@ -1,15 +1,18 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.ApiKeys

    class ApiKeys extends AnyRef

    API Keys are used to authenticate to the <a +ngrok API Documentation (0.7.0) - com.ngrok.services.ApiKeys

    class ApiKeys extends AnyRef

    API Keys are used to authenticate to the <a href="https://ngrok.com/docs/api#authentication">ngrok API. You may use the API itself - to provision and manage API Keys but you'll need to provision your first API + to provision and manage API Keys but you'll need to provision your first +API key from the API Keys page on your ngrok.com dashboard.

    See also https://ngrok.com/docs/api#api-api-keys. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ApiKeys
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ApiKeys toany2stringadd[ApiKeys] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ApiKeys, B)
      Implicit
      This member is added by an implicit conversion from ApiKeys toArrowAssoc[ApiKeys] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None): Future[ApiKey]

      Create a new API key.

      Create a new API key. The generated API key can be used to authenticate to the +

      Linear Supertypes
      Ordering
      1. Alphabetic
      2. By Inheritance
      Inherited
      1. ApiKeys
      2. AnyRef
      3. Any
      Implicitly
      1. by any2stringadd
      2. by StringFormat
      3. by Ensuring
      4. by ArrowAssoc
      1. Hide All
      2. Show All
      Visibility
      1. Public
      2. Protected

      Value Members

      1. final def !=(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      2. final def ##: Int
        Definition Classes
        AnyRef → Any
      3. def +(other: String): String
        Implicit
        This member is added by an implicit conversion from ApiKeys toany2stringadd[ApiKeys] performed by method any2stringadd in scala.Predef.
        Definition Classes
        any2stringadd
      4. def ->[B](y: B): (ApiKeys, B)
        Implicit
        This member is added by an implicit conversion from ApiKeys toArrowAssoc[ApiKeys] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @inline()
      5. final def ==(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      6. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      7. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
      8. def create(description: Option[String] = None, metadata: Option[String] = None): Future[ApiKey]

        Create a new API key.

        Create a new API key. The generated API key can be used to authenticate to the ngrok API.

        See also https://ngrok.com/docs/api#api-api-keys-create. -

        description

        human-readable description of what uses the API key to authenticate. optional, max 255 bytes.

        metadata

        arbitrary user-defined data of this API key. optional, max 4096 bytes

        returns

        a scala.concurrent.Future encapsulating the API call's result

      9. def delete(id: String): Future[Unit]

        Delete an API key by ID

        Delete an API key by ID

        See also https://ngrok.com/docs/api#api-api-keys-delete. -

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      10. def ensuring(cond: (ApiKeys) => Boolean, msg: => Any): ApiKeys
        Implicit
        This member is added by an implicit conversion from ApiKeys toEnsuring[ApiKeys] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      11. def ensuring(cond: (ApiKeys) => Boolean): ApiKeys
        Implicit
        This member is added by an implicit conversion from ApiKeys toEnsuring[ApiKeys] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      12. def ensuring(cond: Boolean, msg: => Any): ApiKeys
        Implicit
        This member is added by an implicit conversion from ApiKeys toEnsuring[ApiKeys] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      13. def ensuring(cond: Boolean): ApiKeys
        Implicit
        This member is added by an implicit conversion from ApiKeys toEnsuring[ApiKeys] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      14. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      15. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      16. def finalize(): Unit
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.Throwable])
      17. def formatted(fmtstr: String): String
        Implicit
        This member is added by an implicit conversion from ApiKeys toStringFormat[ApiKeys] performed by method StringFormat in scala.Predef.
        Definition Classes
        StringFormat
        Annotations
        @inline()
      18. def get(id: String): Future[ApiKey]

        Get the details of an API key by ID.

        Get the details of an API key by ID.

        See also https://ngrok.com/docs/api#api-api-keys-get. -

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      19. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      20. def hashCode(): Int
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      21. final def isInstanceOf[T0]: Boolean
        Definition Classes
        Any
      22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[ApiKeyList]]

        List all API keys owned by this account

        List all API keys owned by this account

        See also https://ngrok.com/docs/api#api-api-keys-list. -

        beforeId

        the value of the before_id parameter as a scala.Predef.String

        limit

        the value of the limit parameter as a scala.Predef.String

        returns

        a scala.concurrent.Future encapsulating the API call's result

      23. final def ne(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      24. final def notify(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      25. final def notifyAll(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      26. final def synchronized[T0](arg0: => T0): T0
        Definition Classes
        AnyRef
      27. def toString(): String
        Definition Classes
        AnyRef → Any
      28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[ApiKey]

        Update attributes of an API key by ID.

        Update attributes of an API key by ID.

        See also https://ngrok.com/docs/api#api-api-keys-update. -

        id

        the value of the id parameter as a scala.Predef.String

        description

        human-readable description of what uses the API key to authenticate. optional, max 255 bytes.

        metadata

        arbitrary user-defined data of this API key. optional, max 4096 bytes

        returns

        a scala.concurrent.Future encapsulating the API call's result

      29. final def wait(): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      30. final def wait(arg0: Long, arg1: Int): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      31. final def wait(arg0: Long): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException]) @native()

      Deprecated Value Members

      1. def [B](y: B): (ApiKeys, B)
        Implicit
        This member is added by an implicit conversion from ApiKeys toArrowAssoc[ApiKeys] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @deprecated
        Deprecated

        (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

      Inherited from AnyRef

      Inherited from Any

      Inherited by implicit conversion any2stringadd fromApiKeys to any2stringadd[ApiKeys]

      Inherited by implicit conversion StringFormat fromApiKeys to StringFormat[ApiKeys]

      Inherited by implicit conversion Ensuring fromApiKeys to Ensuring[ApiKeys]

      Inherited by implicit conversion ArrowAssoc fromApiKeys to ArrowAssoc[ApiKeys]

      Ungrouped

    +

    description

    human-readable description of what uses the API key to authenticate. optional, max 255 bytes.

    metadata

    arbitrary user-defined data of this API key. optional, max 4096 bytes

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • def delete(id: String): Future[Unit]

    Delete an API key by ID

    Delete an API key by ID

    See also https://ngrok.com/docs/api#api-api-keys-delete. +

    id

    a resource identifier

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • def ensuring(cond: (ApiKeys) => Boolean, msg: => Any): ApiKeys
    Implicit
    This member is added by an implicit conversion from ApiKeys toEnsuring[ApiKeys] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  • def ensuring(cond: (ApiKeys) => Boolean): ApiKeys
    Implicit
    This member is added by an implicit conversion from ApiKeys toEnsuring[ApiKeys] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  • def ensuring(cond: Boolean, msg: => Any): ApiKeys
    Implicit
    This member is added by an implicit conversion from ApiKeys toEnsuring[ApiKeys] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  • def ensuring(cond: Boolean): ApiKeys
    Implicit
    This member is added by an implicit conversion from ApiKeys toEnsuring[ApiKeys] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  • final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  • def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  • def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  • def get(id: String): Future[ApiKey]

    Get the details of an API key by ID.

    Get the details of an API key by ID.

    See also https://ngrok.com/docs/api#api-api-keys-get. +

    id

    a resource identifier

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  • def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  • final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  • def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[ApiKeyList]]

    List all API keys owned by this account

    List all API keys owned by this account

    See also https://ngrok.com/docs/api#api-api-keys-list. +

    beforeId

    the value of the before_id parameter as a scala.Predef.String

    limit

    the value of the limit parameter as a scala.Predef.String

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  • final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  • final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  • final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  • def toString(): String
    Definition Classes
    AnyRef → Any
  • def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[ApiKey]

    Update attributes of an API key by ID.

    Update attributes of an API key by ID.

    See also https://ngrok.com/docs/api#api-api-keys-update. +

    id

    the value of the id parameter as a scala.Predef.String

    description

    human-readable description of what uses the API key to authenticate. optional, max 255 bytes.

    metadata

    arbitrary user-defined data of this API key. optional, max 4096 bytes

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  • Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ApiKeys toStringFormat[ApiKeys] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (ApiKeys, B)
      Implicit
      This member is added by an implicit conversion from ApiKeys toArrowAssoc[ApiKeys] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromApiKeys to any2stringadd[ApiKeys]

    Inherited by implicit conversion StringFormat fromApiKeys to StringFormat[ApiKeys]

    Inherited by implicit conversion Ensuring fromApiKeys to Ensuring[ApiKeys]

    Inherited by implicit conversion ArrowAssoc fromApiKeys to ArrowAssoc[ApiKeys]

    Ungrouped

    diff --git a/docs/com/ngrok/services/CertificateAuthorities$.html b/docs/com/ngrok/services/CertificateAuthorities$.html index 182b771..f675b84 100644 --- a/docs/com/ngrok/services/CertificateAuthorities$.html +++ b/docs/com/ngrok/services/CertificateAuthorities$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.CertificateAuthorities

    object CertificateAuthorities

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CertificateAuthorities
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.CertificateAuthorities

    object CertificateAuthorities

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CertificateAuthorities
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/CertificateAuthorities.html b/docs/com/ngrok/services/CertificateAuthorities.html index d309d8d..6d2f454 100644 --- a/docs/com/ngrok/services/CertificateAuthorities.html +++ b/docs/com/ngrok/services/CertificateAuthorities.html @@ -1,12 +1,14 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.CertificateAuthorities

    class CertificateAuthorities extends AnyRef

    Certificate Authorities are x509 certificates that are used to sign other +ngrok API Documentation (0.7.0) - com.ngrok.services.CertificateAuthorities

    class CertificateAuthorities extends AnyRef

    Certificate Authorities are x509 certificates that are used to sign other x509 certificates. Attach a Certificate Authority to the Mutual TLS module to verify that the TLS certificate presented by a client has been signed by this CA. Certificate Authorities are used only for mTLS validation only and thus a private key is not included in the resource.

    See also https://ngrok.com/docs/api#api-certificate-authorities. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CertificateAuthorities
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toany2stringadd[CertificateAuthorities] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (CertificateAuthorities, B)
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toArrowAssoc[CertificateAuthorities] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(caPem: String, description: Option[String] = None, metadata: Option[String] = None): Future[CertificateAuthority]

      Upload a new Certificate Authority

      Upload a new Certificate Authority

      See also https://ngrok.com/docs/api#api-certificate-authorities-create. -

      caPem

      raw PEM of the Certificate Authority

      description

      human-readable description of this Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this Certificate Authority. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a Certificate Authority

      Delete a Certificate Authority

      See also https://ngrok.com/docs/api#api-certificate-authorities-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (CertificateAuthorities) => Boolean, msg: => Any): CertificateAuthorities
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toEnsuring[CertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (CertificateAuthorities) => Boolean): CertificateAuthorities
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toEnsuring[CertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): CertificateAuthorities
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toEnsuring[CertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): CertificateAuthorities
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toEnsuring[CertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toStringFormat[CertificateAuthorities] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[CertificateAuthority]

      Get detailed information about a certficate authority

      Get detailed information about a certficate authority

      See also https://ngrok.com/docs/api#api-certificate-authorities-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[CertificateAuthorityList]]

      List all Certificate Authority on this account

      List all Certificate Authority on this account

      See also https://ngrok.com/docs/api#api-certificate-authorities-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[CertificateAuthority]

      Update attributes of a Certificate Authority by ID

      Update attributes of a Certificate Authority by ID

      See also https://ngrok.com/docs/api#api-certificate-authorities-update. -

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this Certificate Authority. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (CertificateAuthorities, B)
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toArrowAssoc[CertificateAuthorities] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromCertificateAuthorities to any2stringadd[CertificateAuthorities]

    Inherited by implicit conversion StringFormat fromCertificateAuthorities to StringFormat[CertificateAuthorities]

    Inherited by implicit conversion Ensuring fromCertificateAuthorities to Ensuring[CertificateAuthorities]

    Inherited by implicit conversion ArrowAssoc fromCertificateAuthorities to ArrowAssoc[CertificateAuthorities]

    Ungrouped

    +

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. CertificateAuthorities
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toany2stringadd[CertificateAuthorities] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (CertificateAuthorities, B)
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toArrowAssoc[CertificateAuthorities] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(caPem: String, description: Option[String] = None, metadata: Option[String] = None): Future[CertificateAuthority]

      Upload a new Certificate Authority

      Upload a new Certificate Authority

      See also https://ngrok.com/docs/api#api-certificate-authorities-create. +

      caPem

      raw PEM of the Certificate Authority

      description

      human-readable description of this Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this Certificate Authority. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a Certificate Authority

      Delete a Certificate Authority

      See also https://ngrok.com/docs/api#api-certificate-authorities-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (CertificateAuthorities) => Boolean, msg: => Any): CertificateAuthorities
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toEnsuring[CertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (CertificateAuthorities) => Boolean): CertificateAuthorities
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toEnsuring[CertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): CertificateAuthorities
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toEnsuring[CertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): CertificateAuthorities
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toEnsuring[CertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(id: String): Future[CertificateAuthority]

      Get detailed information about a certficate authority

      Get detailed information about a certficate authority

      See also https://ngrok.com/docs/api#api-certificate-authorities-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[CertificateAuthorityList]]

      List all Certificate Authority on this account

      List all Certificate Authority on this account

      See also https://ngrok.com/docs/api#api-certificate-authorities-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[CertificateAuthority]

      Update attributes of a Certificate Authority by ID

      Update attributes of a Certificate Authority by ID

      See also https://ngrok.com/docs/api#api-certificate-authorities-update. +

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this Certificate Authority. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toStringFormat[CertificateAuthorities] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (CertificateAuthorities, B)
      Implicit
      This member is added by an implicit conversion from CertificateAuthorities toArrowAssoc[CertificateAuthorities] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromCertificateAuthorities to any2stringadd[CertificateAuthorities]

    Inherited by implicit conversion StringFormat fromCertificateAuthorities to StringFormat[CertificateAuthorities]

    Inherited by implicit conversion Ensuring fromCertificateAuthorities to Ensuring[CertificateAuthorities]

    Inherited by implicit conversion ArrowAssoc fromCertificateAuthorities to ArrowAssoc[CertificateAuthorities]

    Ungrouped

    diff --git a/docs/com/ngrok/services/Credentials$.html b/docs/com/ngrok/services/Credentials$.html index 649291a..b61db99 100644 --- a/docs/com/ngrok/services/Credentials$.html +++ b/docs/com/ngrok/services/Credentials$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.Credentials

    object Credentials

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Credentials
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.Credentials

    object Credentials

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Credentials
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/Credentials.html b/docs/com/ngrok/services/Credentials.html index 386f77e..7025c78 100644 --- a/docs/com/ngrok/services/Credentials.html +++ b/docs/com/ngrok/services/Credentials.html @@ -1,15 +1,17 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.Credentials

    class Credentials extends AnyRef

    Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok +ngrok API Documentation (0.7.0) - com.ngrok.services.Credentials

    class Credentials extends AnyRef

    Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok agent to connect the ngrok service as your account. They are installed with - the ngrok authtoken command or by specifying it in the + the ngrok config add-authtoken command or by specifying it in the ngrok.yml configuration file with the authtoken property.

    See also https://ngrok.com/docs/api#api-credentials. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Credentials
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Credentials toany2stringadd[Credentials] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Credentials, B)
      Implicit
      This member is added by an implicit conversion from Credentials toArrowAssoc[Credentials] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, acl: Option[List[String]] = None): Future[Credential]

      Create a new tunnel authtoken credential.

      Create a new tunnel authtoken credential. This authtoken credential can be used +

      Linear Supertypes
      Ordering
      1. Alphabetic
      2. By Inheritance
      Inherited
      1. Credentials
      2. AnyRef
      3. Any
      Implicitly
      1. by any2stringadd
      2. by StringFormat
      3. by Ensuring
      4. by ArrowAssoc
      1. Hide All
      2. Show All
      Visibility
      1. Public
      2. Protected

      Value Members

      1. final def !=(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      2. final def ##: Int
        Definition Classes
        AnyRef → Any
      3. def +(other: String): String
        Implicit
        This member is added by an implicit conversion from Credentials toany2stringadd[Credentials] performed by method any2stringadd in scala.Predef.
        Definition Classes
        any2stringadd
      4. def ->[B](y: B): (Credentials, B)
        Implicit
        This member is added by an implicit conversion from Credentials toArrowAssoc[Credentials] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @inline()
      5. final def ==(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      6. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      7. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
      8. def create(description: Option[String] = None, metadata: Option[String] = None, acl: List[String] = List.empty): Future[Credential]

        Create a new tunnel authtoken credential.

        Create a new tunnel authtoken credential. This authtoken credential can be used to start a new tunnel session. The response to this API call is the only time the generated token is available. If you need it for future use, you must save it securely yourself.

        See also https://ngrok.com/docs/api#api-credentials-create. -

        description

        human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes.

        metadata

        arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes.

        acl

        optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

        returns

        a scala.concurrent.Future encapsulating the API call's result

      9. def delete(id: String): Future[Unit]

        Delete a tunnel authtoken credential by ID

        Delete a tunnel authtoken credential by ID

        See also https://ngrok.com/docs/api#api-credentials-delete. -

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      10. def ensuring(cond: (Credentials) => Boolean, msg: => Any): Credentials
        Implicit
        This member is added by an implicit conversion from Credentials toEnsuring[Credentials] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      11. def ensuring(cond: (Credentials) => Boolean): Credentials
        Implicit
        This member is added by an implicit conversion from Credentials toEnsuring[Credentials] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      12. def ensuring(cond: Boolean, msg: => Any): Credentials
        Implicit
        This member is added by an implicit conversion from Credentials toEnsuring[Credentials] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      13. def ensuring(cond: Boolean): Credentials
        Implicit
        This member is added by an implicit conversion from Credentials toEnsuring[Credentials] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      14. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      15. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      16. def finalize(): Unit
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.Throwable])
      17. def formatted(fmtstr: String): String
        Implicit
        This member is added by an implicit conversion from Credentials toStringFormat[Credentials] performed by method StringFormat in scala.Predef.
        Definition Classes
        StringFormat
        Annotations
        @inline()
      18. def get(id: String): Future[Credential]

        Get detailed information about a tunnel authtoken credential

        Get detailed information about a tunnel authtoken credential

        See also https://ngrok.com/docs/api#api-credentials-get. -

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      19. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      20. def hashCode(): Int
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      21. final def isInstanceOf[T0]: Boolean
        Definition Classes
        Any
      22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[CredentialList]]

        List all tunnel authtoken credentials on this account

        List all tunnel authtoken credentials on this account

        See also https://ngrok.com/docs/api#api-credentials-list. -

        beforeId

        the value of the before_id parameter as a scala.Predef.String

        limit

        the value of the limit parameter as a scala.Predef.String

        returns

        a scala.concurrent.Future encapsulating the API call's result

      23. final def ne(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      24. final def notify(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      25. final def notifyAll(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      26. final def synchronized[T0](arg0: => T0): T0
        Definition Classes
        AnyRef
      27. def toString(): String
        Definition Classes
        AnyRef → Any
      28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, acl: Option[List[String]] = None): Future[Credential]

        Update attributes of an tunnel authtoken credential by ID

        Update attributes of an tunnel authtoken credential by ID

        See also https://ngrok.com/docs/api#api-credentials-update. -

        id

        the value of the id parameter as a scala.Predef.String

        description

        human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes.

        metadata

        arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes.

        acl

        optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

        returns

        a scala.concurrent.Future encapsulating the API call's result

      29. final def wait(): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      30. final def wait(arg0: Long, arg1: Int): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      31. final def wait(arg0: Long): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException]) @native()

      Deprecated Value Members

      1. def [B](y: B): (Credentials, B)
        Implicit
        This member is added by an implicit conversion from Credentials toArrowAssoc[Credentials] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @deprecated
        Deprecated

        (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

      Inherited from AnyRef

      Inherited from Any

      Inherited by implicit conversion any2stringadd fromCredentials to any2stringadd[Credentials]

      Inherited by implicit conversion StringFormat fromCredentials to StringFormat[Credentials]

      Inherited by implicit conversion Ensuring fromCredentials to Ensuring[Credentials]

      Inherited by implicit conversion ArrowAssoc fromCredentials to ArrowAssoc[Credentials]

      Ungrouped

    +

    description

    human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes.

    acl

    optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • def delete(id: String): Future[Unit]

    Delete a tunnel authtoken credential by ID

    Delete a tunnel authtoken credential by ID

    See also https://ngrok.com/docs/api#api-credentials-delete. +

    id

    a resource identifier

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • def ensuring(cond: (Credentials) => Boolean, msg: => Any): Credentials
    Implicit
    This member is added by an implicit conversion from Credentials toEnsuring[Credentials] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  • def ensuring(cond: (Credentials) => Boolean): Credentials
    Implicit
    This member is added by an implicit conversion from Credentials toEnsuring[Credentials] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  • def ensuring(cond: Boolean, msg: => Any): Credentials
    Implicit
    This member is added by an implicit conversion from Credentials toEnsuring[Credentials] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  • def ensuring(cond: Boolean): Credentials
    Implicit
    This member is added by an implicit conversion from Credentials toEnsuring[Credentials] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  • final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  • def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  • def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  • def get(id: String): Future[Credential]

    Get detailed information about a tunnel authtoken credential

    Get detailed information about a tunnel authtoken credential

    See also https://ngrok.com/docs/api#api-credentials-get. +

    id

    a resource identifier

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  • def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  • final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  • def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[CredentialList]]

    List all tunnel authtoken credentials on this account

    List all tunnel authtoken credentials on this account

    See also https://ngrok.com/docs/api#api-credentials-list. +

    beforeId

    the value of the before_id parameter as a scala.Predef.String

    limit

    the value of the limit parameter as a scala.Predef.String

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  • final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  • final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  • final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  • def toString(): String
    Definition Classes
    AnyRef → Any
  • def update(id: String, description: Option[String] = None, metadata: Option[String] = None, acl: List[String] = List.empty): Future[Credential]

    Update attributes of an tunnel authtoken credential by ID

    Update attributes of an tunnel authtoken credential by ID

    See also https://ngrok.com/docs/api#api-credentials-update. +

    id

    the value of the id parameter as a scala.Predef.String

    description

    human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes.

    acl

    optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  • Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Credentials toStringFormat[Credentials] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (Credentials, B)
      Implicit
      This member is added by an implicit conversion from Credentials toArrowAssoc[Credentials] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromCredentials to any2stringadd[Credentials]

    Inherited by implicit conversion StringFormat fromCredentials to StringFormat[Credentials]

    Inherited by implicit conversion Ensuring fromCredentials to Ensuring[Credentials]

    Inherited by implicit conversion ArrowAssoc fromCredentials to ArrowAssoc[Credentials]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteBackendModule$.html b/docs/com/ngrok/services/EdgeRouteBackendModule$.html index 83ec55b..354c212 100644 --- a/docs/com/ngrok/services/EdgeRouteBackendModule$.html +++ b/docs/com/ngrok/services/EdgeRouteBackendModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteBackendModule

    object EdgeRouteBackendModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteBackendModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteBackendModule

    object EdgeRouteBackendModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteBackendModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteBackendModule.html b/docs/com/ngrok/services/EdgeRouteBackendModule.html index a0086b8..5e38602 100644 --- a/docs/com/ngrok/services/EdgeRouteBackendModule.html +++ b/docs/com/ngrok/services/EdgeRouteBackendModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteBackendModule

    class EdgeRouteBackendModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteBackendModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toany2stringadd[EdgeRouteBackendModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteBackendModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toArrowAssoc[EdgeRouteBackendModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-backend-module-delete. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteBackendModule) => Boolean, msg: => Any): EdgeRouteBackendModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toEnsuring[EdgeRouteBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteBackendModule) => Boolean): EdgeRouteBackendModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toEnsuring[EdgeRouteBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteBackendModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toEnsuring[EdgeRouteBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteBackendModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toEnsuring[EdgeRouteBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toStringFormat[EdgeRouteBackendModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(edgeId: String, id: String): Future[EndpointBackend]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-backend-module-get. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(edgeId: String, id: String, module: Option[EndpointBackendMutate] = None): Future[EndpointBackend]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-backend-module-replace. -

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointBackendMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EdgeRouteBackendModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toArrowAssoc[EdgeRouteBackendModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteBackendModule to any2stringadd[EdgeRouteBackendModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteBackendModule to StringFormat[EdgeRouteBackendModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteBackendModule to Ensuring[EdgeRouteBackendModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteBackendModule to ArrowAssoc[EdgeRouteBackendModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteBackendModule

    class EdgeRouteBackendModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteBackendModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toany2stringadd[EdgeRouteBackendModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteBackendModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toArrowAssoc[EdgeRouteBackendModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-backend-module-delete. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteBackendModule) => Boolean, msg: => Any): EdgeRouteBackendModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toEnsuring[EdgeRouteBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteBackendModule) => Boolean): EdgeRouteBackendModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toEnsuring[EdgeRouteBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteBackendModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toEnsuring[EdgeRouteBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteBackendModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toEnsuring[EdgeRouteBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(edgeId: String, id: String): Future[EndpointBackend]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-backend-module-get. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(edgeId: String, id: String, module: Option[EndpointBackendMutate] = None): Future[EndpointBackend]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-backend-module-replace. +

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointBackendMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toStringFormat[EdgeRouteBackendModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EdgeRouteBackendModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteBackendModule toArrowAssoc[EdgeRouteBackendModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteBackendModule to any2stringadd[EdgeRouteBackendModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteBackendModule to StringFormat[EdgeRouteBackendModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteBackendModule to Ensuring[EdgeRouteBackendModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteBackendModule to ArrowAssoc[EdgeRouteBackendModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteCircuitBreakerModule$.html b/docs/com/ngrok/services/EdgeRouteCircuitBreakerModule$.html index 0cab943..0fb211b 100644 --- a/docs/com/ngrok/services/EdgeRouteCircuitBreakerModule$.html +++ b/docs/com/ngrok/services/EdgeRouteCircuitBreakerModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteCircuitBreakerModule

    object EdgeRouteCircuitBreakerModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteCircuitBreakerModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteCircuitBreakerModule

    object EdgeRouteCircuitBreakerModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteCircuitBreakerModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteCircuitBreakerModule.html b/docs/com/ngrok/services/EdgeRouteCircuitBreakerModule.html index 33c209f..c7fcd96 100644 --- a/docs/com/ngrok/services/EdgeRouteCircuitBreakerModule.html +++ b/docs/com/ngrok/services/EdgeRouteCircuitBreakerModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteCircuitBreakerModule

    class EdgeRouteCircuitBreakerModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteCircuitBreakerModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toany2stringadd[EdgeRouteCircuitBreakerModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteCircuitBreakerModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toArrowAssoc[EdgeRouteCircuitBreakerModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-circuit-breaker-module-delete. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteCircuitBreakerModule) => Boolean, msg: => Any): EdgeRouteCircuitBreakerModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toEnsuring[EdgeRouteCircuitBreakerModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteCircuitBreakerModule) => Boolean): EdgeRouteCircuitBreakerModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toEnsuring[EdgeRouteCircuitBreakerModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteCircuitBreakerModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toEnsuring[EdgeRouteCircuitBreakerModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteCircuitBreakerModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toEnsuring[EdgeRouteCircuitBreakerModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toStringFormat[EdgeRouteCircuitBreakerModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(edgeId: String, id: String): Future[EndpointCircuitBreaker]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-circuit-breaker-module-get. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(edgeId: String, id: String, module: Option[EndpointCircuitBreaker] = None): Future[EndpointCircuitBreaker]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-circuit-breaker-module-replace. -

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointCircuitBreaker

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EdgeRouteCircuitBreakerModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toArrowAssoc[EdgeRouteCircuitBreakerModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteCircuitBreakerModule to any2stringadd[EdgeRouteCircuitBreakerModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteCircuitBreakerModule to StringFormat[EdgeRouteCircuitBreakerModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteCircuitBreakerModule to Ensuring[EdgeRouteCircuitBreakerModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteCircuitBreakerModule to ArrowAssoc[EdgeRouteCircuitBreakerModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteCircuitBreakerModule

    class EdgeRouteCircuitBreakerModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteCircuitBreakerModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toany2stringadd[EdgeRouteCircuitBreakerModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteCircuitBreakerModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toArrowAssoc[EdgeRouteCircuitBreakerModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-circuit-breaker-module-delete. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteCircuitBreakerModule) => Boolean, msg: => Any): EdgeRouteCircuitBreakerModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toEnsuring[EdgeRouteCircuitBreakerModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteCircuitBreakerModule) => Boolean): EdgeRouteCircuitBreakerModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toEnsuring[EdgeRouteCircuitBreakerModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteCircuitBreakerModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toEnsuring[EdgeRouteCircuitBreakerModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteCircuitBreakerModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toEnsuring[EdgeRouteCircuitBreakerModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(edgeId: String, id: String): Future[EndpointCircuitBreaker]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-circuit-breaker-module-get. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(edgeId: String, id: String, module: Option[EndpointCircuitBreaker] = None): Future[EndpointCircuitBreaker]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-circuit-breaker-module-replace. +

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointCircuitBreaker

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toStringFormat[EdgeRouteCircuitBreakerModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EdgeRouteCircuitBreakerModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteCircuitBreakerModule toArrowAssoc[EdgeRouteCircuitBreakerModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteCircuitBreakerModule to any2stringadd[EdgeRouteCircuitBreakerModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteCircuitBreakerModule to StringFormat[EdgeRouteCircuitBreakerModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteCircuitBreakerModule to Ensuring[EdgeRouteCircuitBreakerModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteCircuitBreakerModule to ArrowAssoc[EdgeRouteCircuitBreakerModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteCompressionModule$.html b/docs/com/ngrok/services/EdgeRouteCompressionModule$.html index c04d219..61a9689 100644 --- a/docs/com/ngrok/services/EdgeRouteCompressionModule$.html +++ b/docs/com/ngrok/services/EdgeRouteCompressionModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteCompressionModule

    object EdgeRouteCompressionModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteCompressionModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteCompressionModule

    object EdgeRouteCompressionModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteCompressionModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteCompressionModule.html b/docs/com/ngrok/services/EdgeRouteCompressionModule.html index d63e3db..9ceba38 100644 --- a/docs/com/ngrok/services/EdgeRouteCompressionModule.html +++ b/docs/com/ngrok/services/EdgeRouteCompressionModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteCompressionModule

    class EdgeRouteCompressionModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteCompressionModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toany2stringadd[EdgeRouteCompressionModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteCompressionModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toArrowAssoc[EdgeRouteCompressionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-compression-module-delete. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteCompressionModule) => Boolean, msg: => Any): EdgeRouteCompressionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toEnsuring[EdgeRouteCompressionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteCompressionModule) => Boolean): EdgeRouteCompressionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toEnsuring[EdgeRouteCompressionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteCompressionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toEnsuring[EdgeRouteCompressionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteCompressionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toEnsuring[EdgeRouteCompressionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toStringFormat[EdgeRouteCompressionModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(edgeId: String, id: String): Future[EndpointCompression]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-compression-module-get. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(edgeId: String, id: String, module: Option[EndpointCompression] = None): Future[EndpointCompression]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-compression-module-replace. -

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointCompression

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EdgeRouteCompressionModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toArrowAssoc[EdgeRouteCompressionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteCompressionModule to any2stringadd[EdgeRouteCompressionModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteCompressionModule to StringFormat[EdgeRouteCompressionModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteCompressionModule to Ensuring[EdgeRouteCompressionModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteCompressionModule to ArrowAssoc[EdgeRouteCompressionModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteCompressionModule

    class EdgeRouteCompressionModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteCompressionModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toany2stringadd[EdgeRouteCompressionModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteCompressionModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toArrowAssoc[EdgeRouteCompressionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-compression-module-delete. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteCompressionModule) => Boolean, msg: => Any): EdgeRouteCompressionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toEnsuring[EdgeRouteCompressionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteCompressionModule) => Boolean): EdgeRouteCompressionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toEnsuring[EdgeRouteCompressionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteCompressionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toEnsuring[EdgeRouteCompressionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteCompressionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toEnsuring[EdgeRouteCompressionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(edgeId: String, id: String): Future[EndpointCompression]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-compression-module-get. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(edgeId: String, id: String, module: Option[EndpointCompression] = None): Future[EndpointCompression]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-compression-module-replace. +

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointCompression

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toStringFormat[EdgeRouteCompressionModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EdgeRouteCompressionModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteCompressionModule toArrowAssoc[EdgeRouteCompressionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteCompressionModule to any2stringadd[EdgeRouteCompressionModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteCompressionModule to StringFormat[EdgeRouteCompressionModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteCompressionModule to Ensuring[EdgeRouteCompressionModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteCompressionModule to ArrowAssoc[EdgeRouteCompressionModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteIpRestrictionModule$.html b/docs/com/ngrok/services/EdgeRouteIpRestrictionModule$.html index 0f6c86a..db46500 100644 --- a/docs/com/ngrok/services/EdgeRouteIpRestrictionModule$.html +++ b/docs/com/ngrok/services/EdgeRouteIpRestrictionModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteIpRestrictionModule

    object EdgeRouteIpRestrictionModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteIpRestrictionModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteIpRestrictionModule

    object EdgeRouteIpRestrictionModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteIpRestrictionModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteIpRestrictionModule.html b/docs/com/ngrok/services/EdgeRouteIpRestrictionModule.html index f378a1c..0c2e9c6 100644 --- a/docs/com/ngrok/services/EdgeRouteIpRestrictionModule.html +++ b/docs/com/ngrok/services/EdgeRouteIpRestrictionModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteIpRestrictionModule

    class EdgeRouteIpRestrictionModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteIpRestrictionModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toany2stringadd[EdgeRouteIpRestrictionModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteIpRestrictionModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toArrowAssoc[EdgeRouteIpRestrictionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-ip-restriction-module-delete. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteIpRestrictionModule) => Boolean, msg: => Any): EdgeRouteIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toEnsuring[EdgeRouteIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteIpRestrictionModule) => Boolean): EdgeRouteIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toEnsuring[EdgeRouteIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toEnsuring[EdgeRouteIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toEnsuring[EdgeRouteIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toStringFormat[EdgeRouteIpRestrictionModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(edgeId: String, id: String): Future[EndpointIpPolicy]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-ip-restriction-module-get. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(edgeId: String, id: String, module: Option[EndpointIpPolicyMutate] = None): Future[EndpointIpPolicy]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-ip-restriction-module-replace. -

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointIpPolicyMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EdgeRouteIpRestrictionModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toArrowAssoc[EdgeRouteIpRestrictionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteIpRestrictionModule to any2stringadd[EdgeRouteIpRestrictionModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteIpRestrictionModule to StringFormat[EdgeRouteIpRestrictionModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteIpRestrictionModule to Ensuring[EdgeRouteIpRestrictionModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteIpRestrictionModule to ArrowAssoc[EdgeRouteIpRestrictionModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteIpRestrictionModule

    class EdgeRouteIpRestrictionModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteIpRestrictionModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toany2stringadd[EdgeRouteIpRestrictionModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteIpRestrictionModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toArrowAssoc[EdgeRouteIpRestrictionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-ip-restriction-module-delete. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteIpRestrictionModule) => Boolean, msg: => Any): EdgeRouteIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toEnsuring[EdgeRouteIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteIpRestrictionModule) => Boolean): EdgeRouteIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toEnsuring[EdgeRouteIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toEnsuring[EdgeRouteIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toEnsuring[EdgeRouteIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(edgeId: String, id: String): Future[EndpointIpPolicy]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-ip-restriction-module-get. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(edgeId: String, id: String, module: Option[EndpointIpPolicyMutate] = None): Future[EndpointIpPolicy]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-ip-restriction-module-replace. +

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointIpPolicyMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toStringFormat[EdgeRouteIpRestrictionModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EdgeRouteIpRestrictionModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteIpRestrictionModule toArrowAssoc[EdgeRouteIpRestrictionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteIpRestrictionModule to any2stringadd[EdgeRouteIpRestrictionModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteIpRestrictionModule to StringFormat[EdgeRouteIpRestrictionModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteIpRestrictionModule to Ensuring[EdgeRouteIpRestrictionModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteIpRestrictionModule to ArrowAssoc[EdgeRouteIpRestrictionModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteOAuthModule$.html b/docs/com/ngrok/services/EdgeRouteOAuthModule$.html index 469236b..a45f8f8 100644 --- a/docs/com/ngrok/services/EdgeRouteOAuthModule$.html +++ b/docs/com/ngrok/services/EdgeRouteOAuthModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteOAuthModule

    object EdgeRouteOAuthModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteOAuthModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteOAuthModule

    object EdgeRouteOAuthModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteOAuthModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteOAuthModule.html b/docs/com/ngrok/services/EdgeRouteOAuthModule.html index 4abef7e..732c55d 100644 --- a/docs/com/ngrok/services/EdgeRouteOAuthModule.html +++ b/docs/com/ngrok/services/EdgeRouteOAuthModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteOAuthModule

    class EdgeRouteOAuthModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteOAuthModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toany2stringadd[EdgeRouteOAuthModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteOAuthModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toArrowAssoc[EdgeRouteOAuthModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-o-auth-module-delete. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteOAuthModule) => Boolean, msg: => Any): EdgeRouteOAuthModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toEnsuring[EdgeRouteOAuthModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteOAuthModule) => Boolean): EdgeRouteOAuthModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toEnsuring[EdgeRouteOAuthModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteOAuthModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toEnsuring[EdgeRouteOAuthModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteOAuthModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toEnsuring[EdgeRouteOAuthModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toStringFormat[EdgeRouteOAuthModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(edgeId: String, id: String): Future[EndpointOAuth]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-o-auth-module-get. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(edgeId: String, id: String, module: Option[EndpointOAuth] = None): Future[EndpointOAuth]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-o-auth-module-replace. -

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointOAuth

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EdgeRouteOAuthModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toArrowAssoc[EdgeRouteOAuthModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteOAuthModule to any2stringadd[EdgeRouteOAuthModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteOAuthModule to StringFormat[EdgeRouteOAuthModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteOAuthModule to Ensuring[EdgeRouteOAuthModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteOAuthModule to ArrowAssoc[EdgeRouteOAuthModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteOAuthModule

    class EdgeRouteOAuthModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteOAuthModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toany2stringadd[EdgeRouteOAuthModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteOAuthModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toArrowAssoc[EdgeRouteOAuthModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-o-auth-module-delete. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteOAuthModule) => Boolean, msg: => Any): EdgeRouteOAuthModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toEnsuring[EdgeRouteOAuthModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteOAuthModule) => Boolean): EdgeRouteOAuthModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toEnsuring[EdgeRouteOAuthModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteOAuthModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toEnsuring[EdgeRouteOAuthModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteOAuthModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toEnsuring[EdgeRouteOAuthModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(edgeId: String, id: String): Future[EndpointOAuth]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-o-auth-module-get. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(edgeId: String, id: String, module: Option[EndpointOAuth] = None): Future[EndpointOAuth]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-o-auth-module-replace. +

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointOAuth

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toStringFormat[EdgeRouteOAuthModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EdgeRouteOAuthModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteOAuthModule toArrowAssoc[EdgeRouteOAuthModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteOAuthModule to any2stringadd[EdgeRouteOAuthModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteOAuthModule to StringFormat[EdgeRouteOAuthModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteOAuthModule to Ensuring[EdgeRouteOAuthModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteOAuthModule to ArrowAssoc[EdgeRouteOAuthModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteOidcModule$.html b/docs/com/ngrok/services/EdgeRouteOidcModule$.html index c6ef327..fdc6d65 100644 --- a/docs/com/ngrok/services/EdgeRouteOidcModule$.html +++ b/docs/com/ngrok/services/EdgeRouteOidcModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteOidcModule

    object EdgeRouteOidcModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteOidcModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteOidcModule

    object EdgeRouteOidcModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteOidcModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteOidcModule.html b/docs/com/ngrok/services/EdgeRouteOidcModule.html index 5932996..64133cb 100644 --- a/docs/com/ngrok/services/EdgeRouteOidcModule.html +++ b/docs/com/ngrok/services/EdgeRouteOidcModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteOidcModule

    class EdgeRouteOidcModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteOidcModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toany2stringadd[EdgeRouteOidcModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteOidcModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toArrowAssoc[EdgeRouteOidcModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-oidc-module-delete. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteOidcModule) => Boolean, msg: => Any): EdgeRouteOidcModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toEnsuring[EdgeRouteOidcModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteOidcModule) => Boolean): EdgeRouteOidcModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toEnsuring[EdgeRouteOidcModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteOidcModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toEnsuring[EdgeRouteOidcModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteOidcModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toEnsuring[EdgeRouteOidcModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toStringFormat[EdgeRouteOidcModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(edgeId: String, id: String): Future[EndpointOidc]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-oidc-module-get. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(edgeId: String, id: String, module: Option[EndpointOidc] = None): Future[EndpointOidc]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-oidc-module-replace. -

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointOidc

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EdgeRouteOidcModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toArrowAssoc[EdgeRouteOidcModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteOidcModule to any2stringadd[EdgeRouteOidcModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteOidcModule to StringFormat[EdgeRouteOidcModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteOidcModule to Ensuring[EdgeRouteOidcModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteOidcModule to ArrowAssoc[EdgeRouteOidcModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteOidcModule

    class EdgeRouteOidcModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteOidcModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toany2stringadd[EdgeRouteOidcModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteOidcModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toArrowAssoc[EdgeRouteOidcModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-oidc-module-delete. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteOidcModule) => Boolean, msg: => Any): EdgeRouteOidcModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toEnsuring[EdgeRouteOidcModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteOidcModule) => Boolean): EdgeRouteOidcModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toEnsuring[EdgeRouteOidcModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteOidcModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toEnsuring[EdgeRouteOidcModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteOidcModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toEnsuring[EdgeRouteOidcModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(edgeId: String, id: String): Future[EndpointOidc]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-oidc-module-get. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(edgeId: String, id: String, module: Option[EndpointOidc] = None): Future[EndpointOidc]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-oidc-module-replace. +

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointOidc

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toStringFormat[EdgeRouteOidcModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EdgeRouteOidcModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteOidcModule toArrowAssoc[EdgeRouteOidcModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteOidcModule to any2stringadd[EdgeRouteOidcModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteOidcModule to StringFormat[EdgeRouteOidcModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteOidcModule to Ensuring[EdgeRouteOidcModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteOidcModule to ArrowAssoc[EdgeRouteOidcModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteRequestHeadersModule$.html b/docs/com/ngrok/services/EdgeRouteRequestHeadersModule$.html index e4b7c30..2472463 100644 --- a/docs/com/ngrok/services/EdgeRouteRequestHeadersModule$.html +++ b/docs/com/ngrok/services/EdgeRouteRequestHeadersModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteRequestHeadersModule

    object EdgeRouteRequestHeadersModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteRequestHeadersModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteRequestHeadersModule

    object EdgeRouteRequestHeadersModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteRequestHeadersModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteRequestHeadersModule.html b/docs/com/ngrok/services/EdgeRouteRequestHeadersModule.html index f01d177..a8f3228 100644 --- a/docs/com/ngrok/services/EdgeRouteRequestHeadersModule.html +++ b/docs/com/ngrok/services/EdgeRouteRequestHeadersModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteRequestHeadersModule

    class EdgeRouteRequestHeadersModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteRequestHeadersModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toany2stringadd[EdgeRouteRequestHeadersModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteRequestHeadersModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toArrowAssoc[EdgeRouteRequestHeadersModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-request-headers-module-delete. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteRequestHeadersModule) => Boolean, msg: => Any): EdgeRouteRequestHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toEnsuring[EdgeRouteRequestHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteRequestHeadersModule) => Boolean): EdgeRouteRequestHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toEnsuring[EdgeRouteRequestHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteRequestHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toEnsuring[EdgeRouteRequestHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteRequestHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toEnsuring[EdgeRouteRequestHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toStringFormat[EdgeRouteRequestHeadersModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(edgeId: String, id: String): Future[EndpointRequestHeaders]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-request-headers-module-get. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(edgeId: String, id: String, module: Option[EndpointRequestHeaders] = None): Future[EndpointRequestHeaders]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-request-headers-module-replace. -

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointRequestHeaders

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EdgeRouteRequestHeadersModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toArrowAssoc[EdgeRouteRequestHeadersModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteRequestHeadersModule to any2stringadd[EdgeRouteRequestHeadersModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteRequestHeadersModule to StringFormat[EdgeRouteRequestHeadersModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteRequestHeadersModule to Ensuring[EdgeRouteRequestHeadersModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteRequestHeadersModule to ArrowAssoc[EdgeRouteRequestHeadersModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteRequestHeadersModule

    class EdgeRouteRequestHeadersModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteRequestHeadersModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toany2stringadd[EdgeRouteRequestHeadersModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteRequestHeadersModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toArrowAssoc[EdgeRouteRequestHeadersModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-request-headers-module-delete. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteRequestHeadersModule) => Boolean, msg: => Any): EdgeRouteRequestHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toEnsuring[EdgeRouteRequestHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteRequestHeadersModule) => Boolean): EdgeRouteRequestHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toEnsuring[EdgeRouteRequestHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteRequestHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toEnsuring[EdgeRouteRequestHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteRequestHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toEnsuring[EdgeRouteRequestHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(edgeId: String, id: String): Future[EndpointRequestHeaders]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-request-headers-module-get. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(edgeId: String, id: String, module: Option[EndpointRequestHeaders] = None): Future[EndpointRequestHeaders]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-request-headers-module-replace. +

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointRequestHeaders

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toStringFormat[EdgeRouteRequestHeadersModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EdgeRouteRequestHeadersModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteRequestHeadersModule toArrowAssoc[EdgeRouteRequestHeadersModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteRequestHeadersModule to any2stringadd[EdgeRouteRequestHeadersModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteRequestHeadersModule to StringFormat[EdgeRouteRequestHeadersModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteRequestHeadersModule to Ensuring[EdgeRouteRequestHeadersModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteRequestHeadersModule to ArrowAssoc[EdgeRouteRequestHeadersModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteResponseHeadersModule$.html b/docs/com/ngrok/services/EdgeRouteResponseHeadersModule$.html index 5011d89..7e33c99 100644 --- a/docs/com/ngrok/services/EdgeRouteResponseHeadersModule$.html +++ b/docs/com/ngrok/services/EdgeRouteResponseHeadersModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteResponseHeadersModule

    object EdgeRouteResponseHeadersModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteResponseHeadersModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteResponseHeadersModule

    object EdgeRouteResponseHeadersModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteResponseHeadersModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteResponseHeadersModule.html b/docs/com/ngrok/services/EdgeRouteResponseHeadersModule.html index 916d6b1..f8e26ca 100644 --- a/docs/com/ngrok/services/EdgeRouteResponseHeadersModule.html +++ b/docs/com/ngrok/services/EdgeRouteResponseHeadersModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteResponseHeadersModule

    class EdgeRouteResponseHeadersModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteResponseHeadersModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toany2stringadd[EdgeRouteResponseHeadersModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteResponseHeadersModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toArrowAssoc[EdgeRouteResponseHeadersModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-response-headers-module-delete. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteResponseHeadersModule) => Boolean, msg: => Any): EdgeRouteResponseHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toEnsuring[EdgeRouteResponseHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteResponseHeadersModule) => Boolean): EdgeRouteResponseHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toEnsuring[EdgeRouteResponseHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteResponseHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toEnsuring[EdgeRouteResponseHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteResponseHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toEnsuring[EdgeRouteResponseHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toStringFormat[EdgeRouteResponseHeadersModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(edgeId: String, id: String): Future[EndpointResponseHeaders]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-response-headers-module-get. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(edgeId: String, id: String, module: Option[EndpointResponseHeaders] = None): Future[EndpointResponseHeaders]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-response-headers-module-replace. -

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointResponseHeaders

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EdgeRouteResponseHeadersModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toArrowAssoc[EdgeRouteResponseHeadersModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteResponseHeadersModule to any2stringadd[EdgeRouteResponseHeadersModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteResponseHeadersModule to StringFormat[EdgeRouteResponseHeadersModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteResponseHeadersModule to Ensuring[EdgeRouteResponseHeadersModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteResponseHeadersModule to ArrowAssoc[EdgeRouteResponseHeadersModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteResponseHeadersModule

    class EdgeRouteResponseHeadersModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteResponseHeadersModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toany2stringadd[EdgeRouteResponseHeadersModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteResponseHeadersModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toArrowAssoc[EdgeRouteResponseHeadersModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-response-headers-module-delete. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteResponseHeadersModule) => Boolean, msg: => Any): EdgeRouteResponseHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toEnsuring[EdgeRouteResponseHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteResponseHeadersModule) => Boolean): EdgeRouteResponseHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toEnsuring[EdgeRouteResponseHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteResponseHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toEnsuring[EdgeRouteResponseHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteResponseHeadersModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toEnsuring[EdgeRouteResponseHeadersModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(edgeId: String, id: String): Future[EndpointResponseHeaders]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-response-headers-module-get. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(edgeId: String, id: String, module: Option[EndpointResponseHeaders] = None): Future[EndpointResponseHeaders]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-response-headers-module-replace. +

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointResponseHeaders

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toStringFormat[EdgeRouteResponseHeadersModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EdgeRouteResponseHeadersModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteResponseHeadersModule toArrowAssoc[EdgeRouteResponseHeadersModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteResponseHeadersModule to any2stringadd[EdgeRouteResponseHeadersModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteResponseHeadersModule to StringFormat[EdgeRouteResponseHeadersModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteResponseHeadersModule to Ensuring[EdgeRouteResponseHeadersModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteResponseHeadersModule to ArrowAssoc[EdgeRouteResponseHeadersModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteSamlModule$.html b/docs/com/ngrok/services/EdgeRouteSamlModule$.html index 11cec84..06ada34 100644 --- a/docs/com/ngrok/services/EdgeRouteSamlModule$.html +++ b/docs/com/ngrok/services/EdgeRouteSamlModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteSamlModule

    object EdgeRouteSamlModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteSamlModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteSamlModule

    object EdgeRouteSamlModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteSamlModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteSamlModule.html b/docs/com/ngrok/services/EdgeRouteSamlModule.html index 3dd0943..522bf62 100644 --- a/docs/com/ngrok/services/EdgeRouteSamlModule.html +++ b/docs/com/ngrok/services/EdgeRouteSamlModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteSamlModule

    class EdgeRouteSamlModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteSamlModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toany2stringadd[EdgeRouteSamlModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteSamlModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toArrowAssoc[EdgeRouteSamlModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-saml-module-delete. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteSamlModule) => Boolean, msg: => Any): EdgeRouteSamlModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toEnsuring[EdgeRouteSamlModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteSamlModule) => Boolean): EdgeRouteSamlModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toEnsuring[EdgeRouteSamlModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteSamlModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toEnsuring[EdgeRouteSamlModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteSamlModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toEnsuring[EdgeRouteSamlModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toStringFormat[EdgeRouteSamlModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(edgeId: String, id: String): Future[EndpointSaml]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-saml-module-get. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(edgeId: String, id: String, module: Option[EndpointSamlMutate] = None): Future[EndpointSaml]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-saml-module-replace. -

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointSamlMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EdgeRouteSamlModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toArrowAssoc[EdgeRouteSamlModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteSamlModule to any2stringadd[EdgeRouteSamlModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteSamlModule to StringFormat[EdgeRouteSamlModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteSamlModule to Ensuring[EdgeRouteSamlModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteSamlModule to ArrowAssoc[EdgeRouteSamlModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteSamlModule

    class EdgeRouteSamlModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteSamlModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toany2stringadd[EdgeRouteSamlModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteSamlModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toArrowAssoc[EdgeRouteSamlModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-saml-module-delete. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteSamlModule) => Boolean, msg: => Any): EdgeRouteSamlModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toEnsuring[EdgeRouteSamlModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteSamlModule) => Boolean): EdgeRouteSamlModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toEnsuring[EdgeRouteSamlModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteSamlModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toEnsuring[EdgeRouteSamlModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteSamlModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toEnsuring[EdgeRouteSamlModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(edgeId: String, id: String): Future[EndpointSaml]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-saml-module-get. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(edgeId: String, id: String, module: Option[EndpointSamlMutate] = None): Future[EndpointSaml]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-saml-module-replace. +

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointSamlMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toStringFormat[EdgeRouteSamlModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EdgeRouteSamlModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteSamlModule toArrowAssoc[EdgeRouteSamlModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteSamlModule to any2stringadd[EdgeRouteSamlModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteSamlModule to StringFormat[EdgeRouteSamlModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteSamlModule to Ensuring[EdgeRouteSamlModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteSamlModule to ArrowAssoc[EdgeRouteSamlModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteWebhookVerificationModule$.html b/docs/com/ngrok/services/EdgeRouteWebhookVerificationModule$.html index 3c9ce4a..3713d0c 100644 --- a/docs/com/ngrok/services/EdgeRouteWebhookVerificationModule$.html +++ b/docs/com/ngrok/services/EdgeRouteWebhookVerificationModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteWebhookVerificationModule

    object EdgeRouteWebhookVerificationModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteWebhookVerificationModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteWebhookVerificationModule

    object EdgeRouteWebhookVerificationModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteWebhookVerificationModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteWebhookVerificationModule.html b/docs/com/ngrok/services/EdgeRouteWebhookVerificationModule.html index b4c3c15..68d6da0 100644 --- a/docs/com/ngrok/services/EdgeRouteWebhookVerificationModule.html +++ b/docs/com/ngrok/services/EdgeRouteWebhookVerificationModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteWebhookVerificationModule

    class EdgeRouteWebhookVerificationModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteWebhookVerificationModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toany2stringadd[EdgeRouteWebhookVerificationModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteWebhookVerificationModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toArrowAssoc[EdgeRouteWebhookVerificationModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-delete. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteWebhookVerificationModule) => Boolean, msg: => Any): EdgeRouteWebhookVerificationModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toEnsuring[EdgeRouteWebhookVerificationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteWebhookVerificationModule) => Boolean): EdgeRouteWebhookVerificationModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toEnsuring[EdgeRouteWebhookVerificationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteWebhookVerificationModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toEnsuring[EdgeRouteWebhookVerificationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteWebhookVerificationModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toEnsuring[EdgeRouteWebhookVerificationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toStringFormat[EdgeRouteWebhookVerificationModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(edgeId: String, id: String): Future[EndpointWebhookValidation]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-get. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(edgeId: String, id: String, module: Option[EndpointWebhookValidation] = None): Future[EndpointWebhookValidation]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-replace. -

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointWebhookValidation

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EdgeRouteWebhookVerificationModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toArrowAssoc[EdgeRouteWebhookVerificationModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteWebhookVerificationModule to any2stringadd[EdgeRouteWebhookVerificationModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteWebhookVerificationModule to StringFormat[EdgeRouteWebhookVerificationModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteWebhookVerificationModule to Ensuring[EdgeRouteWebhookVerificationModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteWebhookVerificationModule to ArrowAssoc[EdgeRouteWebhookVerificationModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteWebhookVerificationModule

    class EdgeRouteWebhookVerificationModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteWebhookVerificationModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toany2stringadd[EdgeRouteWebhookVerificationModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteWebhookVerificationModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toArrowAssoc[EdgeRouteWebhookVerificationModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-delete. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteWebhookVerificationModule) => Boolean, msg: => Any): EdgeRouteWebhookVerificationModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toEnsuring[EdgeRouteWebhookVerificationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteWebhookVerificationModule) => Boolean): EdgeRouteWebhookVerificationModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toEnsuring[EdgeRouteWebhookVerificationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteWebhookVerificationModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toEnsuring[EdgeRouteWebhookVerificationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteWebhookVerificationModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toEnsuring[EdgeRouteWebhookVerificationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(edgeId: String, id: String): Future[EndpointWebhookValidation]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-get. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(edgeId: String, id: String, module: Option[EndpointWebhookValidation] = None): Future[EndpointWebhookValidation]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-webhook-verification-module-replace. +

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointWebhookValidation

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toStringFormat[EdgeRouteWebhookVerificationModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EdgeRouteWebhookVerificationModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebhookVerificationModule toArrowAssoc[EdgeRouteWebhookVerificationModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteWebhookVerificationModule to any2stringadd[EdgeRouteWebhookVerificationModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteWebhookVerificationModule to StringFormat[EdgeRouteWebhookVerificationModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteWebhookVerificationModule to Ensuring[EdgeRouteWebhookVerificationModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteWebhookVerificationModule to ArrowAssoc[EdgeRouteWebhookVerificationModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteWebsocketTcpConverterModule$.html b/docs/com/ngrok/services/EdgeRouteWebsocketTcpConverterModule$.html index cd16810..33256fb 100644 --- a/docs/com/ngrok/services/EdgeRouteWebsocketTcpConverterModule$.html +++ b/docs/com/ngrok/services/EdgeRouteWebsocketTcpConverterModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteWebsocketTcpConverterModule

    object EdgeRouteWebsocketTcpConverterModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteWebsocketTcpConverterModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteWebsocketTcpConverterModule

    object EdgeRouteWebsocketTcpConverterModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteWebsocketTcpConverterModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgeRouteWebsocketTcpConverterModule.html b/docs/com/ngrok/services/EdgeRouteWebsocketTcpConverterModule.html index a8bac47..b7e1422 100644 --- a/docs/com/ngrok/services/EdgeRouteWebsocketTcpConverterModule.html +++ b/docs/com/ngrok/services/EdgeRouteWebsocketTcpConverterModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgeRouteWebsocketTcpConverterModule

    class EdgeRouteWebsocketTcpConverterModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteWebsocketTcpConverterModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toany2stringadd[EdgeRouteWebsocketTcpConverterModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteWebsocketTcpConverterModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toArrowAssoc[EdgeRouteWebsocketTcpConverterModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-websocket-tcp-converter-module-delete. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteWebsocketTcpConverterModule) => Boolean, msg: => Any): EdgeRouteWebsocketTcpConverterModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toEnsuring[EdgeRouteWebsocketTcpConverterModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteWebsocketTcpConverterModule) => Boolean): EdgeRouteWebsocketTcpConverterModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toEnsuring[EdgeRouteWebsocketTcpConverterModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteWebsocketTcpConverterModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toEnsuring[EdgeRouteWebsocketTcpConverterModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteWebsocketTcpConverterModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toEnsuring[EdgeRouteWebsocketTcpConverterModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toStringFormat[EdgeRouteWebsocketTcpConverterModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(edgeId: String, id: String): Future[EndpointWebsocketTcpConverter]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-websocket-tcp-converter-module-get. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(edgeId: String, id: String, module: Option[EndpointWebsocketTcpConverter] = None): Future[EndpointWebsocketTcpConverter]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-websocket-tcp-converter-module-replace. -

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointWebsocketTcpConverter

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EdgeRouteWebsocketTcpConverterModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toArrowAssoc[EdgeRouteWebsocketTcpConverterModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteWebsocketTcpConverterModule to any2stringadd[EdgeRouteWebsocketTcpConverterModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteWebsocketTcpConverterModule to StringFormat[EdgeRouteWebsocketTcpConverterModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteWebsocketTcpConverterModule to Ensuring[EdgeRouteWebsocketTcpConverterModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteWebsocketTcpConverterModule to ArrowAssoc[EdgeRouteWebsocketTcpConverterModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgeRouteWebsocketTcpConverterModule

    class EdgeRouteWebsocketTcpConverterModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgeRouteWebsocketTcpConverterModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toany2stringadd[EdgeRouteWebsocketTcpConverterModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgeRouteWebsocketTcpConverterModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toArrowAssoc[EdgeRouteWebsocketTcpConverterModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(edgeId: String, id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-edge-route-websocket-tcp-converter-module-delete. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EdgeRouteWebsocketTcpConverterModule) => Boolean, msg: => Any): EdgeRouteWebsocketTcpConverterModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toEnsuring[EdgeRouteWebsocketTcpConverterModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EdgeRouteWebsocketTcpConverterModule) => Boolean): EdgeRouteWebsocketTcpConverterModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toEnsuring[EdgeRouteWebsocketTcpConverterModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EdgeRouteWebsocketTcpConverterModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toEnsuring[EdgeRouteWebsocketTcpConverterModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EdgeRouteWebsocketTcpConverterModule
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toEnsuring[EdgeRouteWebsocketTcpConverterModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(edgeId: String, id: String): Future[EndpointWebsocketTcpConverter]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-edge-route-websocket-tcp-converter-module-get. +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(edgeId: String, id: String, module: Option[EndpointWebsocketTcpConverter] = None): Future[EndpointWebsocketTcpConverter]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-edge-route-websocket-tcp-converter-module-replace. +

      edgeId

      the value of the edge_id parameter as a scala.Predef.String

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointWebsocketTcpConverter

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toStringFormat[EdgeRouteWebsocketTcpConverterModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EdgeRouteWebsocketTcpConverterModule, B)
      Implicit
      This member is added by an implicit conversion from EdgeRouteWebsocketTcpConverterModule toArrowAssoc[EdgeRouteWebsocketTcpConverterModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgeRouteWebsocketTcpConverterModule to any2stringadd[EdgeRouteWebsocketTcpConverterModule]

    Inherited by implicit conversion StringFormat fromEdgeRouteWebsocketTcpConverterModule to StringFormat[EdgeRouteWebsocketTcpConverterModule]

    Inherited by implicit conversion Ensuring fromEdgeRouteWebsocketTcpConverterModule to Ensuring[EdgeRouteWebsocketTcpConverterModule]

    Inherited by implicit conversion ArrowAssoc fromEdgeRouteWebsocketTcpConverterModule to ArrowAssoc[EdgeRouteWebsocketTcpConverterModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgesHttps$.html b/docs/com/ngrok/services/EdgesHttps$.html index 543904c..9ca92df 100644 --- a/docs/com/ngrok/services/EdgesHttps$.html +++ b/docs/com/ngrok/services/EdgesHttps$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgesHttps

    object EdgesHttps

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgesHttps
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgesHttps

    object EdgesHttps

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgesHttps
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgesHttps.html b/docs/com/ngrok/services/EdgesHttps.html index 5cd8226..158239d 100644 --- a/docs/com/ngrok/services/EdgesHttps.html +++ b/docs/com/ngrok/services/EdgesHttps.html @@ -1,11 +1,13 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgesHttps

    class EdgesHttps extends AnyRef

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgesHttps
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgesHttps toany2stringadd[EdgesHttps] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgesHttps, B)
      Implicit
      This member is added by an implicit conversion from EdgesHttps toArrowAssoc[EdgesHttps] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, hostports: Option[List[String]] = None, mutualTls: Option[EndpointMutualTlsMutate] = None, tlsTermination: Option[EndpointTlsTerminationAtEdge] = None): Future[HttpsEdge]

      Create an HTTPS Edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.

      hostports

      hostports served by this edge

      mutualTls

      edge modules

      tlsTermination

      the value of the tls_termination parameter as a EndpointTlsTerminationAtEdge

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an HTTPS Edge by ID

      Delete an HTTPS Edge by ID

      See also https://ngrok.com/docs/api#api-edges-https-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (EdgesHttps) => Boolean, msg: => Any): EdgesHttps
      Implicit
      This member is added by an implicit conversion from EdgesHttps toEnsuring[EdgesHttps] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EdgesHttps) => Boolean): EdgesHttps
      Implicit
      This member is added by an implicit conversion from EdgesHttps toEnsuring[EdgesHttps] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EdgesHttps
      Implicit
      This member is added by an implicit conversion from EdgesHttps toEnsuring[EdgesHttps] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EdgesHttps
      Implicit
      This member is added by an implicit conversion from EdgesHttps toEnsuring[EdgesHttps] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgesHttps toStringFormat[EdgesHttps] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[HttpsEdge]

      Get an HTTPS Edge by ID

      Get an HTTPS Edge by ID

      See also https://ngrok.com/docs/api#api-edges-https-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[HttpsEdgeList]]

      Returns a list of all HTTPS Edges on this account

      Returns a list of all HTTPS Edges on this account

      See also https://ngrok.com/docs/api#api-edges-https-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, hostports: Option[List[String]] = None, mutualTls: Option[EndpointMutualTlsMutate] = None, tlsTermination: Option[EndpointTlsTerminationAtEdge] = None): Future[HttpsEdge]

      Updates an HTTPS Edge by ID.

      Updates an HTTPS Edge by ID. If a module is not specified in the update, it will +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgesHttps

      class EdgesHttps extends AnyRef

      Linear Supertypes
      Ordering
      1. Alphabetic
      2. By Inheritance
      Inherited
      1. EdgesHttps
      2. AnyRef
      3. Any
      Implicitly
      1. by any2stringadd
      2. by StringFormat
      3. by Ensuring
      4. by ArrowAssoc
      1. Hide All
      2. Show All
      Visibility
      1. Public
      2. Protected

      Value Members

      1. final def !=(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      2. final def ##: Int
        Definition Classes
        AnyRef → Any
      3. def +(other: String): String
        Implicit
        This member is added by an implicit conversion from EdgesHttps toany2stringadd[EdgesHttps] performed by method any2stringadd in scala.Predef.
        Definition Classes
        any2stringadd
      4. def ->[B](y: B): (EdgesHttps, B)
        Implicit
        This member is added by an implicit conversion from EdgesHttps toArrowAssoc[EdgesHttps] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @inline()
      5. final def ==(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      6. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      7. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
      8. def create(description: Option[String] = None, metadata: Option[String] = None, hostports: List[String] = List.empty, mutualTls: Option[EndpointMutualTlsMutate] = None, tlsTermination: Option[EndpointTlsTerminationAtEdge] = None): Future[HttpsEdge]

        Create an HTTPS Edge

        description

        human-readable description of what this edge will be used for; optional, max 255 bytes.

        metadata

        arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.

        hostports

        hostports served by this edge

        mutualTls

        edge modules

        tlsTermination

        the value of the tls_termination parameter as a EndpointTlsTerminationAtEdge

        returns

        a scala.concurrent.Future encapsulating the API call's result

      9. def delete(id: String): Future[Unit]

        Delete an HTTPS Edge by ID

        Delete an HTTPS Edge by ID

        See also https://ngrok.com/docs/api#api-edges-https-delete. +

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      10. def ensuring(cond: (EdgesHttps) => Boolean, msg: => Any): EdgesHttps
        Implicit
        This member is added by an implicit conversion from EdgesHttps toEnsuring[EdgesHttps] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      11. def ensuring(cond: (EdgesHttps) => Boolean): EdgesHttps
        Implicit
        This member is added by an implicit conversion from EdgesHttps toEnsuring[EdgesHttps] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      12. def ensuring(cond: Boolean, msg: => Any): EdgesHttps
        Implicit
        This member is added by an implicit conversion from EdgesHttps toEnsuring[EdgesHttps] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      13. def ensuring(cond: Boolean): EdgesHttps
        Implicit
        This member is added by an implicit conversion from EdgesHttps toEnsuring[EdgesHttps] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      14. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      15. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      16. def finalize(): Unit
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.Throwable])
      17. def get(id: String): Future[HttpsEdge]

        Get an HTTPS Edge by ID

        Get an HTTPS Edge by ID

        See also https://ngrok.com/docs/api#api-edges-https-get. +

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      18. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      19. def hashCode(): Int
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      20. final def isInstanceOf[T0]: Boolean
        Definition Classes
        Any
      21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[HttpsEdgeList]]

        Returns a list of all HTTPS Edges on this account

        Returns a list of all HTTPS Edges on this account

        See also https://ngrok.com/docs/api#api-edges-https-list. +

        beforeId

        the value of the before_id parameter as a scala.Predef.String

        limit

        the value of the limit parameter as a scala.Predef.String

        returns

        a scala.concurrent.Future encapsulating the API call's result

      22. final def ne(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      23. final def notify(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      24. final def notifyAll(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      25. final def synchronized[T0](arg0: => T0): T0
        Definition Classes
        AnyRef
      26. def toString(): String
        Definition Classes
        AnyRef → Any
      27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, hostports: List[String] = List.empty, mutualTls: Option[EndpointMutualTlsMutate] = None, tlsTermination: Option[EndpointTlsTerminationAtEdge] = None): Future[HttpsEdge]

        Updates an HTTPS Edge by ID.

        Updates an HTTPS Edge by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.

        See also https://ngrok.com/docs/api#api-edges-https-update. -

        id

        unique identifier of this edge

        description

        human-readable description of what this edge will be used for; optional, max 255 bytes.

        metadata

        arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.

        hostports

        hostports served by this edge

        mutualTls

        edge modules

        tlsTermination

        the value of the tls_termination parameter as a EndpointTlsTerminationAtEdge

        returns

        a scala.concurrent.Future encapsulating the API call's result

      28. final def wait(): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      29. final def wait(arg0: Long, arg1: Int): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      30. final def wait(arg0: Long): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException]) @native()

      Deprecated Value Members

      1. def [B](y: B): (EdgesHttps, B)
        Implicit
        This member is added by an implicit conversion from EdgesHttps toArrowAssoc[EdgesHttps] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @deprecated
        Deprecated

        (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

      Inherited from AnyRef

      Inherited from Any

      Inherited by implicit conversion any2stringadd fromEdgesHttps to any2stringadd[EdgesHttps]

      Inherited by implicit conversion StringFormat fromEdgesHttps to StringFormat[EdgesHttps]

      Inherited by implicit conversion Ensuring fromEdgesHttps to Ensuring[EdgesHttps]

      Inherited by implicit conversion ArrowAssoc fromEdgesHttps to ArrowAssoc[EdgesHttps]

      Ungrouped

      +

      id

      unique identifier of this edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.

      hostports

      hostports served by this edge

      mutualTls

      edge modules

      tlsTermination

      the value of the tls_termination parameter as a EndpointTlsTerminationAtEdge

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgesHttps toStringFormat[EdgesHttps] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EdgesHttps, B)
      Implicit
      This member is added by an implicit conversion from EdgesHttps toArrowAssoc[EdgesHttps] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgesHttps to any2stringadd[EdgesHttps]

    Inherited by implicit conversion StringFormat fromEdgesHttps to StringFormat[EdgesHttps]

    Inherited by implicit conversion Ensuring fromEdgesHttps to Ensuring[EdgesHttps]

    Inherited by implicit conversion ArrowAssoc fromEdgesHttps to ArrowAssoc[EdgesHttps]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgesHttpsRoutes$.html b/docs/com/ngrok/services/EdgesHttpsRoutes$.html index 8528c40..2953760 100644 --- a/docs/com/ngrok/services/EdgesHttpsRoutes$.html +++ b/docs/com/ngrok/services/EdgesHttpsRoutes$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgesHttpsRoutes

    object EdgesHttpsRoutes

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgesHttpsRoutes
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgesHttpsRoutes

    object EdgesHttpsRoutes

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgesHttpsRoutes
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgesHttpsRoutes.html b/docs/com/ngrok/services/EdgesHttpsRoutes.html index 0e02935..9ac64e6 100644 --- a/docs/com/ngrok/services/EdgesHttpsRoutes.html +++ b/docs/com/ngrok/services/EdgesHttpsRoutes.html @@ -1,10 +1,12 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgesHttpsRoutes

    class EdgesHttpsRoutes extends AnyRef

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgesHttpsRoutes
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgesHttpsRoutes toany2stringadd[EdgesHttpsRoutes] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgesHttpsRoutes, B)
      Implicit
      This member is added by an implicit conversion from EdgesHttpsRoutes toArrowAssoc[EdgesHttpsRoutes] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(edgeId: String, matchType: String, match: String, description: Option[String] = None, metadata: Option[String] = None, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None, circuitBreaker: Option[EndpointCircuitBreaker] = None, compression: Option[EndpointCompression] = None, requestHeaders: Option[EndpointRequestHeaders] = None, responseHeaders: Option[EndpointResponseHeaders] = None, webhookVerification: Option[EndpointWebhookValidation] = None, oauth: Option[EndpointOAuth] = None, saml: Option[EndpointSamlMutate] = None, oidc: Option[EndpointOidc] = None, websocketTcpConverter: Option[EndpointWebsocketTcpConverter] = None): Future[HttpsEdgeRoute]

      Create an HTTPS Edge Route

      Create an HTTPS Edge Route

      See also https://ngrok.com/docs/api#api-edges-https-routes-create. -

      edgeId

      unique identifier of this edge

      matchType

      Type of match to use for this route. Valid values are "exact_path" and "path_prefix".

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      backend

      backend module configuration or null

      ipRestriction

      ip restriction module configuration or null

      circuitBreaker

      circuit breaker module configuration or null

      compression

      compression module configuration or null

      requestHeaders

      request headers module configuration or null

      responseHeaders

      response headers module configuration or null

      webhookVerification

      webhook verification module configuration or null

      oauth

      oauth module configuration or null

      saml

      saml module configuration or null

      oidc

      oidc module configuration or null

      websocketTcpConverter

      websocket to tcp adapter configuration or null

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(edgeId: String, id: String): Future[Unit]

      Delete an HTTPS Edge Route by ID

      Delete an HTTPS Edge Route by ID

      See also https://ngrok.com/docs/api#api-edges-https-routes-delete. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (EdgesHttpsRoutes) => Boolean, msg: => Any): EdgesHttpsRoutes
      Implicit
      This member is added by an implicit conversion from EdgesHttpsRoutes toEnsuring[EdgesHttpsRoutes] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EdgesHttpsRoutes) => Boolean): EdgesHttpsRoutes
      Implicit
      This member is added by an implicit conversion from EdgesHttpsRoutes toEnsuring[EdgesHttpsRoutes] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EdgesHttpsRoutes
      Implicit
      This member is added by an implicit conversion from EdgesHttpsRoutes toEnsuring[EdgesHttpsRoutes] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EdgesHttpsRoutes
      Implicit
      This member is added by an implicit conversion from EdgesHttpsRoutes toEnsuring[EdgesHttpsRoutes] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgesHttpsRoutes toStringFormat[EdgesHttpsRoutes] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(edgeId: String, id: String): Future[HttpsEdgeRoute]

      Get an HTTPS Edge Route by ID

      Get an HTTPS Edge Route by ID

      See also https://ngrok.com/docs/api#api-edges-https-routes-get. -

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(edgeId: String, id: String, matchType: Option[String] = None, match: Option[String] = None, description: Option[String] = None, metadata: Option[String] = None, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None, circuitBreaker: Option[EndpointCircuitBreaker] = None, compression: Option[EndpointCompression] = None, requestHeaders: Option[EndpointRequestHeaders] = None, responseHeaders: Option[EndpointResponseHeaders] = None, webhookVerification: Option[EndpointWebhookValidation] = None, oauth: Option[EndpointOAuth] = None, saml: Option[EndpointSamlMutate] = None, oidc: Option[EndpointOidc] = None, websocketTcpConverter: Option[EndpointWebsocketTcpConverter] = None): Future[HttpsEdgeRoute]

      Updates an HTTPS Edge Route by ID.

      Updates an HTTPS Edge Route by ID. If a module is not specified in the update, +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgesHttpsRoutes

      class EdgesHttpsRoutes extends AnyRef

      Linear Supertypes
      Ordering
      1. Alphabetic
      2. By Inheritance
      Inherited
      1. EdgesHttpsRoutes
      2. AnyRef
      3. Any
      Implicitly
      1. by any2stringadd
      2. by StringFormat
      3. by Ensuring
      4. by ArrowAssoc
      1. Hide All
      2. Show All
      Visibility
      1. Public
      2. Protected

      Value Members

      1. final def !=(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      2. final def ##: Int
        Definition Classes
        AnyRef → Any
      3. def +(other: String): String
        Implicit
        This member is added by an implicit conversion from EdgesHttpsRoutes toany2stringadd[EdgesHttpsRoutes] performed by method any2stringadd in scala.Predef.
        Definition Classes
        any2stringadd
      4. def ->[B](y: B): (EdgesHttpsRoutes, B)
        Implicit
        This member is added by an implicit conversion from EdgesHttpsRoutes toArrowAssoc[EdgesHttpsRoutes] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @inline()
      5. final def ==(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      6. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      7. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
      8. def create(edgeId: String, matchType: String, match: String, description: Option[String] = None, metadata: Option[String] = None, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None, circuitBreaker: Option[EndpointCircuitBreaker] = None, compression: Option[EndpointCompression] = None, requestHeaders: Option[EndpointRequestHeaders] = None, responseHeaders: Option[EndpointResponseHeaders] = None, webhookVerification: Option[EndpointWebhookValidation] = None, oauth: Option[EndpointOAuth] = None, saml: Option[EndpointSamlMutate] = None, oidc: Option[EndpointOidc] = None, websocketTcpConverter: Option[EndpointWebsocketTcpConverter] = None): Future[HttpsEdgeRoute]

        Create an HTTPS Edge Route

        Create an HTTPS Edge Route

        See also https://ngrok.com/docs/api#api-edges-https-routes-create. +

        edgeId

        unique identifier of this edge

        matchType

        Type of match to use for this route. Valid values are "exact_path" and "path_prefix".

        description

        human-readable description of what this edge will be used for; optional, max 255 bytes.

        metadata

        arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

        backend

        backend module configuration or null

        ipRestriction

        ip restriction module configuration or null

        circuitBreaker

        circuit breaker module configuration or null

        compression

        compression module configuration or null

        requestHeaders

        request headers module configuration or null

        responseHeaders

        response headers module configuration or null

        webhookVerification

        webhook verification module configuration or null

        oauth

        oauth module configuration or null

        saml

        saml module configuration or null

        oidc

        oidc module configuration or null

        websocketTcpConverter

        websocket to tcp adapter configuration or null

        returns

        a scala.concurrent.Future encapsulating the API call's result

      9. def delete(edgeId: String, id: String): Future[Unit]

        Delete an HTTPS Edge Route by ID

        Delete an HTTPS Edge Route by ID

        See also https://ngrok.com/docs/api#api-edges-https-routes-delete. +

        edgeId

        unique identifier of this edge

        id

        unique identifier of this edge route

        returns

        a scala.concurrent.Future encapsulating the API call's result

      10. def ensuring(cond: (EdgesHttpsRoutes) => Boolean, msg: => Any): EdgesHttpsRoutes
        Implicit
        This member is added by an implicit conversion from EdgesHttpsRoutes toEnsuring[EdgesHttpsRoutes] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      11. def ensuring(cond: (EdgesHttpsRoutes) => Boolean): EdgesHttpsRoutes
        Implicit
        This member is added by an implicit conversion from EdgesHttpsRoutes toEnsuring[EdgesHttpsRoutes] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      12. def ensuring(cond: Boolean, msg: => Any): EdgesHttpsRoutes
        Implicit
        This member is added by an implicit conversion from EdgesHttpsRoutes toEnsuring[EdgesHttpsRoutes] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      13. def ensuring(cond: Boolean): EdgesHttpsRoutes
        Implicit
        This member is added by an implicit conversion from EdgesHttpsRoutes toEnsuring[EdgesHttpsRoutes] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      14. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      15. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      16. def finalize(): Unit
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.Throwable])
      17. def get(edgeId: String, id: String): Future[HttpsEdgeRoute]

        Get an HTTPS Edge Route by ID

        Get an HTTPS Edge Route by ID

        See also https://ngrok.com/docs/api#api-edges-https-routes-get. +

        edgeId

        unique identifier of this edge

        id

        unique identifier of this edge route

        returns

        a scala.concurrent.Future encapsulating the API call's result

      18. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      19. def hashCode(): Int
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      20. final def isInstanceOf[T0]: Boolean
        Definition Classes
        Any
      21. final def ne(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      22. final def notify(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      23. final def notifyAll(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      24. final def synchronized[T0](arg0: => T0): T0
        Definition Classes
        AnyRef
      25. def toString(): String
        Definition Classes
        AnyRef → Any
      26. def update(edgeId: String, id: String, matchType: Option[String] = None, match: Option[String] = None, description: Option[String] = None, metadata: Option[String] = None, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None, circuitBreaker: Option[EndpointCircuitBreaker] = None, compression: Option[EndpointCompression] = None, requestHeaders: Option[EndpointRequestHeaders] = None, responseHeaders: Option[EndpointResponseHeaders] = None, webhookVerification: Option[EndpointWebhookValidation] = None, oauth: Option[EndpointOAuth] = None, saml: Option[EndpointSamlMutate] = None, oidc: Option[EndpointOidc] = None, websocketTcpConverter: Option[EndpointWebsocketTcpConverter] = None): Future[HttpsEdgeRoute]

        Updates an HTTPS Edge Route by ID.

        Updates an HTTPS Edge Route by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.

        See also https://ngrok.com/docs/api#api-edges-https-routes-update. -

        edgeId

        unique identifier of this edge

        id

        unique identifier of this edge route

        matchType

        Type of match to use for this route. Valid values are "exact_path" and "path_prefix".

        description

        human-readable description of what this edge will be used for; optional, max 255 bytes.

        metadata

        arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

        backend

        backend module configuration or null

        ipRestriction

        ip restriction module configuration or null

        circuitBreaker

        circuit breaker module configuration or null

        compression

        compression module configuration or null

        requestHeaders

        request headers module configuration or null

        responseHeaders

        response headers module configuration or null

        webhookVerification

        webhook verification module configuration or null

        oauth

        oauth module configuration or null

        saml

        saml module configuration or null

        oidc

        oidc module configuration or null

        websocketTcpConverter

        websocket to tcp adapter configuration or null

        returns

        a scala.concurrent.Future encapsulating the API call's result

      27. final def wait(): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      28. final def wait(arg0: Long, arg1: Int): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      29. final def wait(arg0: Long): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException]) @native()

      Deprecated Value Members

      1. def [B](y: B): (EdgesHttpsRoutes, B)
        Implicit
        This member is added by an implicit conversion from EdgesHttpsRoutes toArrowAssoc[EdgesHttpsRoutes] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @deprecated
        Deprecated

        (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

      Inherited from AnyRef

      Inherited from Any

      Inherited by implicit conversion any2stringadd fromEdgesHttpsRoutes to any2stringadd[EdgesHttpsRoutes]

      Inherited by implicit conversion StringFormat fromEdgesHttpsRoutes to StringFormat[EdgesHttpsRoutes]

      Inherited by implicit conversion Ensuring fromEdgesHttpsRoutes to Ensuring[EdgesHttpsRoutes]

      Inherited by implicit conversion ArrowAssoc fromEdgesHttpsRoutes to ArrowAssoc[EdgesHttpsRoutes]

      Ungrouped

      +

      edgeId

      unique identifier of this edge

      id

      unique identifier of this edge route

      matchType

      Type of match to use for this route. Valid values are "exact_path" and "path_prefix".

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      backend

      backend module configuration or null

      ipRestriction

      ip restriction module configuration or null

      circuitBreaker

      circuit breaker module configuration or null

      compression

      compression module configuration or null

      requestHeaders

      request headers module configuration or null

      responseHeaders

      response headers module configuration or null

      webhookVerification

      webhook verification module configuration or null

      oauth

      oauth module configuration or null

      saml

      saml module configuration or null

      oidc

      oidc module configuration or null

      websocketTcpConverter

      websocket to tcp adapter configuration or null

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgesHttpsRoutes toStringFormat[EdgesHttpsRoutes] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EdgesHttpsRoutes, B)
      Implicit
      This member is added by an implicit conversion from EdgesHttpsRoutes toArrowAssoc[EdgesHttpsRoutes] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgesHttpsRoutes to any2stringadd[EdgesHttpsRoutes]

    Inherited by implicit conversion StringFormat fromEdgesHttpsRoutes to StringFormat[EdgesHttpsRoutes]

    Inherited by implicit conversion Ensuring fromEdgesHttpsRoutes to Ensuring[EdgesHttpsRoutes]

    Inherited by implicit conversion ArrowAssoc fromEdgesHttpsRoutes to ArrowAssoc[EdgesHttpsRoutes]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgesTcp$.html b/docs/com/ngrok/services/EdgesTcp$.html index 3b1167b..499444f 100644 --- a/docs/com/ngrok/services/EdgesTcp$.html +++ b/docs/com/ngrok/services/EdgesTcp$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgesTcp

    object EdgesTcp

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgesTcp
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgesTcp

    object EdgesTcp

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgesTcp
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgesTcp.html b/docs/com/ngrok/services/EdgesTcp.html index 8f39b1e..4dffe0f 100644 --- a/docs/com/ngrok/services/EdgesTcp.html +++ b/docs/com/ngrok/services/EdgesTcp.html @@ -1,11 +1,13 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgesTcp

    class EdgesTcp extends AnyRef

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgesTcp
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgesTcp toany2stringadd[EdgesTcp] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgesTcp, B)
      Implicit
      This member is added by an implicit conversion from EdgesTcp toArrowAssoc[EdgesTcp] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, hostports: Option[List[String]] = None, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None): Future[TcpEdge]

      Create a TCP Edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      hostports

      hostports served by this edge

      backend

      edge modules

      ipRestriction

      the value of the ip_restriction parameter as a EndpointIpPolicyMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a TCP Edge by ID

      Delete a TCP Edge by ID

      See also https://ngrok.com/docs/api#api-edges-tcp-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (EdgesTcp) => Boolean, msg: => Any): EdgesTcp
      Implicit
      This member is added by an implicit conversion from EdgesTcp toEnsuring[EdgesTcp] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EdgesTcp) => Boolean): EdgesTcp
      Implicit
      This member is added by an implicit conversion from EdgesTcp toEnsuring[EdgesTcp] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EdgesTcp
      Implicit
      This member is added by an implicit conversion from EdgesTcp toEnsuring[EdgesTcp] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EdgesTcp
      Implicit
      This member is added by an implicit conversion from EdgesTcp toEnsuring[EdgesTcp] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgesTcp toStringFormat[EdgesTcp] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[TcpEdge]

      Get a TCP Edge by ID

      Get a TCP Edge by ID

      See also https://ngrok.com/docs/api#api-edges-tcp-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[TcpEdgeList]]

      Returns a list of all TCP Edges on this account

      Returns a list of all TCP Edges on this account

      See also https://ngrok.com/docs/api#api-edges-tcp-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, hostports: Option[List[String]] = None, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None): Future[TcpEdge]

      Updates a TCP Edge by ID.

      Updates a TCP Edge by ID. If a module is not specified in the update, it will +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgesTcp

      class EdgesTcp extends AnyRef

      Linear Supertypes
      Ordering
      1. Alphabetic
      2. By Inheritance
      Inherited
      1. EdgesTcp
      2. AnyRef
      3. Any
      Implicitly
      1. by any2stringadd
      2. by StringFormat
      3. by Ensuring
      4. by ArrowAssoc
      1. Hide All
      2. Show All
      Visibility
      1. Public
      2. Protected

      Value Members

      1. final def !=(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      2. final def ##: Int
        Definition Classes
        AnyRef → Any
      3. def +(other: String): String
        Implicit
        This member is added by an implicit conversion from EdgesTcp toany2stringadd[EdgesTcp] performed by method any2stringadd in scala.Predef.
        Definition Classes
        any2stringadd
      4. def ->[B](y: B): (EdgesTcp, B)
        Implicit
        This member is added by an implicit conversion from EdgesTcp toArrowAssoc[EdgesTcp] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @inline()
      5. final def ==(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      6. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      7. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
      8. def create(description: Option[String] = None, metadata: Option[String] = None, hostports: List[String] = List.empty, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None): Future[TcpEdge]

        Create a TCP Edge

        description

        human-readable description of what this edge will be used for; optional, max 255 bytes.

        metadata

        arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

        hostports

        hostports served by this edge

        backend

        edge modules

        ipRestriction

        the value of the ip_restriction parameter as a EndpointIpPolicyMutate

        returns

        a scala.concurrent.Future encapsulating the API call's result

      9. def delete(id: String): Future[Unit]

        Delete a TCP Edge by ID

        Delete a TCP Edge by ID

        See also https://ngrok.com/docs/api#api-edges-tcp-delete. +

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      10. def ensuring(cond: (EdgesTcp) => Boolean, msg: => Any): EdgesTcp
        Implicit
        This member is added by an implicit conversion from EdgesTcp toEnsuring[EdgesTcp] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      11. def ensuring(cond: (EdgesTcp) => Boolean): EdgesTcp
        Implicit
        This member is added by an implicit conversion from EdgesTcp toEnsuring[EdgesTcp] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      12. def ensuring(cond: Boolean, msg: => Any): EdgesTcp
        Implicit
        This member is added by an implicit conversion from EdgesTcp toEnsuring[EdgesTcp] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      13. def ensuring(cond: Boolean): EdgesTcp
        Implicit
        This member is added by an implicit conversion from EdgesTcp toEnsuring[EdgesTcp] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      14. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      15. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      16. def finalize(): Unit
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.Throwable])
      17. def get(id: String): Future[TcpEdge]

        Get a TCP Edge by ID

        Get a TCP Edge by ID

        See also https://ngrok.com/docs/api#api-edges-tcp-get. +

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      18. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      19. def hashCode(): Int
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      20. final def isInstanceOf[T0]: Boolean
        Definition Classes
        Any
      21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[TcpEdgeList]]

        Returns a list of all TCP Edges on this account

        Returns a list of all TCP Edges on this account

        See also https://ngrok.com/docs/api#api-edges-tcp-list. +

        beforeId

        the value of the before_id parameter as a scala.Predef.String

        limit

        the value of the limit parameter as a scala.Predef.String

        returns

        a scala.concurrent.Future encapsulating the API call's result

      22. final def ne(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      23. final def notify(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      24. final def notifyAll(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      25. final def synchronized[T0](arg0: => T0): T0
        Definition Classes
        AnyRef
      26. def toString(): String
        Definition Classes
        AnyRef → Any
      27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, hostports: List[String] = List.empty, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None): Future[TcpEdge]

        Updates a TCP Edge by ID.

        Updates a TCP Edge by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.

        See also https://ngrok.com/docs/api#api-edges-tcp-update. -

        id

        unique identifier of this edge

        description

        human-readable description of what this edge will be used for; optional, max 255 bytes.

        metadata

        arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

        hostports

        hostports served by this edge

        backend

        edge modules

        ipRestriction

        the value of the ip_restriction parameter as a EndpointIpPolicyMutate

        returns

        a scala.concurrent.Future encapsulating the API call's result

      28. final def wait(): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      29. final def wait(arg0: Long, arg1: Int): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      30. final def wait(arg0: Long): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException]) @native()

      Deprecated Value Members

      1. def [B](y: B): (EdgesTcp, B)
        Implicit
        This member is added by an implicit conversion from EdgesTcp toArrowAssoc[EdgesTcp] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @deprecated
        Deprecated

        (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

      Inherited from AnyRef

      Inherited from Any

      Inherited by implicit conversion any2stringadd fromEdgesTcp to any2stringadd[EdgesTcp]

      Inherited by implicit conversion StringFormat fromEdgesTcp to StringFormat[EdgesTcp]

      Inherited by implicit conversion Ensuring fromEdgesTcp to Ensuring[EdgesTcp]

      Inherited by implicit conversion ArrowAssoc fromEdgesTcp to ArrowAssoc[EdgesTcp]

      Ungrouped

      +

      id

      unique identifier of this edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      hostports

      hostports served by this edge

      backend

      edge modules

      ipRestriction

      the value of the ip_restriction parameter as a EndpointIpPolicyMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgesTcp toStringFormat[EdgesTcp] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EdgesTcp, B)
      Implicit
      This member is added by an implicit conversion from EdgesTcp toArrowAssoc[EdgesTcp] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgesTcp to any2stringadd[EdgesTcp]

    Inherited by implicit conversion StringFormat fromEdgesTcp to StringFormat[EdgesTcp]

    Inherited by implicit conversion Ensuring fromEdgesTcp to Ensuring[EdgesTcp]

    Inherited by implicit conversion ArrowAssoc fromEdgesTcp to ArrowAssoc[EdgesTcp]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgesTls$.html b/docs/com/ngrok/services/EdgesTls$.html index a08ded8..ee09741 100644 --- a/docs/com/ngrok/services/EdgesTls$.html +++ b/docs/com/ngrok/services/EdgesTls$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgesTls

    object EdgesTls

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgesTls
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgesTls

    object EdgesTls

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgesTls
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EdgesTls.html b/docs/com/ngrok/services/EdgesTls.html index ee19366..cb43f96 100644 --- a/docs/com/ngrok/services/EdgesTls.html +++ b/docs/com/ngrok/services/EdgesTls.html @@ -1,11 +1,13 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EdgesTls

    class EdgesTls extends AnyRef

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EdgesTls
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EdgesTls toany2stringadd[EdgesTls] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EdgesTls, B)
      Implicit
      This member is added by an implicit conversion from EdgesTls toArrowAssoc[EdgesTls] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, hostports: Option[List[String]] = None, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None, mutualTls: Option[EndpointMutualTlsMutate] = None, tlsTermination: Option[EndpointTlsTermination] = None): Future[TlsEdge]

      Create a TLS Edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      hostports

      hostports served by this edge

      backend

      edge modules

      ipRestriction

      the value of the ip_restriction parameter as a EndpointIpPolicyMutate

      mutualTls

      the value of the mutual_tls parameter as a EndpointMutualTlsMutate

      tlsTermination

      the value of the tls_termination parameter as a EndpointTlsTermination

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a TLS Edge by ID

      Delete a TLS Edge by ID

      See also https://ngrok.com/docs/api#api-edges-tls-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (EdgesTls) => Boolean, msg: => Any): EdgesTls
      Implicit
      This member is added by an implicit conversion from EdgesTls toEnsuring[EdgesTls] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EdgesTls) => Boolean): EdgesTls
      Implicit
      This member is added by an implicit conversion from EdgesTls toEnsuring[EdgesTls] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EdgesTls
      Implicit
      This member is added by an implicit conversion from EdgesTls toEnsuring[EdgesTls] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EdgesTls
      Implicit
      This member is added by an implicit conversion from EdgesTls toEnsuring[EdgesTls] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgesTls toStringFormat[EdgesTls] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[TlsEdge]

      Get a TLS Edge by ID

      Get a TLS Edge by ID

      See also https://ngrok.com/docs/api#api-edges-tls-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[TlsEdgeList]]

      Returns a list of all TLS Edges on this account

      Returns a list of all TLS Edges on this account

      See also https://ngrok.com/docs/api#api-edges-tls-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, hostports: Option[List[String]] = None, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None, mutualTls: Option[EndpointMutualTlsMutate] = None, tlsTermination: Option[EndpointTlsTermination] = None): Future[TlsEdge]

      Updates a TLS Edge by ID.

      Updates a TLS Edge by ID. If a module is not specified in the update, it will +ngrok API Documentation (0.7.0) - com.ngrok.services.EdgesTls

      class EdgesTls extends AnyRef

      Linear Supertypes
      Ordering
      1. Alphabetic
      2. By Inheritance
      Inherited
      1. EdgesTls
      2. AnyRef
      3. Any
      Implicitly
      1. by any2stringadd
      2. by StringFormat
      3. by Ensuring
      4. by ArrowAssoc
      1. Hide All
      2. Show All
      Visibility
      1. Public
      2. Protected

      Value Members

      1. final def !=(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      2. final def ##: Int
        Definition Classes
        AnyRef → Any
      3. def +(other: String): String
        Implicit
        This member is added by an implicit conversion from EdgesTls toany2stringadd[EdgesTls] performed by method any2stringadd in scala.Predef.
        Definition Classes
        any2stringadd
      4. def ->[B](y: B): (EdgesTls, B)
        Implicit
        This member is added by an implicit conversion from EdgesTls toArrowAssoc[EdgesTls] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @inline()
      5. final def ==(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      6. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      7. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
      8. def create(description: Option[String] = None, metadata: Option[String] = None, hostports: List[String] = List.empty, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None, mutualTls: Option[EndpointMutualTlsMutate] = None, tlsTermination: Option[EndpointTlsTermination] = None): Future[TlsEdge]

        Create a TLS Edge

        description

        human-readable description of what this edge will be used for; optional, max 255 bytes.

        metadata

        arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

        hostports

        hostports served by this edge

        backend

        edge modules

        ipRestriction

        the value of the ip_restriction parameter as a EndpointIpPolicyMutate

        mutualTls

        the value of the mutual_tls parameter as a EndpointMutualTlsMutate

        tlsTermination

        the value of the tls_termination parameter as a EndpointTlsTermination

        returns

        a scala.concurrent.Future encapsulating the API call's result

      9. def delete(id: String): Future[Unit]

        Delete a TLS Edge by ID

        Delete a TLS Edge by ID

        See also https://ngrok.com/docs/api#api-edges-tls-delete. +

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      10. def ensuring(cond: (EdgesTls) => Boolean, msg: => Any): EdgesTls
        Implicit
        This member is added by an implicit conversion from EdgesTls toEnsuring[EdgesTls] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      11. def ensuring(cond: (EdgesTls) => Boolean): EdgesTls
        Implicit
        This member is added by an implicit conversion from EdgesTls toEnsuring[EdgesTls] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      12. def ensuring(cond: Boolean, msg: => Any): EdgesTls
        Implicit
        This member is added by an implicit conversion from EdgesTls toEnsuring[EdgesTls] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      13. def ensuring(cond: Boolean): EdgesTls
        Implicit
        This member is added by an implicit conversion from EdgesTls toEnsuring[EdgesTls] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      14. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      15. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      16. def finalize(): Unit
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.Throwable])
      17. def get(id: String): Future[TlsEdge]

        Get a TLS Edge by ID

        Get a TLS Edge by ID

        See also https://ngrok.com/docs/api#api-edges-tls-get. +

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      18. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      19. def hashCode(): Int
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      20. final def isInstanceOf[T0]: Boolean
        Definition Classes
        Any
      21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[TlsEdgeList]]

        Returns a list of all TLS Edges on this account

        Returns a list of all TLS Edges on this account

        See also https://ngrok.com/docs/api#api-edges-tls-list. +

        beforeId

        the value of the before_id parameter as a scala.Predef.String

        limit

        the value of the limit parameter as a scala.Predef.String

        returns

        a scala.concurrent.Future encapsulating the API call's result

      22. final def ne(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      23. final def notify(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      24. final def notifyAll(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      25. final def synchronized[T0](arg0: => T0): T0
        Definition Classes
        AnyRef
      26. def toString(): String
        Definition Classes
        AnyRef → Any
      27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, hostports: List[String] = List.empty, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None, mutualTls: Option[EndpointMutualTlsMutate] = None, tlsTermination: Option[EndpointTlsTermination] = None): Future[TlsEdge]

        Updates a TLS Edge by ID.

        Updates a TLS Edge by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.

        See also https://ngrok.com/docs/api#api-edges-tls-update. -

        id

        unique identifier of this edge

        description

        human-readable description of what this edge will be used for; optional, max 255 bytes.

        metadata

        arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

        hostports

        hostports served by this edge

        backend

        edge modules

        ipRestriction

        the value of the ip_restriction parameter as a EndpointIpPolicyMutate

        mutualTls

        the value of the mutual_tls parameter as a EndpointMutualTlsMutate

        tlsTermination

        the value of the tls_termination parameter as a EndpointTlsTermination

        returns

        a scala.concurrent.Future encapsulating the API call's result

      28. final def wait(): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      29. final def wait(arg0: Long, arg1: Int): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      30. final def wait(arg0: Long): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException]) @native()

      Deprecated Value Members

      1. def [B](y: B): (EdgesTls, B)
        Implicit
        This member is added by an implicit conversion from EdgesTls toArrowAssoc[EdgesTls] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @deprecated
        Deprecated

        (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

      Inherited from AnyRef

      Inherited from Any

      Inherited by implicit conversion any2stringadd fromEdgesTls to any2stringadd[EdgesTls]

      Inherited by implicit conversion StringFormat fromEdgesTls to StringFormat[EdgesTls]

      Inherited by implicit conversion Ensuring fromEdgesTls to Ensuring[EdgesTls]

      Inherited by implicit conversion ArrowAssoc fromEdgesTls to ArrowAssoc[EdgesTls]

      Ungrouped

      +

      id

      unique identifier of this edge

      description

      human-readable description of what this edge will be used for; optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

      hostports

      hostports served by this edge

      backend

      edge modules

      ipRestriction

      the value of the ip_restriction parameter as a EndpointIpPolicyMutate

      mutualTls

      the value of the mutual_tls parameter as a EndpointMutualTlsMutate

      tlsTermination

      the value of the tls_termination parameter as a EndpointTlsTermination

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EdgesTls toStringFormat[EdgesTls] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EdgesTls, B)
      Implicit
      This member is added by an implicit conversion from EdgesTls toArrowAssoc[EdgesTls] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEdgesTls to any2stringadd[EdgesTls]

    Inherited by implicit conversion StringFormat fromEdgesTls to StringFormat[EdgesTls]

    Inherited by implicit conversion Ensuring fromEdgesTls to Ensuring[EdgesTls]

    Inherited by implicit conversion ArrowAssoc fromEdgesTls to ArrowAssoc[EdgesTls]

    Ungrouped

    diff --git a/docs/com/ngrok/services/Endpoints$.html b/docs/com/ngrok/services/Endpoints$.html index f670271..9598717 100644 --- a/docs/com/ngrok/services/Endpoints$.html +++ b/docs/com/ngrok/services/Endpoints$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.Endpoints

    object Endpoints

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Endpoints
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.Endpoints

    object Endpoints

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Endpoints
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/Endpoints.html b/docs/com/ngrok/services/Endpoints.html index e93776c..604b35d 100644 --- a/docs/com/ngrok/services/Endpoints.html +++ b/docs/com/ngrok/services/Endpoints.html @@ -1,7 +1,9 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.Endpoints

    class Endpoints extends AnyRef

    Endpoints provides an API for querying the endpoint objects +ngrok API Documentation (0.7.0) - com.ngrok.services.Endpoints

    class Endpoints extends AnyRef

    Endpoints provides an API for querying the endpoint objects which define what tunnel or edge is used to serve a hostport. Only active endpoints associated with a tunnel or backend are returned.

    See also https://ngrok.com/docs/api#api-endpoints. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Endpoints
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Endpoints toany2stringadd[Endpoints] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Endpoints, B)
      Implicit
      This member is added by an implicit conversion from Endpoints toArrowAssoc[Endpoints] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (Endpoints) => Boolean, msg: => Any): Endpoints
      Implicit
      This member is added by an implicit conversion from Endpoints toEnsuring[Endpoints] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (Endpoints) => Boolean): Endpoints
      Implicit
      This member is added by an implicit conversion from Endpoints toEnsuring[Endpoints] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): Endpoints
      Implicit
      This member is added by an implicit conversion from Endpoints toEnsuring[Endpoints] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): Endpoints
      Implicit
      This member is added by an implicit conversion from Endpoints toEnsuring[Endpoints] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Endpoints toStringFormat[Endpoints] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. def get(id: String): Future[Endpoint]

      Get the status of an endpoint by ID

      Get the status of an endpoint by ID

      See also https://ngrok.com/docs/api#api-endpoints-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[EndpointList]]

      List all active endpoints on the account

      List all active endpoints on the account

      See also https://ngrok.com/docs/api#api-endpoints-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (Endpoints, B)
      Implicit
      This member is added by an implicit conversion from Endpoints toArrowAssoc[Endpoints] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpoints to any2stringadd[Endpoints]

    Inherited by implicit conversion StringFormat fromEndpoints to StringFormat[Endpoints]

    Inherited by implicit conversion Ensuring fromEndpoints to Ensuring[Endpoints]

    Inherited by implicit conversion ArrowAssoc fromEndpoints to ArrowAssoc[Endpoints]

    Ungrouped

    +

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Endpoints
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Endpoints toany2stringadd[Endpoints] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Endpoints, B)
      Implicit
      This member is added by an implicit conversion from Endpoints toArrowAssoc[Endpoints] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (Endpoints) => Boolean, msg: => Any): Endpoints
      Implicit
      This member is added by an implicit conversion from Endpoints toEnsuring[Endpoints] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (Endpoints) => Boolean): Endpoints
      Implicit
      This member is added by an implicit conversion from Endpoints toEnsuring[Endpoints] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): Endpoints
      Implicit
      This member is added by an implicit conversion from Endpoints toEnsuring[Endpoints] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): Endpoints
      Implicit
      This member is added by an implicit conversion from Endpoints toEnsuring[Endpoints] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def get(id: String): Future[Endpoint]

      Get the status of an endpoint by ID

      Get the status of an endpoint by ID

      See also https://ngrok.com/docs/api#api-endpoints-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[EndpointList]]

      List all active endpoints on the account

      List all active endpoints on the account

      See also https://ngrok.com/docs/api#api-endpoints-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. def toString(): String
      Definition Classes
      AnyRef → Any
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Endpoints toStringFormat[Endpoints] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (Endpoints, B)
      Implicit
      This member is added by an implicit conversion from Endpoints toArrowAssoc[Endpoints] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEndpoints to any2stringadd[Endpoints]

    Inherited by implicit conversion StringFormat fromEndpoints to StringFormat[Endpoints]

    Inherited by implicit conversion Ensuring fromEndpoints to Ensuring[Endpoints]

    Inherited by implicit conversion ArrowAssoc fromEndpoints to ArrowAssoc[Endpoints]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EventDestinations$.html b/docs/com/ngrok/services/EventDestinations$.html index 8dfa8e3..30a6fb9 100644 --- a/docs/com/ngrok/services/EventDestinations$.html +++ b/docs/com/ngrok/services/EventDestinations$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EventDestinations

    object EventDestinations

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventDestinations
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EventDestinations

    object EventDestinations

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventDestinations
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EventDestinations.html b/docs/com/ngrok/services/EventDestinations.html index 748bcd3..e719a1f 100644 --- a/docs/com/ngrok/services/EventDestinations.html +++ b/docs/com/ngrok/services/EventDestinations.html @@ -1,11 +1,13 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EventDestinations

    class EventDestinations extends AnyRef

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventDestinations
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventDestinations toany2stringadd[EventDestinations] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventDestinations, B)
      Implicit
      This member is added by an implicit conversion from EventDestinations toArrowAssoc[EventDestinations] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(metadata: Option[String] = None, description: Option[String] = None, format: Option[String] = None, target: Option[EventTarget] = None): Future[EventDestination]

      Create a new Event Destination.

      Create a new Event Destination. It will not apply to anything until it is +ngrok API Documentation (0.7.0) - com.ngrok.services.EventDestinations

      class EventDestinations extends AnyRef

      Linear Supertypes
      Ordering
      1. Alphabetic
      2. By Inheritance
      Inherited
      1. EventDestinations
      2. AnyRef
      3. Any
      Implicitly
      1. by any2stringadd
      2. by StringFormat
      3. by Ensuring
      4. by ArrowAssoc
      1. Hide All
      2. Show All
      Visibility
      1. Public
      2. Protected

      Value Members

      1. final def !=(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      2. final def ##: Int
        Definition Classes
        AnyRef → Any
      3. def +(other: String): String
        Implicit
        This member is added by an implicit conversion from EventDestinations toany2stringadd[EventDestinations] performed by method any2stringadd in scala.Predef.
        Definition Classes
        any2stringadd
      4. def ->[B](y: B): (EventDestinations, B)
        Implicit
        This member is added by an implicit conversion from EventDestinations toArrowAssoc[EventDestinations] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @inline()
      5. final def ==(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      6. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      7. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
      8. def create(metadata: Option[String] = None, description: Option[String] = None, format: Option[String] = None, target: Option[EventTarget] = None): Future[EventDestination]

        Create a new Event Destination.

        Create a new Event Destination. It will not apply to anything until it is associated with an Event Stream, and that Event Stream is associated with an Endpoint Config.

        See also https://ngrok.com/docs/api#api-event-destinations-create. -

        metadata

        Arbitrary user-defined machine-readable data of this Event Destination. Optional, max 4096 bytes.

        description

        Human-readable description of the Event Destination. Optional, max 255 bytes.

        format

        The output format you would like to serialize events into when sending to their target. Currently the only accepted value is JSON.

        target

        An object that encapsulates where and how to send your events. An event destination must contain exactly one of the following objects, leaving the rest null: kinesis, firehose, cloudwatch_logs, or s3.

        returns

        a scala.concurrent.Future encapsulating the API call's result

      9. def delete(id: String): Future[Unit]

        Delete an Event Destination.

        Delete an Event Destination. If the Event Destination is still referenced by an +

        metadata

        Arbitrary user-defined machine-readable data of this Event Destination. Optional, max 4096 bytes.

        description

        Human-readable description of the Event Destination. Optional, max 255 bytes.

        format

        The output format you would like to serialize events into when sending to their target. Currently the only accepted value is JSON.

        target

        An object that encapsulates where and how to send your events. An event destination must contain exactly one of the following objects, leaving the rest null: kinesis, firehose, cloudwatch_logs, or s3.

        returns

        a scala.concurrent.Future encapsulating the API call's result

      10. def delete(id: String): Future[Unit]

        Delete an Event Destination.

        Delete an Event Destination. If the Event Destination is still referenced by an Event Subscription.

        See also https://ngrok.com/docs/api#api-event-destinations-delete. -

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      11. def ensuring(cond: (EventDestinations) => Boolean, msg: => Any): EventDestinations
        Implicit
        This member is added by an implicit conversion from EventDestinations toEnsuring[EventDestinations] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      12. def ensuring(cond: (EventDestinations) => Boolean): EventDestinations
        Implicit
        This member is added by an implicit conversion from EventDestinations toEnsuring[EventDestinations] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      13. def ensuring(cond: Boolean, msg: => Any): EventDestinations
        Implicit
        This member is added by an implicit conversion from EventDestinations toEnsuring[EventDestinations] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      14. def ensuring(cond: Boolean): EventDestinations
        Implicit
        This member is added by an implicit conversion from EventDestinations toEnsuring[EventDestinations] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      15. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      16. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      17. def finalize(): Unit
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.Throwable])
      18. def formatted(fmtstr: String): String
        Implicit
        This member is added by an implicit conversion from EventDestinations toStringFormat[EventDestinations] performed by method StringFormat in scala.Predef.
        Definition Classes
        StringFormat
        Annotations
        @inline()
      19. def get(id: String): Future[EventDestination]

        Get detailed information about an Event Destination by ID.

        Get detailed information about an Event Destination by ID.

        See also https://ngrok.com/docs/api#api-event-destinations-get. -

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      20. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      21. def hashCode(): Int
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      22. final def isInstanceOf[T0]: Boolean
        Definition Classes
        Any
      23. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[EventDestinationList]]

        List all Event Destinations on this account.

        List all Event Destinations on this account.

        See also https://ngrok.com/docs/api#api-event-destinations-list. -

        beforeId

        the value of the before_id parameter as a scala.Predef.String

        limit

        the value of the limit parameter as a scala.Predef.String

        returns

        a scala.concurrent.Future encapsulating the API call's result

      24. final def ne(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      25. final def notify(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      26. final def notifyAll(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      27. final def synchronized[T0](arg0: => T0): T0
        Definition Classes
        AnyRef
      28. def toString(): String
        Definition Classes
        AnyRef → Any
      29. def update(id: String, metadata: Option[String] = None, description: Option[String] = None, format: Option[String] = None, target: Option[EventTarget] = None): Future[EventDestination]

        Update attributes of an Event Destination.

        Update attributes of an Event Destination.

        See also https://ngrok.com/docs/api#api-event-destinations-update. -

        id

        Unique identifier for this Event Destination.

        metadata

        Arbitrary user-defined machine-readable data of this Event Destination. Optional, max 4096 bytes.

        description

        Human-readable description of the Event Destination. Optional, max 255 bytes.

        format

        The output format you would like to serialize events into when sending to their target. Currently the only accepted value is JSON.

        target

        An object that encapsulates where and how to send your events. An event destination must contain exactly one of the following objects, leaving the rest null: kinesis, firehose, cloudwatch_logs, or s3.

        returns

        a scala.concurrent.Future encapsulating the API call's result

      30. final def wait(): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      31. final def wait(arg0: Long, arg1: Int): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      32. final def wait(arg0: Long): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException]) @native()

      Deprecated Value Members

      1. def [B](y: B): (EventDestinations, B)
        Implicit
        This member is added by an implicit conversion from EventDestinations toArrowAssoc[EventDestinations] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @deprecated
        Deprecated

        (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

      Inherited from AnyRef

      Inherited from Any

      Inherited by implicit conversion any2stringadd fromEventDestinations to any2stringadd[EventDestinations]

      Inherited by implicit conversion StringFormat fromEventDestinations to StringFormat[EventDestinations]

      Inherited by implicit conversion Ensuring fromEventDestinations to Ensuring[EventDestinations]

      Inherited by implicit conversion ArrowAssoc fromEventDestinations to ArrowAssoc[EventDestinations]

      Ungrouped

      +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (EventDestinations) => Boolean, msg: => Any): EventDestinations
      Implicit
      This member is added by an implicit conversion from EventDestinations toEnsuring[EventDestinations] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (EventDestinations) => Boolean): EventDestinations
      Implicit
      This member is added by an implicit conversion from EventDestinations toEnsuring[EventDestinations] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): EventDestinations
      Implicit
      This member is added by an implicit conversion from EventDestinations toEnsuring[EventDestinations] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): EventDestinations
      Implicit
      This member is added by an implicit conversion from EventDestinations toEnsuring[EventDestinations] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(id: String): Future[EventDestination]

      Get detailed information about an Event Destination by ID.

      Get detailed information about an Event Destination by ID.

      See also https://ngrok.com/docs/api#api-event-destinations-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[EventDestinationList]]

      List all Event Destinations on this account.

      List all Event Destinations on this account.

      See also https://ngrok.com/docs/api#api-event-destinations-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. def update(id: String, metadata: Option[String] = None, description: Option[String] = None, format: Option[String] = None, target: Option[EventTarget] = None): Future[EventDestination]

      Update attributes of an Event Destination.

      Update attributes of an Event Destination.

      See also https://ngrok.com/docs/api#api-event-destinations-update. +

      id

      Unique identifier for this Event Destination.

      metadata

      Arbitrary user-defined machine-readable data of this Event Destination. Optional, max 4096 bytes.

      description

      Human-readable description of the Event Destination. Optional, max 255 bytes.

      format

      The output format you would like to serialize events into when sending to their target. Currently the only accepted value is JSON.

      target

      An object that encapsulates where and how to send your events. An event destination must contain exactly one of the following objects, leaving the rest null: kinesis, firehose, cloudwatch_logs, or s3.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventDestinations toStringFormat[EventDestinations] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EventDestinations, B)
      Implicit
      This member is added by an implicit conversion from EventDestinations toArrowAssoc[EventDestinations] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventDestinations to any2stringadd[EventDestinations]

    Inherited by implicit conversion StringFormat fromEventDestinations to StringFormat[EventDestinations]

    Inherited by implicit conversion Ensuring fromEventDestinations to Ensuring[EventDestinations]

    Inherited by implicit conversion ArrowAssoc fromEventDestinations to ArrowAssoc[EventDestinations]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EventSources$.html b/docs/com/ngrok/services/EventSources$.html index 87e4c79..fdf4a52 100644 --- a/docs/com/ngrok/services/EventSources$.html +++ b/docs/com/ngrok/services/EventSources$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EventSources

    object EventSources

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSources
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EventSources

    object EventSources

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSources
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EventSources.html b/docs/com/ngrok/services/EventSources.html index 9dd4313..243853c 100644 --- a/docs/com/ngrok/services/EventSources.html +++ b/docs/com/ngrok/services/EventSources.html @@ -1,8 +1,10 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EventSources

    class EventSources extends AnyRef

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSources
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventSources toany2stringadd[EventSources] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventSources, B)
      Implicit
      This member is added by an implicit conversion from EventSources toArrowAssoc[EventSources] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(subscriptionId: String, type: Option[String] = None): Future[EventSource]

      Add an additional type for which this event subscription will trigger

      Add an additional type for which this event subscription will trigger

      See also https://ngrok.com/docs/api#api-event-sources-create. -

      subscriptionId

      The unique identifier for the Event Subscription that this Event Source is attached to.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(subscriptionId: String, type: String): Future[Unit]

      Remove a type for which this event subscription will trigger

      Remove a type for which this event subscription will trigger

      See also https://ngrok.com/docs/api#api-event-sources-delete. -

      subscriptionId

      The unique identifier for the Event Subscription that this Event Source is attached to.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (EventSources) => Boolean, msg: => Any): EventSources
      Implicit
      This member is added by an implicit conversion from EventSources toEnsuring[EventSources] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EventSources) => Boolean): EventSources
      Implicit
      This member is added by an implicit conversion from EventSources toEnsuring[EventSources] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EventSources
      Implicit
      This member is added by an implicit conversion from EventSources toEnsuring[EventSources] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EventSources
      Implicit
      This member is added by an implicit conversion from EventSources toEnsuring[EventSources] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventSources toStringFormat[EventSources] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(subscriptionId: String, type: String): Future[EventSource]

      Get the details for a given type that triggers for the given event subscription

      Get the details for a given type that triggers for the given event subscription

      See also https://ngrok.com/docs/api#api-event-sources-get. -

      subscriptionId

      The unique identifier for the Event Subscription that this Event Source is attached to.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(subscriptionId: String): Future[EventSourceList]

      List the types for which this event subscription will trigger

      List the types for which this event subscription will trigger

      See also https://ngrok.com/docs/api#api-event-sources-list. -

      subscriptionId

      The unique identifier for the Event Subscription that this Event Source is attached to.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(subscriptionId: String, type: String): Future[EventSource]

      Update the type for which this event subscription will trigger

      Update the type for which this event subscription will trigger

      See also https://ngrok.com/docs/api#api-event-sources-update. -

      subscriptionId

      The unique identifier for the Event Subscription that this Event Source is attached to.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EventSources, B)
      Implicit
      This member is added by an implicit conversion from EventSources toArrowAssoc[EventSources] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventSources to any2stringadd[EventSources]

    Inherited by implicit conversion StringFormat fromEventSources to StringFormat[EventSources]

    Inherited by implicit conversion Ensuring fromEventSources to Ensuring[EventSources]

    Inherited by implicit conversion ArrowAssoc fromEventSources to ArrowAssoc[EventSources]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EventSources

    class EventSources extends AnyRef

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSources
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventSources toany2stringadd[EventSources] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventSources, B)
      Implicit
      This member is added by an implicit conversion from EventSources toArrowAssoc[EventSources] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(subscriptionId: String, type: Option[String] = None): Future[EventSource]

      Add an additional type for which this event subscription will trigger

      Add an additional type for which this event subscription will trigger

      See also https://ngrok.com/docs/api#api-event-sources-create. +

      subscriptionId

      The unique identifier for the Event Subscription that this Event Source is attached to.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(subscriptionId: String, type: String): Future[Unit]

      Remove a type for which this event subscription will trigger

      Remove a type for which this event subscription will trigger

      See also https://ngrok.com/docs/api#api-event-sources-delete. +

      subscriptionId

      The unique identifier for the Event Subscription that this Event Source is attached to.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (EventSources) => Boolean, msg: => Any): EventSources
      Implicit
      This member is added by an implicit conversion from EventSources toEnsuring[EventSources] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EventSources) => Boolean): EventSources
      Implicit
      This member is added by an implicit conversion from EventSources toEnsuring[EventSources] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EventSources
      Implicit
      This member is added by an implicit conversion from EventSources toEnsuring[EventSources] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EventSources
      Implicit
      This member is added by an implicit conversion from EventSources toEnsuring[EventSources] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(subscriptionId: String, type: String): Future[EventSource]

      Get the details for a given type that triggers for the given event subscription

      Get the details for a given type that triggers for the given event subscription

      See also https://ngrok.com/docs/api#api-event-sources-get. +

      subscriptionId

      The unique identifier for the Event Subscription that this Event Source is attached to.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(subscriptionId: String): Future[EventSourceList]

      List the types for which this event subscription will trigger

      List the types for which this event subscription will trigger

      See also https://ngrok.com/docs/api#api-event-sources-list. +

      subscriptionId

      The unique identifier for the Event Subscription that this Event Source is attached to.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(subscriptionId: String, type: String): Future[EventSource]

      Update the type for which this event subscription will trigger

      Update the type for which this event subscription will trigger

      See also https://ngrok.com/docs/api#api-event-sources-update. +

      subscriptionId

      The unique identifier for the Event Subscription that this Event Source is attached to.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventSources toStringFormat[EventSources] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EventSources, B)
      Implicit
      This member is added by an implicit conversion from EventSources toArrowAssoc[EventSources] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventSources to any2stringadd[EventSources]

    Inherited by implicit conversion StringFormat fromEventSources to StringFormat[EventSources]

    Inherited by implicit conversion Ensuring fromEventSources to Ensuring[EventSources]

    Inherited by implicit conversion ArrowAssoc fromEventSources to ArrowAssoc[EventSources]

    Ungrouped

    diff --git a/docs/com/ngrok/services/EventSubscriptions$.html b/docs/com/ngrok/services/EventSubscriptions$.html index 61a949a..2e578f6 100644 --- a/docs/com/ngrok/services/EventSubscriptions$.html +++ b/docs/com/ngrok/services/EventSubscriptions$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EventSubscriptions

    object EventSubscriptions

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSubscriptions
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EventSubscriptions

    object EventSubscriptions

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSubscriptions
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/EventSubscriptions.html b/docs/com/ngrok/services/EventSubscriptions.html index 387d076..a1ef155 100644 --- a/docs/com/ngrok/services/EventSubscriptions.html +++ b/docs/com/ngrok/services/EventSubscriptions.html @@ -1,8 +1,10 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.EventSubscriptions

    class EventSubscriptions extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSubscriptions
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toany2stringadd[EventSubscriptions] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventSubscriptions, B)
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toArrowAssoc[EventSubscriptions] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(metadata: Option[String] = None, description: Option[String] = None, sources: Option[List[EventSourceReplace]] = None, destinationIds: Option[List[String]] = None): Future[EventSubscription]

      Create an Event Subscription.

      Create an Event Subscription.

      See also https://ngrok.com/docs/api#api-event-subscriptions-create. -

      metadata

      Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.

      description

      Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.

      sources

      Sources containing the types for which this event subscription will trigger

      destinationIds

      A list of Event Destination IDs which should be used for this Event Subscription.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an Event Subscription.

      Delete an Event Subscription.

      See also https://ngrok.com/docs/api#api-event-subscriptions-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (EventSubscriptions) => Boolean, msg: => Any): EventSubscriptions
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toEnsuring[EventSubscriptions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EventSubscriptions) => Boolean): EventSubscriptions
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toEnsuring[EventSubscriptions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EventSubscriptions
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toEnsuring[EventSubscriptions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EventSubscriptions
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toEnsuring[EventSubscriptions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toStringFormat[EventSubscriptions] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[EventSubscription]

      Get an Event Subscription by ID.

      Get an Event Subscription by ID.

      See also https://ngrok.com/docs/api#api-event-subscriptions-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[EventSubscriptionList]]

      List this Account's Event Subscriptions.

      List this Account's Event Subscriptions.

      See also https://ngrok.com/docs/api#api-event-subscriptions-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, metadata: Option[String] = None, description: Option[String] = None, sources: Option[List[EventSourceReplace]] = None, destinationIds: Option[List[String]] = None): Future[EventSubscription]

      Update an Event Subscription.

      Update an Event Subscription.

      See also https://ngrok.com/docs/api#api-event-subscriptions-update. -

      id

      Unique identifier for this Event Subscription.

      metadata

      Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.

      description

      Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.

      sources

      Sources containing the types for which this event subscription will trigger

      destinationIds

      A list of Event Destination IDs which should be used for this Event Subscription.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (EventSubscriptions, B)
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toArrowAssoc[EventSubscriptions] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventSubscriptions to any2stringadd[EventSubscriptions]

    Inherited by implicit conversion StringFormat fromEventSubscriptions to StringFormat[EventSubscriptions]

    Inherited by implicit conversion Ensuring fromEventSubscriptions to Ensuring[EventSubscriptions]

    Inherited by implicit conversion ArrowAssoc fromEventSubscriptions to ArrowAssoc[EventSubscriptions]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.EventSubscriptions

    class EventSubscriptions extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. EventSubscriptions
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toany2stringadd[EventSubscriptions] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (EventSubscriptions, B)
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toArrowAssoc[EventSubscriptions] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(metadata: Option[String] = None, description: Option[String] = None, sources: List[EventSourceReplace] = List.empty, destinationIds: List[String] = List.empty): Future[EventSubscription]

      Create an Event Subscription.

      Create an Event Subscription.

      See also https://ngrok.com/docs/api#api-event-subscriptions-create. +

      metadata

      Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.

      description

      Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.

      sources

      Sources containing the types for which this event subscription will trigger

      destinationIds

      A list of Event Destination IDs which should be used for this Event Subscription.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an Event Subscription.

      Delete an Event Subscription.

      See also https://ngrok.com/docs/api#api-event-subscriptions-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (EventSubscriptions) => Boolean, msg: => Any): EventSubscriptions
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toEnsuring[EventSubscriptions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (EventSubscriptions) => Boolean): EventSubscriptions
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toEnsuring[EventSubscriptions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): EventSubscriptions
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toEnsuring[EventSubscriptions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): EventSubscriptions
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toEnsuring[EventSubscriptions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(id: String): Future[EventSubscription]

      Get an Event Subscription by ID.

      Get an Event Subscription by ID.

      See also https://ngrok.com/docs/api#api-event-subscriptions-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[EventSubscriptionList]]

      List this Account's Event Subscriptions.

      List this Account's Event Subscriptions.

      See also https://ngrok.com/docs/api#api-event-subscriptions-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(id: String, metadata: Option[String] = None, description: Option[String] = None, sources: List[EventSourceReplace] = List.empty, destinationIds: List[String] = List.empty): Future[EventSubscription]

      Update an Event Subscription.

      Update an Event Subscription.

      See also https://ngrok.com/docs/api#api-event-subscriptions-update. +

      id

      Unique identifier for this Event Subscription.

      metadata

      Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.

      description

      Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.

      sources

      Sources containing the types for which this event subscription will trigger

      destinationIds

      A list of Event Destination IDs which should be used for this Event Subscription.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toStringFormat[EventSubscriptions] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (EventSubscriptions, B)
      Implicit
      This member is added by an implicit conversion from EventSubscriptions toArrowAssoc[EventSubscriptions] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromEventSubscriptions to any2stringadd[EventSubscriptions]

    Inherited by implicit conversion StringFormat fromEventSubscriptions to StringFormat[EventSubscriptions]

    Inherited by implicit conversion Ensuring fromEventSubscriptions to Ensuring[EventSubscriptions]

    Inherited by implicit conversion ArrowAssoc fromEventSubscriptions to ArrowAssoc[EventSubscriptions]

    Ungrouped

    diff --git a/docs/com/ngrok/services/FailoverBackends$.html b/docs/com/ngrok/services/FailoverBackends$.html index 0a42db9..4714b64 100644 --- a/docs/com/ngrok/services/FailoverBackends$.html +++ b/docs/com/ngrok/services/FailoverBackends$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.FailoverBackends

    object FailoverBackends

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. FailoverBackends
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.FailoverBackends

    object FailoverBackends

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. FailoverBackends
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/FailoverBackends.html b/docs/com/ngrok/services/FailoverBackends.html index 467c348..15a7653 100644 --- a/docs/com/ngrok/services/FailoverBackends.html +++ b/docs/com/ngrok/services/FailoverBackends.html @@ -1,11 +1,13 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.FailoverBackends

    class FailoverBackends extends AnyRef

    A Failover backend defines failover behavior within a list of referenced +ngrok API Documentation (0.7.0) - com.ngrok.services.FailoverBackends

    class FailoverBackends extends AnyRef

    A Failover backend defines failover behavior within a list of referenced backends. Traffic is sent to the first backend in the list. If that backend is offline or no connection can be established, ngrok attempts to connect to the next backend in the list until one is successful.

    See also https://ngrok.com/docs/api#api-failover-backends. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. FailoverBackends
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from FailoverBackends toany2stringadd[FailoverBackends] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (FailoverBackends, B)
      Implicit
      This member is added by an implicit conversion from FailoverBackends toArrowAssoc[FailoverBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, backends: Option[List[String]] = None): Future[FailoverBackend]

      Create a new Failover backend

      Create a new Failover backend

      See also https://ngrok.com/docs/api#api-failover-backends-create. -

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends in order

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a Failover backend by ID.

      Delete a Failover backend by ID.

      See also https://ngrok.com/docs/api#api-failover-backends-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (FailoverBackends) => Boolean, msg: => Any): FailoverBackends
      Implicit
      This member is added by an implicit conversion from FailoverBackends toEnsuring[FailoverBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (FailoverBackends) => Boolean): FailoverBackends
      Implicit
      This member is added by an implicit conversion from FailoverBackends toEnsuring[FailoverBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): FailoverBackends
      Implicit
      This member is added by an implicit conversion from FailoverBackends toEnsuring[FailoverBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): FailoverBackends
      Implicit
      This member is added by an implicit conversion from FailoverBackends toEnsuring[FailoverBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from FailoverBackends toStringFormat[FailoverBackends] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[FailoverBackend]

      Get detailed information about a Failover backend by ID

      Get detailed information about a Failover backend by ID

      See also https://ngrok.com/docs/api#api-failover-backends-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[FailoverBackendList]]

      List all Failover backends on this account

      List all Failover backends on this account

      See also https://ngrok.com/docs/api#api-failover-backends-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, backends: Option[List[String]] = None): Future[FailoverBackend]

      Update Failover backend by ID

      Update Failover backend by ID

      See also https://ngrok.com/docs/api#api-failover-backends-update. -

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends in order

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (FailoverBackends, B)
      Implicit
      This member is added by an implicit conversion from FailoverBackends toArrowAssoc[FailoverBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromFailoverBackends to any2stringadd[FailoverBackends]

    Inherited by implicit conversion StringFormat fromFailoverBackends to StringFormat[FailoverBackends]

    Inherited by implicit conversion Ensuring fromFailoverBackends to Ensuring[FailoverBackends]

    Inherited by implicit conversion ArrowAssoc fromFailoverBackends to ArrowAssoc[FailoverBackends]

    Ungrouped

    +

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. FailoverBackends
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from FailoverBackends toany2stringadd[FailoverBackends] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (FailoverBackends, B)
      Implicit
      This member is added by an implicit conversion from FailoverBackends toArrowAssoc[FailoverBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, backends: List[String] = List.empty): Future[FailoverBackend]

      Create a new Failover backend

      Create a new Failover backend

      See also https://ngrok.com/docs/api#api-failover-backends-create. +

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends in order

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a Failover backend by ID.

      Delete a Failover backend by ID.

      See also https://ngrok.com/docs/api#api-failover-backends-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (FailoverBackends) => Boolean, msg: => Any): FailoverBackends
      Implicit
      This member is added by an implicit conversion from FailoverBackends toEnsuring[FailoverBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (FailoverBackends) => Boolean): FailoverBackends
      Implicit
      This member is added by an implicit conversion from FailoverBackends toEnsuring[FailoverBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): FailoverBackends
      Implicit
      This member is added by an implicit conversion from FailoverBackends toEnsuring[FailoverBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): FailoverBackends
      Implicit
      This member is added by an implicit conversion from FailoverBackends toEnsuring[FailoverBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(id: String): Future[FailoverBackend]

      Get detailed information about a Failover backend by ID

      Get detailed information about a Failover backend by ID

      See also https://ngrok.com/docs/api#api-failover-backends-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[FailoverBackendList]]

      List all Failover backends on this account

      List all Failover backends on this account

      See also https://ngrok.com/docs/api#api-failover-backends-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, backends: List[String] = List.empty): Future[FailoverBackend]

      Update Failover backend by ID

      Update Failover backend by ID

      See also https://ngrok.com/docs/api#api-failover-backends-update. +

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends in order

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from FailoverBackends toStringFormat[FailoverBackends] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (FailoverBackends, B)
      Implicit
      This member is added by an implicit conversion from FailoverBackends toArrowAssoc[FailoverBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromFailoverBackends to any2stringadd[FailoverBackends]

    Inherited by implicit conversion StringFormat fromFailoverBackends to StringFormat[FailoverBackends]

    Inherited by implicit conversion Ensuring fromFailoverBackends to Ensuring[FailoverBackends]

    Inherited by implicit conversion ArrowAssoc fromFailoverBackends to ArrowAssoc[FailoverBackends]

    Ungrouped

    diff --git a/docs/com/ngrok/services/HttpResponseBackends$.html b/docs/com/ngrok/services/HttpResponseBackends$.html index 6ff809e..717afe1 100644 --- a/docs/com/ngrok/services/HttpResponseBackends$.html +++ b/docs/com/ngrok/services/HttpResponseBackends$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.HttpResponseBackends

    object HttpResponseBackends

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpResponseBackends
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.HttpResponseBackends

    object HttpResponseBackends

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpResponseBackends
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/HttpResponseBackends.html b/docs/com/ngrok/services/HttpResponseBackends.html index 979f379..0bc9a63 100644 --- a/docs/com/ngrok/services/HttpResponseBackends.html +++ b/docs/com/ngrok/services/HttpResponseBackends.html @@ -1,8 +1,10 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.HttpResponseBackends

    class HttpResponseBackends extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpResponseBackends
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toany2stringadd[HttpResponseBackends] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpResponseBackends, B)
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toArrowAssoc[HttpResponseBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, body: Option[String] = None, headers: Option[Map[String, String]] = None, statusCode: Option[Int] = None): Future[HttpResponseBackend]

      Sends an API request for the Create operation.

      Sends an API request for the Create operation.

      See also https://ngrok.com/docs/api#api-http-response-backends-create. -

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      body

      body to return as fixed content

      headers

      headers to return

      statusCode

      status code to return

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-http-response-backends-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (HttpResponseBackends) => Boolean, msg: => Any): HttpResponseBackends
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toEnsuring[HttpResponseBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (HttpResponseBackends) => Boolean): HttpResponseBackends
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toEnsuring[HttpResponseBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): HttpResponseBackends
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toEnsuring[HttpResponseBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): HttpResponseBackends
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toEnsuring[HttpResponseBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toStringFormat[HttpResponseBackends] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[HttpResponseBackend]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-http-response-backends-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[HttpResponseBackendList]]

      Sends an API request for the List operation.

      Sends an API request for the List operation.

      See also https://ngrok.com/docs/api#api-http-response-backends-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, body: Option[String] = None, headers: Option[Map[String, String]] = None, statusCode: Option[Int] = None): Future[HttpResponseBackend]

      Sends an API request for the Update operation.

      Sends an API request for the Update operation.

      See also https://ngrok.com/docs/api#api-http-response-backends-update. -

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      body

      body to return as fixed content

      headers

      headers to return

      statusCode

      status code to return

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (HttpResponseBackends, B)
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toArrowAssoc[HttpResponseBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpResponseBackends to any2stringadd[HttpResponseBackends]

    Inherited by implicit conversion StringFormat fromHttpResponseBackends to StringFormat[HttpResponseBackends]

    Inherited by implicit conversion Ensuring fromHttpResponseBackends to Ensuring[HttpResponseBackends]

    Inherited by implicit conversion ArrowAssoc fromHttpResponseBackends to ArrowAssoc[HttpResponseBackends]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.HttpResponseBackends

    class HttpResponseBackends extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpResponseBackends
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toany2stringadd[HttpResponseBackends] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpResponseBackends, B)
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toArrowAssoc[HttpResponseBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, body: Option[String] = None, headers: Map[String, String] = Map.empty, statusCode: Option[Int] = None): Future[HttpResponseBackend]

      Sends an API request for the Create operation.

      Sends an API request for the Create operation.

      See also https://ngrok.com/docs/api#api-http-response-backends-create. +

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      body

      body to return as fixed content

      headers

      headers to return

      statusCode

      status code to return

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-http-response-backends-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (HttpResponseBackends) => Boolean, msg: => Any): HttpResponseBackends
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toEnsuring[HttpResponseBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (HttpResponseBackends) => Boolean): HttpResponseBackends
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toEnsuring[HttpResponseBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): HttpResponseBackends
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toEnsuring[HttpResponseBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): HttpResponseBackends
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toEnsuring[HttpResponseBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(id: String): Future[HttpResponseBackend]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-http-response-backends-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[HttpResponseBackendList]]

      Sends an API request for the List operation.

      Sends an API request for the List operation.

      See also https://ngrok.com/docs/api#api-http-response-backends-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, body: Option[String] = None, headers: Map[String, String] = Map.empty, statusCode: Option[Int] = None): Future[HttpResponseBackend]

      Sends an API request for the Update operation.

      Sends an API request for the Update operation.

      See also https://ngrok.com/docs/api#api-http-response-backends-update. +

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      body

      body to return as fixed content

      headers

      headers to return

      statusCode

      status code to return

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toStringFormat[HttpResponseBackends] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (HttpResponseBackends, B)
      Implicit
      This member is added by an implicit conversion from HttpResponseBackends toArrowAssoc[HttpResponseBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpResponseBackends to any2stringadd[HttpResponseBackends]

    Inherited by implicit conversion StringFormat fromHttpResponseBackends to StringFormat[HttpResponseBackends]

    Inherited by implicit conversion Ensuring fromHttpResponseBackends to Ensuring[HttpResponseBackends]

    Inherited by implicit conversion ArrowAssoc fromHttpResponseBackends to ArrowAssoc[HttpResponseBackends]

    Ungrouped

    diff --git a/docs/com/ngrok/services/HttpsEdgeMutualTlsModule$.html b/docs/com/ngrok/services/HttpsEdgeMutualTlsModule$.html index 330eb3f..f509ad1 100644 --- a/docs/com/ngrok/services/HttpsEdgeMutualTlsModule$.html +++ b/docs/com/ngrok/services/HttpsEdgeMutualTlsModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.HttpsEdgeMutualTlsModule

    object HttpsEdgeMutualTlsModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeMutualTlsModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.HttpsEdgeMutualTlsModule

    object HttpsEdgeMutualTlsModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeMutualTlsModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/HttpsEdgeMutualTlsModule.html b/docs/com/ngrok/services/HttpsEdgeMutualTlsModule.html index 660cfb8..789a7f5 100644 --- a/docs/com/ngrok/services/HttpsEdgeMutualTlsModule.html +++ b/docs/com/ngrok/services/HttpsEdgeMutualTlsModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.HttpsEdgeMutualTlsModule

    class HttpsEdgeMutualTlsModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeMutualTlsModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toany2stringadd[HttpsEdgeMutualTlsModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpsEdgeMutualTlsModule, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toArrowAssoc[HttpsEdgeMutualTlsModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-https-edge-mutual-tls-module-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (HttpsEdgeMutualTlsModule) => Boolean, msg: => Any): HttpsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toEnsuring[HttpsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (HttpsEdgeMutualTlsModule) => Boolean): HttpsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toEnsuring[HttpsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): HttpsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toEnsuring[HttpsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): HttpsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toEnsuring[HttpsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toStringFormat[HttpsEdgeMutualTlsModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(id: String): Future[EndpointMutualTls]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-https-edge-mutual-tls-module-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(id: String, module: Option[EndpointMutualTlsMutate] = None): Future[EndpointMutualTls]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-https-edge-mutual-tls-module-replace. -

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointMutualTlsMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (HttpsEdgeMutualTlsModule, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toArrowAssoc[HttpsEdgeMutualTlsModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpsEdgeMutualTlsModule to any2stringadd[HttpsEdgeMutualTlsModule]

    Inherited by implicit conversion StringFormat fromHttpsEdgeMutualTlsModule to StringFormat[HttpsEdgeMutualTlsModule]

    Inherited by implicit conversion Ensuring fromHttpsEdgeMutualTlsModule to Ensuring[HttpsEdgeMutualTlsModule]

    Inherited by implicit conversion ArrowAssoc fromHttpsEdgeMutualTlsModule to ArrowAssoc[HttpsEdgeMutualTlsModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.HttpsEdgeMutualTlsModule

    class HttpsEdgeMutualTlsModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeMutualTlsModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toany2stringadd[HttpsEdgeMutualTlsModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpsEdgeMutualTlsModule, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toArrowAssoc[HttpsEdgeMutualTlsModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-https-edge-mutual-tls-module-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (HttpsEdgeMutualTlsModule) => Boolean, msg: => Any): HttpsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toEnsuring[HttpsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (HttpsEdgeMutualTlsModule) => Boolean): HttpsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toEnsuring[HttpsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): HttpsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toEnsuring[HttpsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): HttpsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toEnsuring[HttpsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(id: String): Future[EndpointMutualTls]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-https-edge-mutual-tls-module-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(id: String, module: Option[EndpointMutualTlsMutate] = None): Future[EndpointMutualTls]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-https-edge-mutual-tls-module-replace. +

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointMutualTlsMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toStringFormat[HttpsEdgeMutualTlsModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (HttpsEdgeMutualTlsModule, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeMutualTlsModule toArrowAssoc[HttpsEdgeMutualTlsModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpsEdgeMutualTlsModule to any2stringadd[HttpsEdgeMutualTlsModule]

    Inherited by implicit conversion StringFormat fromHttpsEdgeMutualTlsModule to StringFormat[HttpsEdgeMutualTlsModule]

    Inherited by implicit conversion Ensuring fromHttpsEdgeMutualTlsModule to Ensuring[HttpsEdgeMutualTlsModule]

    Inherited by implicit conversion ArrowAssoc fromHttpsEdgeMutualTlsModule to ArrowAssoc[HttpsEdgeMutualTlsModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/HttpsEdgeTlsTerminationModule$.html b/docs/com/ngrok/services/HttpsEdgeTlsTerminationModule$.html index 53ecb11..c8fb858 100644 --- a/docs/com/ngrok/services/HttpsEdgeTlsTerminationModule$.html +++ b/docs/com/ngrok/services/HttpsEdgeTlsTerminationModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.HttpsEdgeTlsTerminationModule

    object HttpsEdgeTlsTerminationModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeTlsTerminationModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.HttpsEdgeTlsTerminationModule

    object HttpsEdgeTlsTerminationModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeTlsTerminationModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/HttpsEdgeTlsTerminationModule.html b/docs/com/ngrok/services/HttpsEdgeTlsTerminationModule.html index ec1a085..89afa4d 100644 --- a/docs/com/ngrok/services/HttpsEdgeTlsTerminationModule.html +++ b/docs/com/ngrok/services/HttpsEdgeTlsTerminationModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.HttpsEdgeTlsTerminationModule

    class HttpsEdgeTlsTerminationModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeTlsTerminationModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toany2stringadd[HttpsEdgeTlsTerminationModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpsEdgeTlsTerminationModule, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toArrowAssoc[HttpsEdgeTlsTerminationModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-https-edge-tls-termination-module-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (HttpsEdgeTlsTerminationModule) => Boolean, msg: => Any): HttpsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toEnsuring[HttpsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (HttpsEdgeTlsTerminationModule) => Boolean): HttpsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toEnsuring[HttpsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): HttpsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toEnsuring[HttpsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): HttpsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toEnsuring[HttpsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toStringFormat[HttpsEdgeTlsTerminationModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(id: String): Future[EndpointTlsTermination]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-https-edge-tls-termination-module-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(id: String, module: Option[EndpointTlsTerminationAtEdge] = None): Future[EndpointTlsTermination]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-https-edge-tls-termination-module-replace. -

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointTlsTerminationAtEdge

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (HttpsEdgeTlsTerminationModule, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toArrowAssoc[HttpsEdgeTlsTerminationModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpsEdgeTlsTerminationModule to any2stringadd[HttpsEdgeTlsTerminationModule]

    Inherited by implicit conversion StringFormat fromHttpsEdgeTlsTerminationModule to StringFormat[HttpsEdgeTlsTerminationModule]

    Inherited by implicit conversion Ensuring fromHttpsEdgeTlsTerminationModule to Ensuring[HttpsEdgeTlsTerminationModule]

    Inherited by implicit conversion ArrowAssoc fromHttpsEdgeTlsTerminationModule to ArrowAssoc[HttpsEdgeTlsTerminationModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.HttpsEdgeTlsTerminationModule

    class HttpsEdgeTlsTerminationModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. HttpsEdgeTlsTerminationModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toany2stringadd[HttpsEdgeTlsTerminationModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (HttpsEdgeTlsTerminationModule, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toArrowAssoc[HttpsEdgeTlsTerminationModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-https-edge-tls-termination-module-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (HttpsEdgeTlsTerminationModule) => Boolean, msg: => Any): HttpsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toEnsuring[HttpsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (HttpsEdgeTlsTerminationModule) => Boolean): HttpsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toEnsuring[HttpsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): HttpsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toEnsuring[HttpsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): HttpsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toEnsuring[HttpsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(id: String): Future[EndpointTlsTermination]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-https-edge-tls-termination-module-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(id: String, module: Option[EndpointTlsTerminationAtEdge] = None): Future[EndpointTlsTermination]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-https-edge-tls-termination-module-replace. +

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointTlsTerminationAtEdge

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toStringFormat[HttpsEdgeTlsTerminationModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (HttpsEdgeTlsTerminationModule, B)
      Implicit
      This member is added by an implicit conversion from HttpsEdgeTlsTerminationModule toArrowAssoc[HttpsEdgeTlsTerminationModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromHttpsEdgeTlsTerminationModule to any2stringadd[HttpsEdgeTlsTerminationModule]

    Inherited by implicit conversion StringFormat fromHttpsEdgeTlsTerminationModule to StringFormat[HttpsEdgeTlsTerminationModule]

    Inherited by implicit conversion Ensuring fromHttpsEdgeTlsTerminationModule to Ensuring[HttpsEdgeTlsTerminationModule]

    Inherited by implicit conversion ArrowAssoc fromHttpsEdgeTlsTerminationModule to ArrowAssoc[HttpsEdgeTlsTerminationModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/IpPolicies$.html b/docs/com/ngrok/services/IpPolicies$.html index c8e3e05..6e32d77 100644 --- a/docs/com/ngrok/services/IpPolicies$.html +++ b/docs/com/ngrok/services/IpPolicies$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.IpPolicies

    object IpPolicies

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicies
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.IpPolicies

    object IpPolicies

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicies
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/IpPolicies.html b/docs/com/ngrok/services/IpPolicies.html index c8ceb6a..77ab395 100644 --- a/docs/com/ngrok/services/IpPolicies.html +++ b/docs/com/ngrok/services/IpPolicies.html @@ -1,15 +1,17 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.IpPolicies

    class IpPolicies extends AnyRef

    IP Policies are reusable groups of CIDR ranges with an allow or +ngrok API Documentation (0.7.0) - com.ngrok.services.IpPolicies

    class IpPolicies extends AnyRef

    IP Policies are reusable groups of CIDR ranges with an allow or deny action. They can be attached to endpoints via the Endpoint Configuration IP Policy module. They can also be used with IP Restrictions to control source IP ranges that can start tunnel sessions and connect to the API and dashboard.

    See also https://ngrok.com/docs/api#api-ip-policies. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicies
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicies toany2stringadd[IpPolicies] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpPolicies, B)
      Implicit
      This member is added by an implicit conversion from IpPolicies toArrowAssoc[IpPolicies] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None): Future[IpPolicy]

      Create a new IP policy.

      Create a new IP policy. It will not apply to any traffic until you associate to +

      Linear Supertypes
      Ordering
      1. Alphabetic
      2. By Inheritance
      Inherited
      1. IpPolicies
      2. AnyRef
      3. Any
      Implicitly
      1. by any2stringadd
      2. by StringFormat
      3. by Ensuring
      4. by ArrowAssoc
      1. Hide All
      2. Show All
      Visibility
      1. Public
      2. Protected

      Value Members

      1. final def !=(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      2. final def ##: Int
        Definition Classes
        AnyRef → Any
      3. def +(other: String): String
        Implicit
        This member is added by an implicit conversion from IpPolicies toany2stringadd[IpPolicies] performed by method any2stringadd in scala.Predef.
        Definition Classes
        any2stringadd
      4. def ->[B](y: B): (IpPolicies, B)
        Implicit
        This member is added by an implicit conversion from IpPolicies toArrowAssoc[IpPolicies] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @inline()
      5. final def ==(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      6. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      7. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
      8. def create(description: Option[String] = None, metadata: Option[String] = None): Future[IpPolicy]

        Create a new IP policy.

        Create a new IP policy. It will not apply to any traffic until you associate to a traffic source via an endpoint configuration or IP restriction.

        See also https://ngrok.com/docs/api#api-ip-policies-create. -

        description

        human-readable description of the source IPs of this IP policy. optional, max 255 bytes.

        metadata

        arbitrary user-defined machine-readable data of this IP policy. optional, max 4096 bytes.

        returns

        a scala.concurrent.Future encapsulating the API call's result

      9. def delete(id: String): Future[Unit]

        Delete an IP policy.

        Delete an IP policy. If the IP policy is referenced by another object for the +

        description

        human-readable description of the source IPs of this IP policy. optional, max 255 bytes.

        metadata

        arbitrary user-defined machine-readable data of this IP policy. optional, max 4096 bytes.

        returns

        a scala.concurrent.Future encapsulating the API call's result

      10. def delete(id: String): Future[Unit]

        Delete an IP policy.

        Delete an IP policy. If the IP policy is referenced by another object for the purposes of traffic restriction it will be treated as if the IP policy remains but has zero rules.

        See also https://ngrok.com/docs/api#api-ip-policies-delete. -

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      11. def ensuring(cond: (IpPolicies) => Boolean, msg: => Any): IpPolicies
        Implicit
        This member is added by an implicit conversion from IpPolicies toEnsuring[IpPolicies] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      12. def ensuring(cond: (IpPolicies) => Boolean): IpPolicies
        Implicit
        This member is added by an implicit conversion from IpPolicies toEnsuring[IpPolicies] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      13. def ensuring(cond: Boolean, msg: => Any): IpPolicies
        Implicit
        This member is added by an implicit conversion from IpPolicies toEnsuring[IpPolicies] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      14. def ensuring(cond: Boolean): IpPolicies
        Implicit
        This member is added by an implicit conversion from IpPolicies toEnsuring[IpPolicies] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      15. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      16. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      17. def finalize(): Unit
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.Throwable])
      18. def formatted(fmtstr: String): String
        Implicit
        This member is added by an implicit conversion from IpPolicies toStringFormat[IpPolicies] performed by method StringFormat in scala.Predef.
        Definition Classes
        StringFormat
        Annotations
        @inline()
      19. def get(id: String): Future[IpPolicy]

        Get detailed information about an IP policy by ID.

        Get detailed information about an IP policy by ID.

        See also https://ngrok.com/docs/api#api-ip-policies-get. -

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      20. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      21. def hashCode(): Int
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      22. final def isInstanceOf[T0]: Boolean
        Definition Classes
        Any
      23. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[IpPolicyList]]

        List all IP policies on this account

        List all IP policies on this account

        See also https://ngrok.com/docs/api#api-ip-policies-list. -

        beforeId

        the value of the before_id parameter as a scala.Predef.String

        limit

        the value of the limit parameter as a scala.Predef.String

        returns

        a scala.concurrent.Future encapsulating the API call's result

      24. final def ne(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      25. final def notify(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      26. final def notifyAll(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      27. final def synchronized[T0](arg0: => T0): T0
        Definition Classes
        AnyRef
      28. def toString(): String
        Definition Classes
        AnyRef → Any
      29. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[IpPolicy]

        Update attributes of an IP policy by ID

        Update attributes of an IP policy by ID

        See also https://ngrok.com/docs/api#api-ip-policies-update. -

        id

        the value of the id parameter as a scala.Predef.String

        description

        human-readable description of the source IPs of this IP policy. optional, max 255 bytes.

        metadata

        arbitrary user-defined machine-readable data of this IP policy. optional, max 4096 bytes.

        returns

        a scala.concurrent.Future encapsulating the API call's result

      30. final def wait(): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      31. final def wait(arg0: Long, arg1: Int): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException])
      32. final def wait(arg0: Long): Unit
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.InterruptedException]) @native()

      Deprecated Value Members

      1. def [B](y: B): (IpPolicies, B)
        Implicit
        This member is added by an implicit conversion from IpPolicies toArrowAssoc[IpPolicies] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @deprecated
        Deprecated

        (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

      Inherited from AnyRef

      Inherited from Any

      Inherited by implicit conversion any2stringadd fromIpPolicies to any2stringadd[IpPolicies]

      Inherited by implicit conversion StringFormat fromIpPolicies to StringFormat[IpPolicies]

      Inherited by implicit conversion Ensuring fromIpPolicies to Ensuring[IpPolicies]

      Inherited by implicit conversion ArrowAssoc fromIpPolicies to ArrowAssoc[IpPolicies]

      Ungrouped

    +

    id

    a resource identifier

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • def ensuring(cond: (IpPolicies) => Boolean, msg: => Any): IpPolicies
    Implicit
    This member is added by an implicit conversion from IpPolicies toEnsuring[IpPolicies] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  • def ensuring(cond: (IpPolicies) => Boolean): IpPolicies
    Implicit
    This member is added by an implicit conversion from IpPolicies toEnsuring[IpPolicies] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  • def ensuring(cond: Boolean, msg: => Any): IpPolicies
    Implicit
    This member is added by an implicit conversion from IpPolicies toEnsuring[IpPolicies] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  • def ensuring(cond: Boolean): IpPolicies
    Implicit
    This member is added by an implicit conversion from IpPolicies toEnsuring[IpPolicies] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  • final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  • def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  • def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  • def get(id: String): Future[IpPolicy]

    Get detailed information about an IP policy by ID.

    Get detailed information about an IP policy by ID.

    See also https://ngrok.com/docs/api#api-ip-policies-get. +

    id

    a resource identifier

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  • def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  • final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  • def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[IpPolicyList]]

    List all IP policies on this account

    List all IP policies on this account

    See also https://ngrok.com/docs/api#api-ip-policies-list. +

    beforeId

    the value of the before_id parameter as a scala.Predef.String

    limit

    the value of the limit parameter as a scala.Predef.String

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  • final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  • final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  • final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  • def toString(): String
    Definition Classes
    AnyRef → Any
  • def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[IpPolicy]

    Update attributes of an IP policy by ID

    Update attributes of an IP policy by ID

    See also https://ngrok.com/docs/api#api-ip-policies-update. +

    id

    the value of the id parameter as a scala.Predef.String

    description

    human-readable description of the source IPs of this IP policy. optional, max 255 bytes.

    metadata

    arbitrary user-defined machine-readable data of this IP policy. optional, max 4096 bytes.

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  • Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicies toStringFormat[IpPolicies] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (IpPolicies, B)
      Implicit
      This member is added by an implicit conversion from IpPolicies toArrowAssoc[IpPolicies] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpPolicies to any2stringadd[IpPolicies]

    Inherited by implicit conversion StringFormat fromIpPolicies to StringFormat[IpPolicies]

    Inherited by implicit conversion Ensuring fromIpPolicies to Ensuring[IpPolicies]

    Inherited by implicit conversion ArrowAssoc fromIpPolicies to ArrowAssoc[IpPolicies]

    Ungrouped

    diff --git a/docs/com/ngrok/services/IpPolicyRules$.html b/docs/com/ngrok/services/IpPolicyRules$.html index 1ddffca..92f4504 100644 --- a/docs/com/ngrok/services/IpPolicyRules$.html +++ b/docs/com/ngrok/services/IpPolicyRules$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.IpPolicyRules

    object IpPolicyRules

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyRules
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.IpPolicyRules

    object IpPolicyRules

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyRules
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/IpPolicyRules.html b/docs/com/ngrok/services/IpPolicyRules.html index ac14a1d..26f0fa1 100644 --- a/docs/com/ngrok/services/IpPolicyRules.html +++ b/docs/com/ngrok/services/IpPolicyRules.html @@ -1,9 +1,11 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.IpPolicyRules

    class IpPolicyRules extends AnyRef

    IP Policy Rules are the IPv4 or IPv6 CIDRs entries that +ngrok API Documentation (0.7.0) - com.ngrok.services.IpPolicyRules

    class IpPolicyRules extends AnyRef

    IP Policy Rules are the IPv4 or IPv6 CIDRs entries that make up an IP Policy.

    See also https://ngrok.com/docs/api#api-ip-policy-rules. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyRules
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toany2stringadd[IpPolicyRules] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpPolicyRules, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toArrowAssoc[IpPolicyRules] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(cidr: String, ipPolicyId: String, description: Option[String] = None, metadata: Option[String] = None, action: Option[String] = None): Future[IpPolicyRule]

      Create a new IP policy rule attached to an IP Policy.

      Create a new IP policy rule attached to an IP Policy.

      See also https://ngrok.com/docs/api#api-ip-policy-rules-create. -

      cidr

      an IP or IP range specified in CIDR notation. IPv4 and IPv6 are both supported.

      ipPolicyId

      ID of the IP policy this IP policy rule will be attached to

      description

      human-readable description of the source IPs of this IP rule. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP policy rule. optional, max 4096 bytes.

      action

      the action to apply to the policy rule, either allow or deny

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an IP policy rule.

      Delete an IP policy rule.

      See also https://ngrok.com/docs/api#api-ip-policy-rules-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (IpPolicyRules) => Boolean, msg: => Any): IpPolicyRules
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toEnsuring[IpPolicyRules] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (IpPolicyRules) => Boolean): IpPolicyRules
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toEnsuring[IpPolicyRules] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): IpPolicyRules
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toEnsuring[IpPolicyRules] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): IpPolicyRules
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toEnsuring[IpPolicyRules] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toStringFormat[IpPolicyRules] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[IpPolicyRule]

      Get detailed information about an IP policy rule by ID.

      Get detailed information about an IP policy rule by ID.

      See also https://ngrok.com/docs/api#api-ip-policy-rules-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[IpPolicyRuleList]]

      List all IP policy rules on this account

      List all IP policy rules on this account

      See also https://ngrok.com/docs/api#api-ip-policy-rules-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, cidr: Option[String] = None): Future[IpPolicyRule]

      Update attributes of an IP policy rule by ID

      Update attributes of an IP policy rule by ID

      See also https://ngrok.com/docs/api#api-ip-policy-rules-update. -

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of the source IPs of this IP rule. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP policy rule. optional, max 4096 bytes.

      cidr

      an IP or IP range specified in CIDR notation. IPv4 and IPv6 are both supported.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (IpPolicyRules, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toArrowAssoc[IpPolicyRules] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpPolicyRules to any2stringadd[IpPolicyRules]

    Inherited by implicit conversion StringFormat fromIpPolicyRules to StringFormat[IpPolicyRules]

    Inherited by implicit conversion Ensuring fromIpPolicyRules to Ensuring[IpPolicyRules]

    Inherited by implicit conversion ArrowAssoc fromIpPolicyRules to ArrowAssoc[IpPolicyRules]

    Ungrouped

    +

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpPolicyRules
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toany2stringadd[IpPolicyRules] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpPolicyRules, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toArrowAssoc[IpPolicyRules] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(cidr: String, ipPolicyId: String, action: String, description: Option[String] = None, metadata: Option[String] = None): Future[IpPolicyRule]

      Create a new IP policy rule attached to an IP Policy.

      Create a new IP policy rule attached to an IP Policy.

      See also https://ngrok.com/docs/api#api-ip-policy-rules-create. +

      cidr

      an IP or IP range specified in CIDR notation. IPv4 and IPv6 are both supported.

      ipPolicyId

      ID of the IP policy this IP policy rule will be attached to

      action

      the action to apply to the policy rule, either allow or deny

      description

      human-readable description of the source IPs of this IP rule. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP policy rule. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an IP policy rule.

      Delete an IP policy rule.

      See also https://ngrok.com/docs/api#api-ip-policy-rules-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (IpPolicyRules) => Boolean, msg: => Any): IpPolicyRules
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toEnsuring[IpPolicyRules] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (IpPolicyRules) => Boolean): IpPolicyRules
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toEnsuring[IpPolicyRules] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): IpPolicyRules
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toEnsuring[IpPolicyRules] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): IpPolicyRules
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toEnsuring[IpPolicyRules] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(id: String): Future[IpPolicyRule]

      Get detailed information about an IP policy rule by ID.

      Get detailed information about an IP policy rule by ID.

      See also https://ngrok.com/docs/api#api-ip-policy-rules-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[IpPolicyRuleList]]

      List all IP policy rules on this account

      List all IP policy rules on this account

      See also https://ngrok.com/docs/api#api-ip-policy-rules-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, cidr: Option[String] = None): Future[IpPolicyRule]

      Update attributes of an IP policy rule by ID

      Update attributes of an IP policy rule by ID

      See also https://ngrok.com/docs/api#api-ip-policy-rules-update. +

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of the source IPs of this IP rule. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP policy rule. optional, max 4096 bytes.

      cidr

      an IP or IP range specified in CIDR notation. IPv4 and IPv6 are both supported.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toStringFormat[IpPolicyRules] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (IpPolicyRules, B)
      Implicit
      This member is added by an implicit conversion from IpPolicyRules toArrowAssoc[IpPolicyRules] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpPolicyRules to any2stringadd[IpPolicyRules]

    Inherited by implicit conversion StringFormat fromIpPolicyRules to StringFormat[IpPolicyRules]

    Inherited by implicit conversion Ensuring fromIpPolicyRules to Ensuring[IpPolicyRules]

    Inherited by implicit conversion ArrowAssoc fromIpPolicyRules to ArrowAssoc[IpPolicyRules]

    Ungrouped

    diff --git a/docs/com/ngrok/services/IpRestrictions$.html b/docs/com/ngrok/services/IpRestrictions$.html index 3ad509f..f92a684 100644 --- a/docs/com/ngrok/services/IpRestrictions$.html +++ b/docs/com/ngrok/services/IpRestrictions$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.IpRestrictions

    object IpRestrictions

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpRestrictions
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.IpRestrictions

    object IpRestrictions

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpRestrictions
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/IpRestrictions.html b/docs/com/ngrok/services/IpRestrictions.html index 9d25b24..5892682 100644 --- a/docs/com/ngrok/services/IpRestrictions.html +++ b/docs/com/ngrok/services/IpRestrictions.html @@ -1,13 +1,15 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.IpRestrictions

    class IpRestrictions extends AnyRef

    An IP restriction is a restriction placed on the CIDRs that are allowed to +ngrok API Documentation (0.7.0) - com.ngrok.services.IpRestrictions

    class IpRestrictions extends AnyRef

    An IP restriction is a restriction placed on the CIDRs that are allowed to initiate traffic to a specific aspect of your ngrok account. An IP restriction has a type which defines the ingress it applies to. IP restrictions can be used to enforce the source IPs that can make API requests, log in to the dashboard, start ngrok agents, and connect to your public-facing endpoints.

    See also https://ngrok.com/docs/api#api-ip-restrictions. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpRestrictions
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpRestrictions toany2stringadd[IpRestrictions] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpRestrictions, B)
      Implicit
      This member is added by an implicit conversion from IpRestrictions toArrowAssoc[IpRestrictions] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(type: String, ipPolicyIds: List[String], description: Option[String] = None, metadata: Option[String] = None, enforced: Option[Boolean] = None): Future[IpRestriction]

      Create a new IP restriction

      Create a new IP restriction

      See also https://ngrok.com/docs/api#api-ip-restrictions-create. -

      ipPolicyIds

      the set of IP policy identifiers that are used to enforce the restriction

      description

      human-readable description of this IP restriction. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP restriction. optional, max 4096 bytes.

      enforced

      true if the IP restriction will be enforced. if false, only warnings will be issued

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an IP restriction

      Delete an IP restriction

      See also https://ngrok.com/docs/api#api-ip-restrictions-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (IpRestrictions) => Boolean, msg: => Any): IpRestrictions
      Implicit
      This member is added by an implicit conversion from IpRestrictions toEnsuring[IpRestrictions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (IpRestrictions) => Boolean): IpRestrictions
      Implicit
      This member is added by an implicit conversion from IpRestrictions toEnsuring[IpRestrictions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): IpRestrictions
      Implicit
      This member is added by an implicit conversion from IpRestrictions toEnsuring[IpRestrictions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): IpRestrictions
      Implicit
      This member is added by an implicit conversion from IpRestrictions toEnsuring[IpRestrictions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpRestrictions toStringFormat[IpRestrictions] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[IpRestriction]

      Get detailed information about an IP restriction

      Get detailed information about an IP restriction

      See also https://ngrok.com/docs/api#api-ip-restrictions-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[IpRestrictionList]]

      List all IP restrictions on this account

      List all IP restrictions on this account

      See also https://ngrok.com/docs/api#api-ip-restrictions-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, enforced: Option[Boolean] = None, ipPolicyIds: Option[List[String]] = None): Future[IpRestriction]

      Update attributes of an IP restriction by ID

      Update attributes of an IP restriction by ID

      See also https://ngrok.com/docs/api#api-ip-restrictions-update. -

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this IP restriction. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP restriction. optional, max 4096 bytes.

      enforced

      true if the IP restriction will be enforced. if false, only warnings will be issued

      ipPolicyIds

      the set of IP policy identifiers that are used to enforce the restriction

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (IpRestrictions, B)
      Implicit
      This member is added by an implicit conversion from IpRestrictions toArrowAssoc[IpRestrictions] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpRestrictions to any2stringadd[IpRestrictions]

    Inherited by implicit conversion StringFormat fromIpRestrictions to StringFormat[IpRestrictions]

    Inherited by implicit conversion Ensuring fromIpRestrictions to Ensuring[IpRestrictions]

    Inherited by implicit conversion ArrowAssoc fromIpRestrictions to ArrowAssoc[IpRestrictions]

    Ungrouped

    +

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. IpRestrictions
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from IpRestrictions toany2stringadd[IpRestrictions] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (IpRestrictions, B)
      Implicit
      This member is added by an implicit conversion from IpRestrictions toArrowAssoc[IpRestrictions] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(type: String, ipPolicyIds: List[String], description: Option[String] = None, metadata: Option[String] = None, enforced: Option[Boolean] = None): Future[IpRestriction]

      Create a new IP restriction

      Create a new IP restriction

      See also https://ngrok.com/docs/api#api-ip-restrictions-create. +

      ipPolicyIds

      the set of IP policy identifiers that are used to enforce the restriction

      description

      human-readable description of this IP restriction. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP restriction. optional, max 4096 bytes.

      enforced

      true if the IP restriction will be enforced. if false, only warnings will be issued

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an IP restriction

      Delete an IP restriction

      See also https://ngrok.com/docs/api#api-ip-restrictions-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (IpRestrictions) => Boolean, msg: => Any): IpRestrictions
      Implicit
      This member is added by an implicit conversion from IpRestrictions toEnsuring[IpRestrictions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (IpRestrictions) => Boolean): IpRestrictions
      Implicit
      This member is added by an implicit conversion from IpRestrictions toEnsuring[IpRestrictions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): IpRestrictions
      Implicit
      This member is added by an implicit conversion from IpRestrictions toEnsuring[IpRestrictions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): IpRestrictions
      Implicit
      This member is added by an implicit conversion from IpRestrictions toEnsuring[IpRestrictions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(id: String): Future[IpRestriction]

      Get detailed information about an IP restriction

      Get detailed information about an IP restriction

      See also https://ngrok.com/docs/api#api-ip-restrictions-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[IpRestrictionList]]

      List all IP restrictions on this account

      List all IP restrictions on this account

      See also https://ngrok.com/docs/api#api-ip-restrictions-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, enforced: Option[Boolean] = None, ipPolicyIds: List[String] = List.empty): Future[IpRestriction]

      Update attributes of an IP restriction by ID

      Update attributes of an IP restriction by ID

      See also https://ngrok.com/docs/api#api-ip-restrictions-update. +

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this IP restriction. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this IP restriction. optional, max 4096 bytes.

      enforced

      true if the IP restriction will be enforced. if false, only warnings will be issued

      ipPolicyIds

      the set of IP policy identifiers that are used to enforce the restriction

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from IpRestrictions toStringFormat[IpRestrictions] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (IpRestrictions, B)
      Implicit
      This member is added by an implicit conversion from IpRestrictions toArrowAssoc[IpRestrictions] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromIpRestrictions to any2stringadd[IpRestrictions]

    Inherited by implicit conversion StringFormat fromIpRestrictions to StringFormat[IpRestrictions]

    Inherited by implicit conversion Ensuring fromIpRestrictions to Ensuring[IpRestrictions]

    Inherited by implicit conversion ArrowAssoc fromIpRestrictions to ArrowAssoc[IpRestrictions]

    Ungrouped

    diff --git a/docs/com/ngrok/services/ReservedAddrs$.html b/docs/com/ngrok/services/ReservedAddrs$.html index 767c5ed..b0e28b4 100644 --- a/docs/com/ngrok/services/ReservedAddrs$.html +++ b/docs/com/ngrok/services/ReservedAddrs$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.ReservedAddrs

    object ReservedAddrs

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedAddrs
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.ReservedAddrs

    object ReservedAddrs

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedAddrs
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/ReservedAddrs.html b/docs/com/ngrok/services/ReservedAddrs.html index 1a644e0..a047bc0 100644 --- a/docs/com/ngrok/services/ReservedAddrs.html +++ b/docs/com/ngrok/services/ReservedAddrs.html @@ -1,10 +1,12 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.ReservedAddrs

    class ReservedAddrs extends AnyRef

    Reserved Addresses are TCP addresses that can be used to listen for traffic. +ngrok API Documentation (0.7.0) - com.ngrok.services.ReservedAddrs

    class ReservedAddrs extends AnyRef

    Reserved Addresses are TCP addresses that can be used to listen for traffic. TCP address hostnames and ports are assigned by ngrok, they cannot be chosen.

    See also https://ngrok.com/docs/api#api-reserved-addrs. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedAddrs
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toany2stringadd[ReservedAddrs] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedAddrs, B)
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toArrowAssoc[ReservedAddrs] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, region: Option[String] = None): Future[ReservedAddr]

      Create a new reserved address.

      Create a new reserved address.

      See also https://ngrok.com/docs/api#api-reserved-addrs-create. -

      description

      human-readable description of what this reserved address will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes.

      region

      reserve the address in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a reserved address.

      Delete a reserved address.

      See also https://ngrok.com/docs/api#api-reserved-addrs-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (ReservedAddrs) => Boolean, msg: => Any): ReservedAddrs
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toEnsuring[ReservedAddrs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (ReservedAddrs) => Boolean): ReservedAddrs
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toEnsuring[ReservedAddrs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): ReservedAddrs
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toEnsuring[ReservedAddrs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): ReservedAddrs
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toEnsuring[ReservedAddrs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toStringFormat[ReservedAddrs] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[ReservedAddr]

      Get the details of a reserved address.

      Get the details of a reserved address.

      See also https://ngrok.com/docs/api#api-reserved-addrs-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[ReservedAddrList]]

      List all reserved addresses on this account.

      List all reserved addresses on this account.

      See also https://ngrok.com/docs/api#api-reserved-addrs-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[ReservedAddr]

      Update the attributes of a reserved address.

      Update the attributes of a reserved address.

      See also https://ngrok.com/docs/api#api-reserved-addrs-update. -

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of what this reserved address will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (ReservedAddrs, B)
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toArrowAssoc[ReservedAddrs] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedAddrs to any2stringadd[ReservedAddrs]

    Inherited by implicit conversion StringFormat fromReservedAddrs to StringFormat[ReservedAddrs]

    Inherited by implicit conversion Ensuring fromReservedAddrs to Ensuring[ReservedAddrs]

    Inherited by implicit conversion ArrowAssoc fromReservedAddrs to ArrowAssoc[ReservedAddrs]

    Ungrouped

    +

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedAddrs
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toany2stringadd[ReservedAddrs] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedAddrs, B)
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toArrowAssoc[ReservedAddrs] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, region: Option[String] = None): Future[ReservedAddr]

      Create a new reserved address.

      Create a new reserved address.

      See also https://ngrok.com/docs/api#api-reserved-addrs-create. +

      description

      human-readable description of what this reserved address will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes.

      region

      reserve the address in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a reserved address.

      Delete a reserved address.

      See also https://ngrok.com/docs/api#api-reserved-addrs-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (ReservedAddrs) => Boolean, msg: => Any): ReservedAddrs
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toEnsuring[ReservedAddrs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (ReservedAddrs) => Boolean): ReservedAddrs
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toEnsuring[ReservedAddrs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): ReservedAddrs
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toEnsuring[ReservedAddrs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): ReservedAddrs
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toEnsuring[ReservedAddrs] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(id: String): Future[ReservedAddr]

      Get the details of a reserved address.

      Get the details of a reserved address.

      See also https://ngrok.com/docs/api#api-reserved-addrs-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[ReservedAddrList]]

      List all reserved addresses on this account.

      List all reserved addresses on this account.

      See also https://ngrok.com/docs/api#api-reserved-addrs-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[ReservedAddr]

      Update the attributes of a reserved address.

      Update the attributes of a reserved address.

      See also https://ngrok.com/docs/api#api-reserved-addrs-update. +

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of what this reserved address will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toStringFormat[ReservedAddrs] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (ReservedAddrs, B)
      Implicit
      This member is added by an implicit conversion from ReservedAddrs toArrowAssoc[ReservedAddrs] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedAddrs to any2stringadd[ReservedAddrs]

    Inherited by implicit conversion StringFormat fromReservedAddrs to StringFormat[ReservedAddrs]

    Inherited by implicit conversion Ensuring fromReservedAddrs to Ensuring[ReservedAddrs]

    Inherited by implicit conversion ArrowAssoc fromReservedAddrs to ArrowAssoc[ReservedAddrs]

    Ungrouped

    diff --git a/docs/com/ngrok/services/ReservedDomains$.html b/docs/com/ngrok/services/ReservedDomains$.html index 865a6df..790294c 100644 --- a/docs/com/ngrok/services/ReservedDomains$.html +++ b/docs/com/ngrok/services/ReservedDomains$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.ReservedDomains

    object ReservedDomains

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomains
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.ReservedDomains

    object ReservedDomains

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomains
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/ReservedDomains.html b/docs/com/ngrok/services/ReservedDomains.html index 620663e..7d2a52a 100644 --- a/docs/com/ngrok/services/ReservedDomains.html +++ b/docs/com/ngrok/services/ReservedDomains.html @@ -1,13 +1,15 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.ReservedDomains

    class ReservedDomains extends AnyRef

    Reserved Domains are hostnames that you can listen for traffic on. Domains +ngrok API Documentation (0.7.0) - com.ngrok.services.ReservedDomains

    class ReservedDomains extends AnyRef

    Reserved Domains are hostnames that you can listen for traffic on. Domains can be used to listen for http, https or tls traffic. You may use a domain that you own by creating a CNAME record specified in the returned resource. - This CNAME record points traffic for that domain to ngrok's edge servers.

    See also https://ngrok.com/docs/api#api-reserved-domains. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomains
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomains toany2stringadd[ReservedDomains] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedDomains, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomains toArrowAssoc[ReservedDomains] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(name: String, region: Option[String] = None, description: Option[String] = None, metadata: Option[String] = None, certificateId: Option[String] = None, certificateManagementPolicy: Option[ReservedDomainCertPolicy] = None): Future[ReservedDomain]

      Create a new reserved domain.

      Create a new reserved domain.

      See also https://ngrok.com/docs/api#api-reserved-domains-create. -

      name

      the domain name to reserve. It may be a full domain name like app.example.com. If the name does not contain a '.' it will reserve that subdomain on ngrok.io.

      region

      reserve the domain in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

      description

      human-readable description of what this reserved domain will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.

      certificateId

      ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with certificate_management_policy.

      certificateManagementPolicy

      configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with certificate_id.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a reserved domain.

      Delete a reserved domain.

      See also https://ngrok.com/docs/api#api-reserved-domains-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def deleteCertificate(id: String): Future[Unit]

      Detach the certificate attached to a reserved domain.

      Detach the certificate attached to a reserved domain.

      See also https://ngrok.com/docs/api#api-reserved-domains-delete-certificate. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    11. def deleteCertificateManagementPolicy(id: String): Future[Unit]

      Detach the certificate management policy attached to a reserved domain.

      Detach the certificate management policy attached to a reserved domain.

      See also https://ngrok.com/docs/api#api-reserved-domains-delete-certificate-management-policy. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    12. def ensuring(cond: (ReservedDomains) => Boolean, msg: => Any): ReservedDomains
      Implicit
      This member is added by an implicit conversion from ReservedDomains toEnsuring[ReservedDomains] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (ReservedDomains) => Boolean): ReservedDomains
      Implicit
      This member is added by an implicit conversion from ReservedDomains toEnsuring[ReservedDomains] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): ReservedDomains
      Implicit
      This member is added by an implicit conversion from ReservedDomains toEnsuring[ReservedDomains] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): ReservedDomains
      Implicit
      This member is added by an implicit conversion from ReservedDomains toEnsuring[ReservedDomains] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    18. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    19. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomains toStringFormat[ReservedDomains] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    20. def get(id: String): Future[ReservedDomain]

      Get the details of a reserved domain.

      Get the details of a reserved domain.

      See also https://ngrok.com/docs/api#api-reserved-domains-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    21. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    22. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    23. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    24. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[ReservedDomainList]]

      List all reserved domains on this account.

      List all reserved domains on this account.

      See also https://ngrok.com/docs/api#api-reserved-domains-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    26. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    27. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    28. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    29. def toString(): String
      Definition Classes
      AnyRef → Any
    30. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, certificateId: Option[String] = None, certificateManagementPolicy: Option[ReservedDomainCertPolicy] = None): Future[ReservedDomain]

      Update the attributes of a reserved domain.

      Update the attributes of a reserved domain.

      See also https://ngrok.com/docs/api#api-reserved-domains-update. -

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of what this reserved domain will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.

      certificateId

      ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with certificate_management_policy.

      certificateManagementPolicy

      configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with certificate_id.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    31. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    32. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    33. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (ReservedDomains, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomains toArrowAssoc[ReservedDomains] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedDomains to any2stringadd[ReservedDomains]

    Inherited by implicit conversion StringFormat fromReservedDomains to StringFormat[ReservedDomains]

    Inherited by implicit conversion Ensuring fromReservedDomains to Ensuring[ReservedDomains]

    Inherited by implicit conversion ArrowAssoc fromReservedDomains to ArrowAssoc[ReservedDomains]

    Ungrouped

    + This CNAME record points traffic for that domain to ngrok's edge servers.

    See also https://ngrok.com/docs/api#api-reserved-domains. +

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. ReservedDomains
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomains toany2stringadd[ReservedDomains] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (ReservedDomains, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomains toArrowAssoc[ReservedDomains] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(name: String, region: Option[String] = None, description: Option[String] = None, metadata: Option[String] = None, certificateId: Option[String] = None, certificateManagementPolicy: Option[ReservedDomainCertPolicy] = None): Future[ReservedDomain]

      Create a new reserved domain.

      Create a new reserved domain.

      See also https://ngrok.com/docs/api#api-reserved-domains-create. +

      name

      the domain name to reserve. It may be a full domain name like app.example.com. If the name does not contain a '.' it will reserve that subdomain on ngrok.io.

      region

      reserve the domain in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)

      description

      human-readable description of what this reserved domain will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.

      certificateId

      ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with certificate_management_policy.

      certificateManagementPolicy

      configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with certificate_id.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a reserved domain.

      Delete a reserved domain.

      See also https://ngrok.com/docs/api#api-reserved-domains-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def deleteCertificate(id: String): Future[Unit]

      Detach the certificate attached to a reserved domain.

      Detach the certificate attached to a reserved domain.

      See also https://ngrok.com/docs/api#api-reserved-domains-delete-certificate. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    11. def deleteCertificateManagementPolicy(id: String): Future[Unit]

      Detach the certificate management policy attached to a reserved domain.

      Detach the certificate management policy attached to a reserved domain.

      See also https://ngrok.com/docs/api#api-reserved-domains-delete-certificate-management-policy. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    12. def ensuring(cond: (ReservedDomains) => Boolean, msg: => Any): ReservedDomains
      Implicit
      This member is added by an implicit conversion from ReservedDomains toEnsuring[ReservedDomains] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: (ReservedDomains) => Boolean): ReservedDomains
      Implicit
      This member is added by an implicit conversion from ReservedDomains toEnsuring[ReservedDomains] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. def ensuring(cond: Boolean, msg: => Any): ReservedDomains
      Implicit
      This member is added by an implicit conversion from ReservedDomains toEnsuring[ReservedDomains] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    15. def ensuring(cond: Boolean): ReservedDomains
      Implicit
      This member is added by an implicit conversion from ReservedDomains toEnsuring[ReservedDomains] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    16. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    17. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    18. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    19. def get(id: String): Future[ReservedDomain]

      Get the details of a reserved domain.

      Get the details of a reserved domain.

      See also https://ngrok.com/docs/api#api-reserved-domains-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    20. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    22. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    23. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[ReservedDomainList]]

      List all reserved domains on this account.

      List all reserved domains on this account.

      See also https://ngrok.com/docs/api#api-reserved-domains-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    25. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    27. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    28. def toString(): String
      Definition Classes
      AnyRef → Any
    29. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, certificateId: Option[String] = None, certificateManagementPolicy: Option[ReservedDomainCertPolicy] = None): Future[ReservedDomain]

      Update the attributes of a reserved domain.

      Update the attributes of a reserved domain.

      See also https://ngrok.com/docs/api#api-reserved-domains-update. +

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of what this reserved domain will be used for

      metadata

      arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.

      certificateId

      ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with certificate_management_policy.

      certificateManagementPolicy

      configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with certificate_id.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    30. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    32. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from ReservedDomains toStringFormat[ReservedDomains] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (ReservedDomains, B)
      Implicit
      This member is added by an implicit conversion from ReservedDomains toArrowAssoc[ReservedDomains] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromReservedDomains to any2stringadd[ReservedDomains]

    Inherited by implicit conversion StringFormat fromReservedDomains to StringFormat[ReservedDomains]

    Inherited by implicit conversion Ensuring fromReservedDomains to Ensuring[ReservedDomains]

    Inherited by implicit conversion ArrowAssoc fromReservedDomains to ArrowAssoc[ReservedDomains]

    Ungrouped

    diff --git a/docs/com/ngrok/services/SshCertificateAuthorities$.html b/docs/com/ngrok/services/SshCertificateAuthorities$.html index 01c3026..81deabc 100644 --- a/docs/com/ngrok/services/SshCertificateAuthorities$.html +++ b/docs/com/ngrok/services/SshCertificateAuthorities$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.SshCertificateAuthorities

    object SshCertificateAuthorities

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCertificateAuthorities
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.SshCertificateAuthorities

    object SshCertificateAuthorities

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCertificateAuthorities
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/SshCertificateAuthorities.html b/docs/com/ngrok/services/SshCertificateAuthorities.html index e6df205..033ba9b 100644 --- a/docs/com/ngrok/services/SshCertificateAuthorities.html +++ b/docs/com/ngrok/services/SshCertificateAuthorities.html @@ -1,9 +1,11 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.SshCertificateAuthorities

    class SshCertificateAuthorities extends AnyRef

    An SSH Certificate Authority is a pair of an SSH Certificate and its private +ngrok API Documentation (0.7.0) - com.ngrok.services.SshCertificateAuthorities

    class SshCertificateAuthorities extends AnyRef

    An SSH Certificate Authority is a pair of an SSH Certificate and its private key that can be used to sign other SSH host and user certificates.

    See also https://ngrok.com/docs/api#api-ssh-certificate-authorities. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCertificateAuthorities
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toany2stringadd[SshCertificateAuthorities] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshCertificateAuthorities, B)
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toArrowAssoc[SshCertificateAuthorities] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, privateKeyType: Option[String] = None, ellipticCurve: Option[String] = None, keySize: Option[Long] = None): Future[SshCertificateAuthority]

      Create a new SSH Certificate Authority

      Create a new SSH Certificate Authority

      See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-create. -

      description

      human-readable description of this SSH Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Certificate Authority. optional, max 4096 bytes.

      privateKeyType

      the type of private key to generate. one of rsa, ecdsa, ed25519

      ellipticCurve

      the type of elliptic curve to use when creating an ECDSA key

      keySize

      the key size to use when creating an RSA key. one of 2048 or 4096

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an SSH Certificate Authority

      Delete an SSH Certificate Authority

      See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (SshCertificateAuthorities) => Boolean, msg: => Any): SshCertificateAuthorities
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toEnsuring[SshCertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (SshCertificateAuthorities) => Boolean): SshCertificateAuthorities
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toEnsuring[SshCertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): SshCertificateAuthorities
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toEnsuring[SshCertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): SshCertificateAuthorities
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toEnsuring[SshCertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toStringFormat[SshCertificateAuthorities] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[SshCertificateAuthority]

      Get detailed information about an SSH Certficate Authority

      Get detailed information about an SSH Certficate Authority

      See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[SshCertificateAuthorityList]]

      List all SSH Certificate Authorities on this account

      List all SSH Certificate Authorities on this account

      See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[SshCertificateAuthority]

      Update an SSH Certificate Authority

      Update an SSH Certificate Authority

      See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-update. -

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this SSH Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Certificate Authority. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (SshCertificateAuthorities, B)
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toArrowAssoc[SshCertificateAuthorities] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshCertificateAuthorities to any2stringadd[SshCertificateAuthorities]

    Inherited by implicit conversion StringFormat fromSshCertificateAuthorities to StringFormat[SshCertificateAuthorities]

    Inherited by implicit conversion Ensuring fromSshCertificateAuthorities to Ensuring[SshCertificateAuthorities]

    Inherited by implicit conversion ArrowAssoc fromSshCertificateAuthorities to ArrowAssoc[SshCertificateAuthorities]

    Ungrouped

    +

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCertificateAuthorities
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toany2stringadd[SshCertificateAuthorities] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshCertificateAuthorities, B)
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toArrowAssoc[SshCertificateAuthorities] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, privateKeyType: Option[String] = None, ellipticCurve: Option[String] = None, keySize: Option[Long] = None): Future[SshCertificateAuthority]

      Create a new SSH Certificate Authority

      Create a new SSH Certificate Authority

      See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-create. +

      description

      human-readable description of this SSH Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Certificate Authority. optional, max 4096 bytes.

      privateKeyType

      the type of private key to generate. one of rsa, ecdsa, ed25519

      ellipticCurve

      the type of elliptic curve to use when creating an ECDSA key

      keySize

      the key size to use when creating an RSA key. one of 2048 or 4096

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an SSH Certificate Authority

      Delete an SSH Certificate Authority

      See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (SshCertificateAuthorities) => Boolean, msg: => Any): SshCertificateAuthorities
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toEnsuring[SshCertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (SshCertificateAuthorities) => Boolean): SshCertificateAuthorities
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toEnsuring[SshCertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): SshCertificateAuthorities
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toEnsuring[SshCertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): SshCertificateAuthorities
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toEnsuring[SshCertificateAuthorities] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(id: String): Future[SshCertificateAuthority]

      Get detailed information about an SSH Certficate Authority

      Get detailed information about an SSH Certficate Authority

      See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[SshCertificateAuthorityList]]

      List all SSH Certificate Authorities on this account

      List all SSH Certificate Authorities on this account

      See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[SshCertificateAuthority]

      Update an SSH Certificate Authority

      Update an SSH Certificate Authority

      See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-update. +

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this SSH Certificate Authority. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Certificate Authority. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toStringFormat[SshCertificateAuthorities] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (SshCertificateAuthorities, B)
      Implicit
      This member is added by an implicit conversion from SshCertificateAuthorities toArrowAssoc[SshCertificateAuthorities] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshCertificateAuthorities to any2stringadd[SshCertificateAuthorities]

    Inherited by implicit conversion StringFormat fromSshCertificateAuthorities to StringFormat[SshCertificateAuthorities]

    Inherited by implicit conversion Ensuring fromSshCertificateAuthorities to Ensuring[SshCertificateAuthorities]

    Inherited by implicit conversion ArrowAssoc fromSshCertificateAuthorities to ArrowAssoc[SshCertificateAuthorities]

    Ungrouped

    diff --git a/docs/com/ngrok/services/SshCredentials$.html b/docs/com/ngrok/services/SshCredentials$.html index b82cb9a..8dbfd02 100644 --- a/docs/com/ngrok/services/SshCredentials$.html +++ b/docs/com/ngrok/services/SshCredentials$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.SshCredentials

    object SshCredentials

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCredentials
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.SshCredentials

    object SshCredentials

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCredentials
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/SshCredentials.html b/docs/com/ngrok/services/SshCredentials.html index a555dc1..438d5a9 100644 --- a/docs/com/ngrok/services/SshCredentials.html +++ b/docs/com/ngrok/services/SshCredentials.html @@ -1,10 +1,12 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.SshCredentials

    class SshCredentials extends AnyRef

    SSH Credentials are SSH public keys that can be used to start SSH tunnels +ngrok API Documentation (0.7.0) - com.ngrok.services.SshCredentials

    class SshCredentials extends AnyRef

    SSH Credentials are SSH public keys that can be used to start SSH tunnels via the ngrok SSH tunnel gateway.

    See also https://ngrok.com/docs/api#api-ssh-credentials. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCredentials
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshCredentials toany2stringadd[SshCredentials] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshCredentials, B)
      Implicit
      This member is added by an implicit conversion from SshCredentials toArrowAssoc[SshCredentials] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(publicKey: String, description: Option[String] = None, metadata: Option[String] = None, acl: Option[List[String]] = None): Future[SshCredential]

      Create a new ssh_credential from an uploaded public SSH key.

      Create a new ssh_credential from an uploaded public SSH key. This ssh credential -can be used to start new tunnels via ngrok's SSH gateway.

      See also https://ngrok.com/docs/api#api-ssh-credentials-create. -

      publicKey

      the PEM-encoded public key of the SSH keypair that will be used to authenticate

      description

      human-readable description of who or what will use the ssh credential to authenticate. Optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this ssh credential. Optional, max 4096 bytes.

      acl

      optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an ssh_credential by ID

      Delete an ssh_credential by ID

      See also https://ngrok.com/docs/api#api-ssh-credentials-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (SshCredentials) => Boolean, msg: => Any): SshCredentials
      Implicit
      This member is added by an implicit conversion from SshCredentials toEnsuring[SshCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (SshCredentials) => Boolean): SshCredentials
      Implicit
      This member is added by an implicit conversion from SshCredentials toEnsuring[SshCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): SshCredentials
      Implicit
      This member is added by an implicit conversion from SshCredentials toEnsuring[SshCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): SshCredentials
      Implicit
      This member is added by an implicit conversion from SshCredentials toEnsuring[SshCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshCredentials toStringFormat[SshCredentials] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[SshCredential]

      Get detailed information about an ssh_credential

      Get detailed information about an ssh_credential

      See also https://ngrok.com/docs/api#api-ssh-credentials-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[SshCredentialList]]

      List all ssh credentials on this account

      List all ssh credentials on this account

      See also https://ngrok.com/docs/api#api-ssh-credentials-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, acl: Option[List[String]] = None): Future[SshCredential]

      Update attributes of an ssh_credential by ID

      Update attributes of an ssh_credential by ID

      See also https://ngrok.com/docs/api#api-ssh-credentials-update. -

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of who or what will use the ssh credential to authenticate. Optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this ssh credential. Optional, max 4096 bytes.

      acl

      optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (SshCredentials, B)
      Implicit
      This member is added by an implicit conversion from SshCredentials toArrowAssoc[SshCredentials] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshCredentials to any2stringadd[SshCredentials]

    Inherited by implicit conversion StringFormat fromSshCredentials to StringFormat[SshCredentials]

    Inherited by implicit conversion Ensuring fromSshCredentials to Ensuring[SshCredentials]

    Inherited by implicit conversion ArrowAssoc fromSshCredentials to ArrowAssoc[SshCredentials]

    Ungrouped

    +

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshCredentials
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshCredentials toany2stringadd[SshCredentials] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshCredentials, B)
      Implicit
      This member is added by an implicit conversion from SshCredentials toArrowAssoc[SshCredentials] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(publicKey: String, description: Option[String] = None, metadata: Option[String] = None, acl: List[String] = List.empty): Future[SshCredential]

      Create a new ssh_credential from an uploaded public SSH key.

      Create a new ssh_credential from an uploaded public SSH key. This ssh credential +can be used to start new tunnels via ngrok's SSH gateway.

      See also https://ngrok.com/docs/api#api-ssh-credentials-create. +

      publicKey

      the PEM-encoded public key of the SSH keypair that will be used to authenticate

      description

      human-readable description of who or what will use the ssh credential to authenticate. Optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this ssh credential. Optional, max 4096 bytes.

      acl

      optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an ssh_credential by ID

      Delete an ssh_credential by ID

      See also https://ngrok.com/docs/api#api-ssh-credentials-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (SshCredentials) => Boolean, msg: => Any): SshCredentials
      Implicit
      This member is added by an implicit conversion from SshCredentials toEnsuring[SshCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (SshCredentials) => Boolean): SshCredentials
      Implicit
      This member is added by an implicit conversion from SshCredentials toEnsuring[SshCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): SshCredentials
      Implicit
      This member is added by an implicit conversion from SshCredentials toEnsuring[SshCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): SshCredentials
      Implicit
      This member is added by an implicit conversion from SshCredentials toEnsuring[SshCredentials] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(id: String): Future[SshCredential]

      Get detailed information about an ssh_credential

      Get detailed information about an ssh_credential

      See also https://ngrok.com/docs/api#api-ssh-credentials-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[SshCredentialList]]

      List all ssh credentials on this account

      List all ssh credentials on this account

      See also https://ngrok.com/docs/api#api-ssh-credentials-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, acl: List[String] = List.empty): Future[SshCredential]

      Update attributes of an ssh_credential by ID

      Update attributes of an ssh_credential by ID

      See also https://ngrok.com/docs/api#api-ssh-credentials-update. +

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of who or what will use the ssh credential to authenticate. Optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this ssh credential. Optional, max 4096 bytes.

      acl

      optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshCredentials toStringFormat[SshCredentials] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (SshCredentials, B)
      Implicit
      This member is added by an implicit conversion from SshCredentials toArrowAssoc[SshCredentials] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshCredentials to any2stringadd[SshCredentials]

    Inherited by implicit conversion StringFormat fromSshCredentials to StringFormat[SshCredentials]

    Inherited by implicit conversion Ensuring fromSshCredentials to Ensuring[SshCredentials]

    Inherited by implicit conversion ArrowAssoc fromSshCredentials to ArrowAssoc[SshCredentials]

    Ungrouped

    diff --git a/docs/com/ngrok/services/SshHostCertificates$.html b/docs/com/ngrok/services/SshHostCertificates$.html index 1a7f573..5b48fc7 100644 --- a/docs/com/ngrok/services/SshHostCertificates$.html +++ b/docs/com/ngrok/services/SshHostCertificates$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.SshHostCertificates

    object SshHostCertificates

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshHostCertificates
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.SshHostCertificates

    object SshHostCertificates

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshHostCertificates
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/SshHostCertificates.html b/docs/com/ngrok/services/SshHostCertificates.html index c725e13..b68da11 100644 --- a/docs/com/ngrok/services/SshHostCertificates.html +++ b/docs/com/ngrok/services/SshHostCertificates.html @@ -1,10 +1,12 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.SshHostCertificates

    class SshHostCertificates extends AnyRef

    SSH Host Certificates along with the corresponding private key allows an SSH +ngrok API Documentation (0.7.0) - com.ngrok.services.SshHostCertificates

    class SshHostCertificates extends AnyRef

    SSH Host Certificates along with the corresponding private key allows an SSH server to assert its authenticity to connecting SSH clients who trust the SSH Certificate Authority that was used to sign the certificate.

    See also https://ngrok.com/docs/api#api-ssh-host-certificates. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshHostCertificates
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toany2stringadd[SshHostCertificates] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshHostCertificates, B)
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toArrowAssoc[SshHostCertificates] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(sshCertificateAuthorityId: String, publicKey: String, principals: Option[List[String]] = None, validAfter: Option[OffsetDateTime] = None, validUntil: Option[OffsetDateTime] = None, description: Option[String] = None, metadata: Option[String] = None): Future[SshHostCertificate]

      Create a new SSH Host Certificate

      Create a new SSH Host Certificate

      See also https://ngrok.com/docs/api#api-ssh-host-certificates-create. -

      sshCertificateAuthorityId

      the ssh certificate authority that is used to sign this ssh host certificate

      publicKey

      a public key in OpenSSH Authorized Keys format that this certificate signs

      principals

      the list of principals included in the ssh host certificate. This is the list of hostnames and/or IP addresses that are authorized to serve SSH traffic with this certificate. Dangerously, if no principals are specified, this certificate is considered valid for all hosts.

      validAfter

      The time when the host certificate becomes valid, in RFC 3339 format. Defaults to the current time if unspecified.

      validUntil

      The time when this host certificate becomes invalid, in RFC 3339 format. If unspecified, a default value of one year in the future will be used. The OpenSSH certificates RFC calls this valid_before.

      description

      human-readable description of this SSH Host Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Host Certificate. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an SSH Host Certificate

      Delete an SSH Host Certificate

      See also https://ngrok.com/docs/api#api-ssh-host-certificates-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (SshHostCertificates) => Boolean, msg: => Any): SshHostCertificates
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toEnsuring[SshHostCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (SshHostCertificates) => Boolean): SshHostCertificates
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toEnsuring[SshHostCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): SshHostCertificates
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toEnsuring[SshHostCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): SshHostCertificates
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toEnsuring[SshHostCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toStringFormat[SshHostCertificates] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[SshHostCertificate]

      Get detailed information about an SSH Host Certficate

      Get detailed information about an SSH Host Certficate

      See also https://ngrok.com/docs/api#api-ssh-host-certificates-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[SshHostCertificateList]]

      List all SSH Host Certificates issued on this account

      List all SSH Host Certificates issued on this account

      See also https://ngrok.com/docs/api#api-ssh-host-certificates-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[SshHostCertificate]

      Update an SSH Host Certificate

      Update an SSH Host Certificate

      See also https://ngrok.com/docs/api#api-ssh-host-certificates-update. -

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this SSH Host Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Host Certificate. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (SshHostCertificates, B)
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toArrowAssoc[SshHostCertificates] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshHostCertificates to any2stringadd[SshHostCertificates]

    Inherited by implicit conversion StringFormat fromSshHostCertificates to StringFormat[SshHostCertificates]

    Inherited by implicit conversion Ensuring fromSshHostCertificates to Ensuring[SshHostCertificates]

    Inherited by implicit conversion ArrowAssoc fromSshHostCertificates to ArrowAssoc[SshHostCertificates]

    Ungrouped

    +

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshHostCertificates
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toany2stringadd[SshHostCertificates] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshHostCertificates, B)
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toArrowAssoc[SshHostCertificates] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(sshCertificateAuthorityId: String, publicKey: String, principals: List[String] = List.empty, validAfter: Option[OffsetDateTime] = None, validUntil: Option[OffsetDateTime] = None, description: Option[String] = None, metadata: Option[String] = None): Future[SshHostCertificate]

      Create a new SSH Host Certificate

      Create a new SSH Host Certificate

      See also https://ngrok.com/docs/api#api-ssh-host-certificates-create. +

      sshCertificateAuthorityId

      the ssh certificate authority that is used to sign this ssh host certificate

      publicKey

      a public key in OpenSSH Authorized Keys format that this certificate signs

      principals

      the list of principals included in the ssh host certificate. This is the list of hostnames and/or IP addresses that are authorized to serve SSH traffic with this certificate. Dangerously, if no principals are specified, this certificate is considered valid for all hosts.

      validAfter

      The time when the host certificate becomes valid, in RFC 3339 format. Defaults to the current time if unspecified.

      validUntil

      The time when this host certificate becomes invalid, in RFC 3339 format. If unspecified, a default value of one year in the future will be used. The OpenSSH certificates RFC calls this valid_before.

      description

      human-readable description of this SSH Host Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Host Certificate. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an SSH Host Certificate

      Delete an SSH Host Certificate

      See also https://ngrok.com/docs/api#api-ssh-host-certificates-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (SshHostCertificates) => Boolean, msg: => Any): SshHostCertificates
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toEnsuring[SshHostCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (SshHostCertificates) => Boolean): SshHostCertificates
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toEnsuring[SshHostCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): SshHostCertificates
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toEnsuring[SshHostCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): SshHostCertificates
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toEnsuring[SshHostCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(id: String): Future[SshHostCertificate]

      Get detailed information about an SSH Host Certficate

      Get detailed information about an SSH Host Certficate

      See also https://ngrok.com/docs/api#api-ssh-host-certificates-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[SshHostCertificateList]]

      List all SSH Host Certificates issued on this account

      List all SSH Host Certificates issued on this account

      See also https://ngrok.com/docs/api#api-ssh-host-certificates-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[SshHostCertificate]

      Update an SSH Host Certificate

      Update an SSH Host Certificate

      See also https://ngrok.com/docs/api#api-ssh-host-certificates-update. +

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this SSH Host Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH Host Certificate. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toStringFormat[SshHostCertificates] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (SshHostCertificates, B)
      Implicit
      This member is added by an implicit conversion from SshHostCertificates toArrowAssoc[SshHostCertificates] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshHostCertificates to any2stringadd[SshHostCertificates]

    Inherited by implicit conversion StringFormat fromSshHostCertificates to StringFormat[SshHostCertificates]

    Inherited by implicit conversion Ensuring fromSshHostCertificates to Ensuring[SshHostCertificates]

    Inherited by implicit conversion ArrowAssoc fromSshHostCertificates to ArrowAssoc[SshHostCertificates]

    Ungrouped

    diff --git a/docs/com/ngrok/services/SshUserCertificates$.html b/docs/com/ngrok/services/SshUserCertificates$.html index 18de621..d2bbb40 100644 --- a/docs/com/ngrok/services/SshUserCertificates$.html +++ b/docs/com/ngrok/services/SshUserCertificates$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.SshUserCertificates

    object SshUserCertificates

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshUserCertificates
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.SshUserCertificates

    object SshUserCertificates

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshUserCertificates
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/SshUserCertificates.html b/docs/com/ngrok/services/SshUserCertificates.html index b544bfb..f29eabb 100644 --- a/docs/com/ngrok/services/SshUserCertificates.html +++ b/docs/com/ngrok/services/SshUserCertificates.html @@ -1,10 +1,12 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.SshUserCertificates

    class SshUserCertificates extends AnyRef

    SSH User Certificates are presented by SSH clients when connecting to an SSH +ngrok API Documentation (0.7.0) - com.ngrok.services.SshUserCertificates

    class SshUserCertificates extends AnyRef

    SSH User Certificates are presented by SSH clients when connecting to an SSH server to authenticate their connection. The SSH server must trust the SSH Certificate Authority used to sign the certificate.

    See also https://ngrok.com/docs/api#api-ssh-user-certificates. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshUserCertificates
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toany2stringadd[SshUserCertificates] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshUserCertificates, B)
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toArrowAssoc[SshUserCertificates] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(sshCertificateAuthorityId: String, publicKey: String, principals: Option[List[String]] = None, criticalOptions: Option[Map[String, String]] = None, extensions: Option[Map[String, String]] = None, validAfter: Option[OffsetDateTime] = None, validUntil: Option[OffsetDateTime] = None, description: Option[String] = None, metadata: Option[String] = None): Future[SshUserCertificate]

      Create a new SSH User Certificate

      Create a new SSH User Certificate

      See also https://ngrok.com/docs/api#api-ssh-user-certificates-create. -

      sshCertificateAuthorityId

      the ssh certificate authority that is used to sign this ssh user certificate

      publicKey

      a public key in OpenSSH Authorized Keys format that this certificate signs

      principals

      the list of principals included in the ssh user certificate. This is the list of usernames that the certificate holder may sign in as on a machine authorizing the signing certificate authority. Dangerously, if no principals are specified, this certificate may be used to log in as any user.

      criticalOptions

      A map of critical options included in the certificate. Only two critical options are currently defined by OpenSSH: force-command and source-address. See the OpenSSH certificate protocol spec for additional details.

      extensions

      A map of extensions included in the certificate. Extensions are additional metadata that can be interpreted by the SSH server for any purpose. These can be used to permit or deny the ability to open a terminal, do port forwarding, x11 forwarding, and more. If unspecified, the certificate will include limited permissions with the following extension map: {"permit-pty": "", "permit-user-rc": ""} OpenSSH understands a number of predefined extensions. See the OpenSSH certificate protocol spec for additional details.

      validAfter

      The time when the user certificate becomes valid, in RFC 3339 format. Defaults to the current time if unspecified.

      validUntil

      The time when this host certificate becomes invalid, in RFC 3339 format. If unspecified, a default value of 24 hours will be used. The OpenSSH certificates RFC calls this valid_before.

      description

      human-readable description of this SSH User Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH User Certificate. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an SSH User Certificate

      Delete an SSH User Certificate

      See also https://ngrok.com/docs/api#api-ssh-user-certificates-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (SshUserCertificates) => Boolean, msg: => Any): SshUserCertificates
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toEnsuring[SshUserCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (SshUserCertificates) => Boolean): SshUserCertificates
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toEnsuring[SshUserCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): SshUserCertificates
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toEnsuring[SshUserCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): SshUserCertificates
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toEnsuring[SshUserCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toStringFormat[SshUserCertificates] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[SshUserCertificate]

      Get detailed information about an SSH User Certficate

      Get detailed information about an SSH User Certficate

      See also https://ngrok.com/docs/api#api-ssh-user-certificates-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[SshUserCertificateList]]

      List all SSH User Certificates issued on this account

      List all SSH User Certificates issued on this account

      See also https://ngrok.com/docs/api#api-ssh-user-certificates-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[SshUserCertificate]

      Update an SSH User Certificate

      Update an SSH User Certificate

      See also https://ngrok.com/docs/api#api-ssh-user-certificates-update. -

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this SSH User Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH User Certificate. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (SshUserCertificates, B)
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toArrowAssoc[SshUserCertificates] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshUserCertificates to any2stringadd[SshUserCertificates]

    Inherited by implicit conversion StringFormat fromSshUserCertificates to StringFormat[SshUserCertificates]

    Inherited by implicit conversion Ensuring fromSshUserCertificates to Ensuring[SshUserCertificates]

    Inherited by implicit conversion ArrowAssoc fromSshUserCertificates to ArrowAssoc[SshUserCertificates]

    Ungrouped

    +

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. SshUserCertificates
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toany2stringadd[SshUserCertificates] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (SshUserCertificates, B)
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toArrowAssoc[SshUserCertificates] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(sshCertificateAuthorityId: String, publicKey: String, principals: List[String] = List.empty, criticalOptions: Map[String, String] = Map.empty, extensions: Map[String, String] = Map.empty, validAfter: Option[OffsetDateTime] = None, validUntil: Option[OffsetDateTime] = None, description: Option[String] = None, metadata: Option[String] = None): Future[SshUserCertificate]

      Create a new SSH User Certificate

      Create a new SSH User Certificate

      See also https://ngrok.com/docs/api#api-ssh-user-certificates-create. +

      sshCertificateAuthorityId

      the ssh certificate authority that is used to sign this ssh user certificate

      publicKey

      a public key in OpenSSH Authorized Keys format that this certificate signs

      principals

      the list of principals included in the ssh user certificate. This is the list of usernames that the certificate holder may sign in as on a machine authorizing the signing certificate authority. Dangerously, if no principals are specified, this certificate may be used to log in as any user.

      criticalOptions

      A map of critical options included in the certificate. Only two critical options are currently defined by OpenSSH: force-command and source-address. See the OpenSSH certificate protocol spec for additional details.

      extensions

      A map of extensions included in the certificate. Extensions are additional metadata that can be interpreted by the SSH server for any purpose. These can be used to permit or deny the ability to open a terminal, do port forwarding, x11 forwarding, and more. If unspecified, the certificate will include limited permissions with the following extension map: {"permit-pty": "", "permit-user-rc": ""} OpenSSH understands a number of predefined extensions. See the OpenSSH certificate protocol spec for additional details.

      validAfter

      The time when the user certificate becomes valid, in RFC 3339 format. Defaults to the current time if unspecified.

      validUntil

      The time when this host certificate becomes invalid, in RFC 3339 format. If unspecified, a default value of 24 hours will be used. The OpenSSH certificates RFC calls this valid_before.

      description

      human-readable description of this SSH User Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH User Certificate. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete an SSH User Certificate

      Delete an SSH User Certificate

      See also https://ngrok.com/docs/api#api-ssh-user-certificates-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (SshUserCertificates) => Boolean, msg: => Any): SshUserCertificates
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toEnsuring[SshUserCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (SshUserCertificates) => Boolean): SshUserCertificates
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toEnsuring[SshUserCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): SshUserCertificates
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toEnsuring[SshUserCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): SshUserCertificates
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toEnsuring[SshUserCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(id: String): Future[SshUserCertificate]

      Get detailed information about an SSH User Certficate

      Get detailed information about an SSH User Certficate

      See also https://ngrok.com/docs/api#api-ssh-user-certificates-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[SshUserCertificateList]]

      List all SSH User Certificates issued on this account

      List all SSH User Certificates issued on this account

      See also https://ngrok.com/docs/api#api-ssh-user-certificates-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[SshUserCertificate]

      Update an SSH User Certificate

      Update an SSH User Certificate

      See also https://ngrok.com/docs/api#api-ssh-user-certificates-update. +

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this SSH User Certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this SSH User Certificate. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toStringFormat[SshUserCertificates] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (SshUserCertificates, B)
      Implicit
      This member is added by an implicit conversion from SshUserCertificates toArrowAssoc[SshUserCertificates] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromSshUserCertificates to any2stringadd[SshUserCertificates]

    Inherited by implicit conversion StringFormat fromSshUserCertificates to StringFormat[SshUserCertificates]

    Inherited by implicit conversion Ensuring fromSshUserCertificates to Ensuring[SshUserCertificates]

    Inherited by implicit conversion ArrowAssoc fromSshUserCertificates to ArrowAssoc[SshUserCertificates]

    Ungrouped

    diff --git a/docs/com/ngrok/services/TcpEdgeBackendModule$.html b/docs/com/ngrok/services/TcpEdgeBackendModule$.html index bd9033a..141c6ae 100644 --- a/docs/com/ngrok/services/TcpEdgeBackendModule$.html +++ b/docs/com/ngrok/services/TcpEdgeBackendModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TcpEdgeBackendModule

    object TcpEdgeBackendModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdgeBackendModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.TcpEdgeBackendModule

    object TcpEdgeBackendModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdgeBackendModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/TcpEdgeBackendModule.html b/docs/com/ngrok/services/TcpEdgeBackendModule.html index d7cd2fe..7d55276 100644 --- a/docs/com/ngrok/services/TcpEdgeBackendModule.html +++ b/docs/com/ngrok/services/TcpEdgeBackendModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TcpEdgeBackendModule

    class TcpEdgeBackendModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdgeBackendModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toany2stringadd[TcpEdgeBackendModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TcpEdgeBackendModule, B)
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toArrowAssoc[TcpEdgeBackendModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-tcp-edge-backend-module-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (TcpEdgeBackendModule) => Boolean, msg: => Any): TcpEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toEnsuring[TcpEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TcpEdgeBackendModule) => Boolean): TcpEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toEnsuring[TcpEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TcpEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toEnsuring[TcpEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TcpEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toEnsuring[TcpEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toStringFormat[TcpEdgeBackendModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(id: String): Future[EndpointBackend]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-tcp-edge-backend-module-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(id: String, module: Option[EndpointBackendMutate] = None): Future[EndpointBackend]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-tcp-edge-backend-module-replace. -

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointBackendMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TcpEdgeBackendModule, B)
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toArrowAssoc[TcpEdgeBackendModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTcpEdgeBackendModule to any2stringadd[TcpEdgeBackendModule]

    Inherited by implicit conversion StringFormat fromTcpEdgeBackendModule to StringFormat[TcpEdgeBackendModule]

    Inherited by implicit conversion Ensuring fromTcpEdgeBackendModule to Ensuring[TcpEdgeBackendModule]

    Inherited by implicit conversion ArrowAssoc fromTcpEdgeBackendModule to ArrowAssoc[TcpEdgeBackendModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.TcpEdgeBackendModule

    class TcpEdgeBackendModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdgeBackendModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toany2stringadd[TcpEdgeBackendModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TcpEdgeBackendModule, B)
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toArrowAssoc[TcpEdgeBackendModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-tcp-edge-backend-module-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (TcpEdgeBackendModule) => Boolean, msg: => Any): TcpEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toEnsuring[TcpEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TcpEdgeBackendModule) => Boolean): TcpEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toEnsuring[TcpEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TcpEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toEnsuring[TcpEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TcpEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toEnsuring[TcpEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(id: String): Future[EndpointBackend]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-tcp-edge-backend-module-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(id: String, module: Option[EndpointBackendMutate] = None): Future[EndpointBackend]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-tcp-edge-backend-module-replace. +

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointBackendMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toStringFormat[TcpEdgeBackendModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TcpEdgeBackendModule, B)
      Implicit
      This member is added by an implicit conversion from TcpEdgeBackendModule toArrowAssoc[TcpEdgeBackendModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTcpEdgeBackendModule to any2stringadd[TcpEdgeBackendModule]

    Inherited by implicit conversion StringFormat fromTcpEdgeBackendModule to StringFormat[TcpEdgeBackendModule]

    Inherited by implicit conversion Ensuring fromTcpEdgeBackendModule to Ensuring[TcpEdgeBackendModule]

    Inherited by implicit conversion ArrowAssoc fromTcpEdgeBackendModule to ArrowAssoc[TcpEdgeBackendModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/TcpEdgeIpRestrictionModule$.html b/docs/com/ngrok/services/TcpEdgeIpRestrictionModule$.html index ddac7dd..050dabd 100644 --- a/docs/com/ngrok/services/TcpEdgeIpRestrictionModule$.html +++ b/docs/com/ngrok/services/TcpEdgeIpRestrictionModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TcpEdgeIpRestrictionModule

    object TcpEdgeIpRestrictionModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdgeIpRestrictionModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.TcpEdgeIpRestrictionModule

    object TcpEdgeIpRestrictionModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdgeIpRestrictionModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/TcpEdgeIpRestrictionModule.html b/docs/com/ngrok/services/TcpEdgeIpRestrictionModule.html index bda77cb..f78e296 100644 --- a/docs/com/ngrok/services/TcpEdgeIpRestrictionModule.html +++ b/docs/com/ngrok/services/TcpEdgeIpRestrictionModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TcpEdgeIpRestrictionModule

    class TcpEdgeIpRestrictionModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdgeIpRestrictionModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toany2stringadd[TcpEdgeIpRestrictionModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TcpEdgeIpRestrictionModule, B)
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toArrowAssoc[TcpEdgeIpRestrictionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (TcpEdgeIpRestrictionModule) => Boolean, msg: => Any): TcpEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toEnsuring[TcpEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TcpEdgeIpRestrictionModule) => Boolean): TcpEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toEnsuring[TcpEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TcpEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toEnsuring[TcpEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TcpEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toEnsuring[TcpEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toStringFormat[TcpEdgeIpRestrictionModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(id: String): Future[EndpointIpPolicy]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(id: String, module: Option[EndpointIpPolicyMutate] = None): Future[EndpointIpPolicy]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module-replace. -

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointIpPolicyMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TcpEdgeIpRestrictionModule, B)
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toArrowAssoc[TcpEdgeIpRestrictionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTcpEdgeIpRestrictionModule to any2stringadd[TcpEdgeIpRestrictionModule]

    Inherited by implicit conversion StringFormat fromTcpEdgeIpRestrictionModule to StringFormat[TcpEdgeIpRestrictionModule]

    Inherited by implicit conversion Ensuring fromTcpEdgeIpRestrictionModule to Ensuring[TcpEdgeIpRestrictionModule]

    Inherited by implicit conversion ArrowAssoc fromTcpEdgeIpRestrictionModule to ArrowAssoc[TcpEdgeIpRestrictionModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.TcpEdgeIpRestrictionModule

    class TcpEdgeIpRestrictionModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TcpEdgeIpRestrictionModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toany2stringadd[TcpEdgeIpRestrictionModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TcpEdgeIpRestrictionModule, B)
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toArrowAssoc[TcpEdgeIpRestrictionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (TcpEdgeIpRestrictionModule) => Boolean, msg: => Any): TcpEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toEnsuring[TcpEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TcpEdgeIpRestrictionModule) => Boolean): TcpEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toEnsuring[TcpEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TcpEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toEnsuring[TcpEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TcpEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toEnsuring[TcpEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(id: String): Future[EndpointIpPolicy]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(id: String, module: Option[EndpointIpPolicyMutate] = None): Future[EndpointIpPolicy]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-tcp-edge-ip-restriction-module-replace. +

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointIpPolicyMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toStringFormat[TcpEdgeIpRestrictionModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TcpEdgeIpRestrictionModule, B)
      Implicit
      This member is added by an implicit conversion from TcpEdgeIpRestrictionModule toArrowAssoc[TcpEdgeIpRestrictionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTcpEdgeIpRestrictionModule to any2stringadd[TcpEdgeIpRestrictionModule]

    Inherited by implicit conversion StringFormat fromTcpEdgeIpRestrictionModule to StringFormat[TcpEdgeIpRestrictionModule]

    Inherited by implicit conversion Ensuring fromTcpEdgeIpRestrictionModule to Ensuring[TcpEdgeIpRestrictionModule]

    Inherited by implicit conversion ArrowAssoc fromTcpEdgeIpRestrictionModule to ArrowAssoc[TcpEdgeIpRestrictionModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/TlsCertificates$.html b/docs/com/ngrok/services/TlsCertificates$.html index 265bc19..3daf472 100644 --- a/docs/com/ngrok/services/TlsCertificates$.html +++ b/docs/com/ngrok/services/TlsCertificates$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TlsCertificates

    object TlsCertificates

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificates
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.TlsCertificates

    object TlsCertificates

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificates
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/TlsCertificates.html b/docs/com/ngrok/services/TlsCertificates.html index 9caed20..abaabf6 100644 --- a/docs/com/ngrok/services/TlsCertificates.html +++ b/docs/com/ngrok/services/TlsCertificates.html @@ -1,12 +1,14 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TlsCertificates

    class TlsCertificates extends AnyRef

    TLS Certificates are pairs of x509 certificates and their matching private +ngrok API Documentation (0.7.0) - com.ngrok.services.TlsCertificates

    class TlsCertificates extends AnyRef

    TLS Certificates are pairs of x509 certificates and their matching private key that can be used to terminate TLS traffic. TLS certificates are unused until they are attached to a Domain. TLS Certificates may also be provisioned by ngrok automatically for domains on which you have enabled automated certificate provisioning.

    See also https://ngrok.com/docs/api#api-tls-certificates. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificates
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificates toany2stringadd[TlsCertificates] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsCertificates, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificates toArrowAssoc[TlsCertificates] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(certificatePem: String, privateKeyPem: String, description: Option[String] = None, metadata: Option[String] = None): Future[TlsCertificate]

      Upload a new TLS certificate

      Upload a new TLS certificate

      See also https://ngrok.com/docs/api#api-tls-certificates-create. -

      certificatePem

      chain of PEM-encoded certificates, leaf first. See Certificate Bundles.

      privateKeyPem

      private key for the TLS certificate, PEM-encoded. See Private Keys.

      description

      human-readable description of this TLS certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a TLS certificate

      Delete a TLS certificate

      See also https://ngrok.com/docs/api#api-tls-certificates-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (TlsCertificates) => Boolean, msg: => Any): TlsCertificates
      Implicit
      This member is added by an implicit conversion from TlsCertificates toEnsuring[TlsCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (TlsCertificates) => Boolean): TlsCertificates
      Implicit
      This member is added by an implicit conversion from TlsCertificates toEnsuring[TlsCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): TlsCertificates
      Implicit
      This member is added by an implicit conversion from TlsCertificates toEnsuring[TlsCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): TlsCertificates
      Implicit
      This member is added by an implicit conversion from TlsCertificates toEnsuring[TlsCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificates toStringFormat[TlsCertificates] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[TlsCertificate]

      Get detailed information about a TLS certificate

      Get detailed information about a TLS certificate

      See also https://ngrok.com/docs/api#api-tls-certificates-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[TlsCertificateList]]

      List all TLS certificates on this account

      List all TLS certificates on this account

      See also https://ngrok.com/docs/api#api-tls-certificates-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[TlsCertificate]

      Update attributes of a TLS Certificate by ID

      Update attributes of a TLS Certificate by ID

      See also https://ngrok.com/docs/api#api-tls-certificates-update. -

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this TLS certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TlsCertificates, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificates toArrowAssoc[TlsCertificates] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsCertificates to any2stringadd[TlsCertificates]

    Inherited by implicit conversion StringFormat fromTlsCertificates to StringFormat[TlsCertificates]

    Inherited by implicit conversion Ensuring fromTlsCertificates to Ensuring[TlsCertificates]

    Inherited by implicit conversion ArrowAssoc fromTlsCertificates to ArrowAssoc[TlsCertificates]

    Ungrouped

    +

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsCertificates
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificates toany2stringadd[TlsCertificates] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsCertificates, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificates toArrowAssoc[TlsCertificates] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(certificatePem: String, privateKeyPem: String, description: Option[String] = None, metadata: Option[String] = None): Future[TlsCertificate]

      Upload a new TLS certificate

      Upload a new TLS certificate

      See also https://ngrok.com/docs/api#api-tls-certificates-create. +

      certificatePem

      chain of PEM-encoded certificates, leaf first. See Certificate Bundles.

      privateKeyPem

      private key for the TLS certificate, PEM-encoded. See Private Keys.

      description

      human-readable description of this TLS certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a TLS certificate

      Delete a TLS certificate

      See also https://ngrok.com/docs/api#api-tls-certificates-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (TlsCertificates) => Boolean, msg: => Any): TlsCertificates
      Implicit
      This member is added by an implicit conversion from TlsCertificates toEnsuring[TlsCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (TlsCertificates) => Boolean): TlsCertificates
      Implicit
      This member is added by an implicit conversion from TlsCertificates toEnsuring[TlsCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): TlsCertificates
      Implicit
      This member is added by an implicit conversion from TlsCertificates toEnsuring[TlsCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): TlsCertificates
      Implicit
      This member is added by an implicit conversion from TlsCertificates toEnsuring[TlsCertificates] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(id: String): Future[TlsCertificate]

      Get detailed information about a TLS certificate

      Get detailed information about a TLS certificate

      See also https://ngrok.com/docs/api#api-tls-certificates-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[TlsCertificateList]]

      List all TLS certificates on this account

      List all TLS certificates on this account

      See also https://ngrok.com/docs/api#api-tls-certificates-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None): Future[TlsCertificate]

      Update attributes of a TLS Certificate by ID

      Update attributes of a TLS Certificate by ID

      See also https://ngrok.com/docs/api#api-tls-certificates-update. +

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this TLS certificate. optional, max 255 bytes.

      metadata

      arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsCertificates toStringFormat[TlsCertificates] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TlsCertificates, B)
      Implicit
      This member is added by an implicit conversion from TlsCertificates toArrowAssoc[TlsCertificates] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsCertificates to any2stringadd[TlsCertificates]

    Inherited by implicit conversion StringFormat fromTlsCertificates to StringFormat[TlsCertificates]

    Inherited by implicit conversion Ensuring fromTlsCertificates to Ensuring[TlsCertificates]

    Inherited by implicit conversion ArrowAssoc fromTlsCertificates to ArrowAssoc[TlsCertificates]

    Ungrouped

    diff --git a/docs/com/ngrok/services/TlsEdgeBackendModule$.html b/docs/com/ngrok/services/TlsEdgeBackendModule$.html index 1d531e6..53234e0 100644 --- a/docs/com/ngrok/services/TlsEdgeBackendModule$.html +++ b/docs/com/ngrok/services/TlsEdgeBackendModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TlsEdgeBackendModule

    object TlsEdgeBackendModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeBackendModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.TlsEdgeBackendModule

    object TlsEdgeBackendModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeBackendModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/TlsEdgeBackendModule.html b/docs/com/ngrok/services/TlsEdgeBackendModule.html index 40ad349..91bbf81 100644 --- a/docs/com/ngrok/services/TlsEdgeBackendModule.html +++ b/docs/com/ngrok/services/TlsEdgeBackendModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TlsEdgeBackendModule

    class TlsEdgeBackendModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeBackendModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toany2stringadd[TlsEdgeBackendModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsEdgeBackendModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toArrowAssoc[TlsEdgeBackendModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-tls-edge-backend-module-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (TlsEdgeBackendModule) => Boolean, msg: => Any): TlsEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toEnsuring[TlsEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TlsEdgeBackendModule) => Boolean): TlsEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toEnsuring[TlsEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TlsEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toEnsuring[TlsEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TlsEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toEnsuring[TlsEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toStringFormat[TlsEdgeBackendModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(id: String): Future[EndpointBackend]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-tls-edge-backend-module-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(id: String, module: Option[EndpointBackendMutate] = None): Future[EndpointBackend]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-tls-edge-backend-module-replace. -

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointBackendMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TlsEdgeBackendModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toArrowAssoc[TlsEdgeBackendModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsEdgeBackendModule to any2stringadd[TlsEdgeBackendModule]

    Inherited by implicit conversion StringFormat fromTlsEdgeBackendModule to StringFormat[TlsEdgeBackendModule]

    Inherited by implicit conversion Ensuring fromTlsEdgeBackendModule to Ensuring[TlsEdgeBackendModule]

    Inherited by implicit conversion ArrowAssoc fromTlsEdgeBackendModule to ArrowAssoc[TlsEdgeBackendModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.TlsEdgeBackendModule

    class TlsEdgeBackendModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeBackendModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toany2stringadd[TlsEdgeBackendModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsEdgeBackendModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toArrowAssoc[TlsEdgeBackendModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-tls-edge-backend-module-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (TlsEdgeBackendModule) => Boolean, msg: => Any): TlsEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toEnsuring[TlsEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TlsEdgeBackendModule) => Boolean): TlsEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toEnsuring[TlsEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TlsEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toEnsuring[TlsEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TlsEdgeBackendModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toEnsuring[TlsEdgeBackendModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(id: String): Future[EndpointBackend]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-tls-edge-backend-module-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(id: String, module: Option[EndpointBackendMutate] = None): Future[EndpointBackend]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-tls-edge-backend-module-replace. +

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointBackendMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toStringFormat[TlsEdgeBackendModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TlsEdgeBackendModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeBackendModule toArrowAssoc[TlsEdgeBackendModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsEdgeBackendModule to any2stringadd[TlsEdgeBackendModule]

    Inherited by implicit conversion StringFormat fromTlsEdgeBackendModule to StringFormat[TlsEdgeBackendModule]

    Inherited by implicit conversion Ensuring fromTlsEdgeBackendModule to Ensuring[TlsEdgeBackendModule]

    Inherited by implicit conversion ArrowAssoc fromTlsEdgeBackendModule to ArrowAssoc[TlsEdgeBackendModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/TlsEdgeIpRestrictionModule$.html b/docs/com/ngrok/services/TlsEdgeIpRestrictionModule$.html index 0431b04..cb2343e 100644 --- a/docs/com/ngrok/services/TlsEdgeIpRestrictionModule$.html +++ b/docs/com/ngrok/services/TlsEdgeIpRestrictionModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TlsEdgeIpRestrictionModule

    object TlsEdgeIpRestrictionModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeIpRestrictionModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.TlsEdgeIpRestrictionModule

    object TlsEdgeIpRestrictionModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeIpRestrictionModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/TlsEdgeIpRestrictionModule.html b/docs/com/ngrok/services/TlsEdgeIpRestrictionModule.html index a52ebee..871dd3a 100644 --- a/docs/com/ngrok/services/TlsEdgeIpRestrictionModule.html +++ b/docs/com/ngrok/services/TlsEdgeIpRestrictionModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TlsEdgeIpRestrictionModule

    class TlsEdgeIpRestrictionModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeIpRestrictionModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toany2stringadd[TlsEdgeIpRestrictionModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsEdgeIpRestrictionModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toArrowAssoc[TlsEdgeIpRestrictionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-tls-edge-ip-restriction-module-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (TlsEdgeIpRestrictionModule) => Boolean, msg: => Any): TlsEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toEnsuring[TlsEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TlsEdgeIpRestrictionModule) => Boolean): TlsEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toEnsuring[TlsEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TlsEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toEnsuring[TlsEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TlsEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toEnsuring[TlsEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toStringFormat[TlsEdgeIpRestrictionModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(id: String): Future[EndpointIpPolicy]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-tls-edge-ip-restriction-module-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(id: String, module: Option[EndpointIpPolicyMutate] = None): Future[EndpointIpPolicy]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-tls-edge-ip-restriction-module-replace. -

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointIpPolicyMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TlsEdgeIpRestrictionModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toArrowAssoc[TlsEdgeIpRestrictionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsEdgeIpRestrictionModule to any2stringadd[TlsEdgeIpRestrictionModule]

    Inherited by implicit conversion StringFormat fromTlsEdgeIpRestrictionModule to StringFormat[TlsEdgeIpRestrictionModule]

    Inherited by implicit conversion Ensuring fromTlsEdgeIpRestrictionModule to Ensuring[TlsEdgeIpRestrictionModule]

    Inherited by implicit conversion ArrowAssoc fromTlsEdgeIpRestrictionModule to ArrowAssoc[TlsEdgeIpRestrictionModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.TlsEdgeIpRestrictionModule

    class TlsEdgeIpRestrictionModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeIpRestrictionModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toany2stringadd[TlsEdgeIpRestrictionModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsEdgeIpRestrictionModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toArrowAssoc[TlsEdgeIpRestrictionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-tls-edge-ip-restriction-module-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (TlsEdgeIpRestrictionModule) => Boolean, msg: => Any): TlsEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toEnsuring[TlsEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TlsEdgeIpRestrictionModule) => Boolean): TlsEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toEnsuring[TlsEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TlsEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toEnsuring[TlsEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TlsEdgeIpRestrictionModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toEnsuring[TlsEdgeIpRestrictionModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(id: String): Future[EndpointIpPolicy]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-tls-edge-ip-restriction-module-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(id: String, module: Option[EndpointIpPolicyMutate] = None): Future[EndpointIpPolicy]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-tls-edge-ip-restriction-module-replace. +

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointIpPolicyMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toStringFormat[TlsEdgeIpRestrictionModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TlsEdgeIpRestrictionModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeIpRestrictionModule toArrowAssoc[TlsEdgeIpRestrictionModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsEdgeIpRestrictionModule to any2stringadd[TlsEdgeIpRestrictionModule]

    Inherited by implicit conversion StringFormat fromTlsEdgeIpRestrictionModule to StringFormat[TlsEdgeIpRestrictionModule]

    Inherited by implicit conversion Ensuring fromTlsEdgeIpRestrictionModule to Ensuring[TlsEdgeIpRestrictionModule]

    Inherited by implicit conversion ArrowAssoc fromTlsEdgeIpRestrictionModule to ArrowAssoc[TlsEdgeIpRestrictionModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/TlsEdgeMutualTlsModule$.html b/docs/com/ngrok/services/TlsEdgeMutualTlsModule$.html index 5b23826..9caf8f7 100644 --- a/docs/com/ngrok/services/TlsEdgeMutualTlsModule$.html +++ b/docs/com/ngrok/services/TlsEdgeMutualTlsModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TlsEdgeMutualTlsModule

    object TlsEdgeMutualTlsModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeMutualTlsModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.TlsEdgeMutualTlsModule

    object TlsEdgeMutualTlsModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeMutualTlsModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/TlsEdgeMutualTlsModule.html b/docs/com/ngrok/services/TlsEdgeMutualTlsModule.html index 0bd11db..471cfa1 100644 --- a/docs/com/ngrok/services/TlsEdgeMutualTlsModule.html +++ b/docs/com/ngrok/services/TlsEdgeMutualTlsModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TlsEdgeMutualTlsModule

    class TlsEdgeMutualTlsModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeMutualTlsModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toany2stringadd[TlsEdgeMutualTlsModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsEdgeMutualTlsModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toArrowAssoc[TlsEdgeMutualTlsModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (TlsEdgeMutualTlsModule) => Boolean, msg: => Any): TlsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toEnsuring[TlsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TlsEdgeMutualTlsModule) => Boolean): TlsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toEnsuring[TlsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TlsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toEnsuring[TlsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TlsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toEnsuring[TlsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toStringFormat[TlsEdgeMutualTlsModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(id: String): Future[EndpointMutualTls]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(id: String, module: Option[EndpointMutualTlsMutate] = None): Future[EndpointMutualTls]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-replace. -

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointMutualTlsMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TlsEdgeMutualTlsModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toArrowAssoc[TlsEdgeMutualTlsModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsEdgeMutualTlsModule to any2stringadd[TlsEdgeMutualTlsModule]

    Inherited by implicit conversion StringFormat fromTlsEdgeMutualTlsModule to StringFormat[TlsEdgeMutualTlsModule]

    Inherited by implicit conversion Ensuring fromTlsEdgeMutualTlsModule to Ensuring[TlsEdgeMutualTlsModule]

    Inherited by implicit conversion ArrowAssoc fromTlsEdgeMutualTlsModule to ArrowAssoc[TlsEdgeMutualTlsModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.TlsEdgeMutualTlsModule

    class TlsEdgeMutualTlsModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeMutualTlsModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toany2stringadd[TlsEdgeMutualTlsModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsEdgeMutualTlsModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toArrowAssoc[TlsEdgeMutualTlsModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (TlsEdgeMutualTlsModule) => Boolean, msg: => Any): TlsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toEnsuring[TlsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TlsEdgeMutualTlsModule) => Boolean): TlsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toEnsuring[TlsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TlsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toEnsuring[TlsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TlsEdgeMutualTlsModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toEnsuring[TlsEdgeMutualTlsModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(id: String): Future[EndpointMutualTls]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(id: String, module: Option[EndpointMutualTlsMutate] = None): Future[EndpointMutualTls]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-replace. +

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointMutualTlsMutate

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toStringFormat[TlsEdgeMutualTlsModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TlsEdgeMutualTlsModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeMutualTlsModule toArrowAssoc[TlsEdgeMutualTlsModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsEdgeMutualTlsModule to any2stringadd[TlsEdgeMutualTlsModule]

    Inherited by implicit conversion StringFormat fromTlsEdgeMutualTlsModule to StringFormat[TlsEdgeMutualTlsModule]

    Inherited by implicit conversion Ensuring fromTlsEdgeMutualTlsModule to Ensuring[TlsEdgeMutualTlsModule]

    Inherited by implicit conversion ArrowAssoc fromTlsEdgeMutualTlsModule to ArrowAssoc[TlsEdgeMutualTlsModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/TlsEdgeTlsTerminationModule$.html b/docs/com/ngrok/services/TlsEdgeTlsTerminationModule$.html index d45d42f..1b96705 100644 --- a/docs/com/ngrok/services/TlsEdgeTlsTerminationModule$.html +++ b/docs/com/ngrok/services/TlsEdgeTlsTerminationModule$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TlsEdgeTlsTerminationModule

    object TlsEdgeTlsTerminationModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeTlsTerminationModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.TlsEdgeTlsTerminationModule

    object TlsEdgeTlsTerminationModule

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeTlsTerminationModule
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/TlsEdgeTlsTerminationModule.html b/docs/com/ngrok/services/TlsEdgeTlsTerminationModule.html index b288699..7ba1914 100644 --- a/docs/com/ngrok/services/TlsEdgeTlsTerminationModule.html +++ b/docs/com/ngrok/services/TlsEdgeTlsTerminationModule.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TlsEdgeTlsTerminationModule

    class TlsEdgeTlsTerminationModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeTlsTerminationModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toany2stringadd[TlsEdgeTlsTerminationModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsEdgeTlsTerminationModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toArrowAssoc[TlsEdgeTlsTerminationModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (TlsEdgeTlsTerminationModule) => Boolean, msg: => Any): TlsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toEnsuring[TlsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TlsEdgeTlsTerminationModule) => Boolean): TlsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toEnsuring[TlsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TlsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toEnsuring[TlsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TlsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toEnsuring[TlsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toStringFormat[TlsEdgeTlsTerminationModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    17. def get(id: String): Future[EndpointTlsTermination]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def replace(id: String, module: Option[EndpointTlsTermination] = None): Future[EndpointTlsTermination]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-replace. -

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointTlsTermination

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TlsEdgeTlsTerminationModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toArrowAssoc[TlsEdgeTlsTerminationModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsEdgeTlsTerminationModule to any2stringadd[TlsEdgeTlsTerminationModule]

    Inherited by implicit conversion StringFormat fromTlsEdgeTlsTerminationModule to StringFormat[TlsEdgeTlsTerminationModule]

    Inherited by implicit conversion Ensuring fromTlsEdgeTlsTerminationModule to Ensuring[TlsEdgeTlsTerminationModule]

    Inherited by implicit conversion ArrowAssoc fromTlsEdgeTlsTerminationModule to ArrowAssoc[TlsEdgeTlsTerminationModule]

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.TlsEdgeTlsTerminationModule

    class TlsEdgeTlsTerminationModule extends AnyRef

    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TlsEdgeTlsTerminationModule
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toany2stringadd[TlsEdgeTlsTerminationModule] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TlsEdgeTlsTerminationModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toArrowAssoc[TlsEdgeTlsTerminationModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def delete(id: String): Future[Unit]

      Sends an API request for the Delete operation.

      Sends an API request for the Delete operation.

      See also https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def ensuring(cond: (TlsEdgeTlsTerminationModule) => Boolean, msg: => Any): TlsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toEnsuring[TlsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: (TlsEdgeTlsTerminationModule) => Boolean): TlsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toEnsuring[TlsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean, msg: => Any): TlsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toEnsuring[TlsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean): TlsEdgeTlsTerminationModule
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toEnsuring[TlsEdgeTlsTerminationModule] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    14. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    15. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    16. def get(id: String): Future[EndpointTlsTermination]

      Sends an API request for the Get operation.

      Sends an API request for the Get operation.

      See also https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. def replace(id: String, module: Option[EndpointTlsTermination] = None): Future[EndpointTlsTermination]

      Sends an API request for the Replace operation.

      Sends an API request for the Replace operation.

      See also https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-replace. +

      id

      the value of the id parameter as a scala.Predef.String

      module

      the value of the module parameter as a EndpointTlsTermination

      returns

      a scala.concurrent.Future encapsulating the API call's result

    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toStringFormat[TlsEdgeTlsTerminationModule] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TlsEdgeTlsTerminationModule, B)
      Implicit
      This member is added by an implicit conversion from TlsEdgeTlsTerminationModule toArrowAssoc[TlsEdgeTlsTerminationModule] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTlsEdgeTlsTerminationModule to any2stringadd[TlsEdgeTlsTerminationModule]

    Inherited by implicit conversion StringFormat fromTlsEdgeTlsTerminationModule to StringFormat[TlsEdgeTlsTerminationModule]

    Inherited by implicit conversion Ensuring fromTlsEdgeTlsTerminationModule to Ensuring[TlsEdgeTlsTerminationModule]

    Inherited by implicit conversion ArrowAssoc fromTlsEdgeTlsTerminationModule to ArrowAssoc[TlsEdgeTlsTerminationModule]

    Ungrouped

    diff --git a/docs/com/ngrok/services/TunnelGroupBackends$.html b/docs/com/ngrok/services/TunnelGroupBackends$.html index 35a85bc..e1824c8 100644 --- a/docs/com/ngrok/services/TunnelGroupBackends$.html +++ b/docs/com/ngrok/services/TunnelGroupBackends$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TunnelGroupBackends

    object TunnelGroupBackends

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelGroupBackends
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.TunnelGroupBackends

    object TunnelGroupBackends

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelGroupBackends
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/TunnelGroupBackends.html b/docs/com/ngrok/services/TunnelGroupBackends.html index 49d3407..f1402e7 100644 --- a/docs/com/ngrok/services/TunnelGroupBackends.html +++ b/docs/com/ngrok/services/TunnelGroupBackends.html @@ -1,9 +1,11 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TunnelGroupBackends

    class TunnelGroupBackends extends AnyRef

    A Tunnel Group Backend balances traffic among all online tunnels that match +ngrok API Documentation (0.7.0) - com.ngrok.services.TunnelGroupBackends

    class TunnelGroupBackends extends AnyRef

    A Tunnel Group Backend balances traffic among all online tunnels that match a label selector.

    See also https://ngrok.com/docs/api#api-tunnel-group-backends. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelGroupBackends
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toany2stringadd[TunnelGroupBackends] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TunnelGroupBackends, B)
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toArrowAssoc[TunnelGroupBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, labels: Option[Map[String, String]] = None): Future[TunnelGroupBackend]

      Create a new TunnelGroup backend

      Create a new TunnelGroup backend

      See also https://ngrok.com/docs/api#api-tunnel-group-backends-create. -

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      labels

      labels to watch for tunnels on, e.g. app->foo, dc->bar

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a TunnelGroup backend by ID.

      Delete a TunnelGroup backend by ID.

      See also https://ngrok.com/docs/api#api-tunnel-group-backends-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (TunnelGroupBackends) => Boolean, msg: => Any): TunnelGroupBackends
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toEnsuring[TunnelGroupBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (TunnelGroupBackends) => Boolean): TunnelGroupBackends
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toEnsuring[TunnelGroupBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): TunnelGroupBackends
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toEnsuring[TunnelGroupBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): TunnelGroupBackends
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toEnsuring[TunnelGroupBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toStringFormat[TunnelGroupBackends] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[TunnelGroupBackend]

      Get detailed information about a TunnelGroup backend by ID

      Get detailed information about a TunnelGroup backend by ID

      See also https://ngrok.com/docs/api#api-tunnel-group-backends-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[TunnelGroupBackendList]]

      List all TunnelGroup backends on this account

      List all TunnelGroup backends on this account

      See also https://ngrok.com/docs/api#api-tunnel-group-backends-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, labels: Option[Map[String, String]] = None): Future[TunnelGroupBackend]

      Update TunnelGroup backend by ID

      Update TunnelGroup backend by ID

      See also https://ngrok.com/docs/api#api-tunnel-group-backends-update. -

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      labels

      labels to watch for tunnels on, e.g. app->foo, dc->bar

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (TunnelGroupBackends, B)
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toArrowAssoc[TunnelGroupBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnelGroupBackends to any2stringadd[TunnelGroupBackends]

    Inherited by implicit conversion StringFormat fromTunnelGroupBackends to StringFormat[TunnelGroupBackends]

    Inherited by implicit conversion Ensuring fromTunnelGroupBackends to Ensuring[TunnelGroupBackends]

    Inherited by implicit conversion ArrowAssoc fromTunnelGroupBackends to ArrowAssoc[TunnelGroupBackends]

    Ungrouped

    +

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelGroupBackends
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toany2stringadd[TunnelGroupBackends] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TunnelGroupBackends, B)
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toArrowAssoc[TunnelGroupBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, labels: Map[String, String] = Map.empty): Future[TunnelGroupBackend]

      Create a new TunnelGroup backend

      Create a new TunnelGroup backend

      See also https://ngrok.com/docs/api#api-tunnel-group-backends-create. +

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      labels

      labels to watch for tunnels on, e.g. app->foo, dc->bar

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a TunnelGroup backend by ID.

      Delete a TunnelGroup backend by ID.

      See also https://ngrok.com/docs/api#api-tunnel-group-backends-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (TunnelGroupBackends) => Boolean, msg: => Any): TunnelGroupBackends
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toEnsuring[TunnelGroupBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (TunnelGroupBackends) => Boolean): TunnelGroupBackends
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toEnsuring[TunnelGroupBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): TunnelGroupBackends
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toEnsuring[TunnelGroupBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): TunnelGroupBackends
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toEnsuring[TunnelGroupBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(id: String): Future[TunnelGroupBackend]

      Get detailed information about a TunnelGroup backend by ID

      Get detailed information about a TunnelGroup backend by ID

      See also https://ngrok.com/docs/api#api-tunnel-group-backends-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[TunnelGroupBackendList]]

      List all TunnelGroup backends on this account

      List all TunnelGroup backends on this account

      See also https://ngrok.com/docs/api#api-tunnel-group-backends-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, labels: Map[String, String] = Map.empty): Future[TunnelGroupBackend]

      Update TunnelGroup backend by ID

      Update TunnelGroup backend by ID

      See also https://ngrok.com/docs/api#api-tunnel-group-backends-update. +

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      labels

      labels to watch for tunnels on, e.g. app->foo, dc->bar

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toStringFormat[TunnelGroupBackends] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TunnelGroupBackends, B)
      Implicit
      This member is added by an implicit conversion from TunnelGroupBackends toArrowAssoc[TunnelGroupBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnelGroupBackends to any2stringadd[TunnelGroupBackends]

    Inherited by implicit conversion StringFormat fromTunnelGroupBackends to StringFormat[TunnelGroupBackends]

    Inherited by implicit conversion Ensuring fromTunnelGroupBackends to Ensuring[TunnelGroupBackends]

    Inherited by implicit conversion ArrowAssoc fromTunnelGroupBackends to ArrowAssoc[TunnelGroupBackends]

    Ungrouped

    diff --git a/docs/com/ngrok/services/TunnelSessions$.html b/docs/com/ngrok/services/TunnelSessions$.html index 19a31f1..47d627d 100644 --- a/docs/com/ngrok/services/TunnelSessions$.html +++ b/docs/com/ngrok/services/TunnelSessions$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TunnelSessions

    object TunnelSessions

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelSessions
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.TunnelSessions

    object TunnelSessions

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelSessions
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/TunnelSessions.html b/docs/com/ngrok/services/TunnelSessions.html index 0ca5fb3..d2f586f 100644 --- a/docs/com/ngrok/services/TunnelSessions.html +++ b/docs/com/ngrok/services/TunnelSessions.html @@ -1,17 +1,17 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.TunnelSessions

    class TunnelSessions extends AnyRef

    Tunnel Sessions represent instances of ngrok agents or SSH reverse tunnel +ngrok API Documentation (0.7.0) - com.ngrok.services.TunnelSessions

    class TunnelSessions extends AnyRef

    Tunnel Sessions represent instances of ngrok agents or SSH reverse tunnel sessions that are running and connected to the ngrok service. Each tunnel session can include one or more Tunnels.

    See also https://ngrok.com/docs/api#api-tunnel-sessions. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. TunnelSessions
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from TunnelSessions toany2stringadd[TunnelSessions] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (TunnelSessions, B)
      Implicit
      This member is added by an implicit conversion from TunnelSessions toArrowAssoc[TunnelSessions] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (TunnelSessions) => Boolean, msg: => Any): TunnelSessions
      Implicit
      This member is added by an implicit conversion from TunnelSessions toEnsuring[TunnelSessions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (TunnelSessions) => Boolean): TunnelSessions
      Implicit
      This member is added by an implicit conversion from TunnelSessions toEnsuring[TunnelSessions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): TunnelSessions
      Implicit
      This member is added by an implicit conversion from TunnelSessions toEnsuring[TunnelSessions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): TunnelSessions
      Implicit
      This member is added by an implicit conversion from TunnelSessions toEnsuring[TunnelSessions] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TunnelSessions toStringFormat[TunnelSessions] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. def get(id: String): Future[TunnelSession]

      Get the detailed status of a tunnel session by ID

      Get the detailed status of a tunnel session by ID

      See also https://ngrok.com/docs/api#api-tunnel-sessions-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[TunnelSessionList]]

      List all online tunnel sessions running on this account.

      List all online tunnel sessions running on this account.

      See also https://ngrok.com/docs/api#api-tunnel-sessions-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. def restart(id: String): Future[Unit]

      Issues a command instructing the ngrok agent to restart.

      Issues a command instructing the ngrok agent to restart. The agent restarts +

      Linear Supertypes
      Ordering
      1. Alphabetic
      2. By Inheritance
      Inherited
      1. TunnelSessions
      2. AnyRef
      3. Any
      Implicitly
      1. by any2stringadd
      2. by StringFormat
      3. by Ensuring
      4. by ArrowAssoc
      1. Hide All
      2. Show All
      Visibility
      1. Public
      2. Protected

      Value Members

      1. final def !=(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      2. final def ##: Int
        Definition Classes
        AnyRef → Any
      3. def +(other: String): String
        Implicit
        This member is added by an implicit conversion from TunnelSessions toany2stringadd[TunnelSessions] performed by method any2stringadd in scala.Predef.
        Definition Classes
        any2stringadd
      4. def ->[B](y: B): (TunnelSessions, B)
        Implicit
        This member is added by an implicit conversion from TunnelSessions toArrowAssoc[TunnelSessions] performed by method ArrowAssoc in scala.Predef.
        Definition Classes
        ArrowAssoc
        Annotations
        @inline()
      5. final def ==(arg0: Any): Boolean
        Definition Classes
        AnyRef → Any
      6. final def asInstanceOf[T0]: T0
        Definition Classes
        Any
      7. def clone(): AnyRef
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.CloneNotSupportedException]) @native()
      8. def ensuring(cond: (TunnelSessions) => Boolean, msg: => Any): TunnelSessions
        Implicit
        This member is added by an implicit conversion from TunnelSessions toEnsuring[TunnelSessions] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      9. def ensuring(cond: (TunnelSessions) => Boolean): TunnelSessions
        Implicit
        This member is added by an implicit conversion from TunnelSessions toEnsuring[TunnelSessions] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      10. def ensuring(cond: Boolean, msg: => Any): TunnelSessions
        Implicit
        This member is added by an implicit conversion from TunnelSessions toEnsuring[TunnelSessions] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      11. def ensuring(cond: Boolean): TunnelSessions
        Implicit
        This member is added by an implicit conversion from TunnelSessions toEnsuring[TunnelSessions] performed by method Ensuring in scala.Predef.
        Definition Classes
        Ensuring
      12. final def eq(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      13. def equals(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef → Any
      14. def finalize(): Unit
        Attributes
        protected[lang]
        Definition Classes
        AnyRef
        Annotations
        @throws(classOf[java.lang.Throwable])
      15. def get(id: String): Future[TunnelSession]

        Get the detailed status of a tunnel session by ID

        Get the detailed status of a tunnel session by ID

        See also https://ngrok.com/docs/api#api-tunnel-sessions-get. +

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      16. final def getClass(): Class[_ <: AnyRef]
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      17. def hashCode(): Int
        Definition Classes
        AnyRef → Any
        Annotations
        @native()
      18. final def isInstanceOf[T0]: Boolean
        Definition Classes
        Any
      19. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[TunnelSessionList]]

        List all online tunnel sessions running on this account.

        List all online tunnel sessions running on this account.

        See also https://ngrok.com/docs/api#api-tunnel-sessions-list. +

        beforeId

        the value of the before_id parameter as a scala.Predef.String

        limit

        the value of the limit parameter as a scala.Predef.String

        returns

        a scala.concurrent.Future encapsulating the API call's result

      20. final def ne(arg0: AnyRef): Boolean
        Definition Classes
        AnyRef
      21. final def notify(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      22. final def notifyAll(): Unit
        Definition Classes
        AnyRef
        Annotations
        @native()
      23. def restart(id: String): Future[Unit]

        Issues a command instructing the ngrok agent to restart.

        Issues a command instructing the ngrok agent to restart. The agent restarts itself by calling exec() on platforms that support it. This operation is notably not supported on Windows. When an agent restarts, it reconnects with a new tunnel session ID.

        See also https://ngrok.com/docs/api#api-tunnel-sessions-restart. -

        id

        a resource identifier

        returns

        a scala.concurrent.Future encapsulating the API call's result

      24. def stop(id: String): Future[Unit]

        Issues a command instructing the ngrok agent that started this tunnel session to +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    25. def stop(id: String): Future[Unit]

      Issues a command instructing the ngrok agent that started this tunnel session to exit.

      Issues a command instructing the ngrok agent that started this tunnel session to exit.

      See also https://ngrok.com/docs/api#api-tunnel-sessions-stop. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String): Future[Unit]

      Issues a command instructing the ngrok agent to update itself to the latest +

    id

    a resource identifier

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  • def toString(): String
    Definition Classes
    AnyRef → Any
  • def update(id: String): Future[Unit]

    Issues a command instructing the ngrok agent to update itself to the latest version.

    Issues a command instructing the ngrok agent to update itself to the latest version. After this call completes successfully, the ngrok agent will be in the update process. A caller should wait some amount of time to allow the update to @@ -21,7 +21,9 @@ breaking compatibility issues. If you wish to update to a new major version, that must be done manually. Still, please be aware that updating your ngrok agent could break your integration. This call will fail in any of the following -circumstances: there is no update available the ngrok agent's configuration +circumstances: there is no update available the ngrok agent's configuration disabled update checks the agent is currently in process of updating the agent has already successfully updated but has not yet been restarted

    See also https://ngrok.com/docs/api#api-tunnel-sessions-update. -

    id

    the value of the id parameter as a scala.Predef.String

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  • Deprecated Value Members

    1. def [B](y: B): (TunnelSessions, B)
      Implicit
      This member is added by an implicit conversion from TunnelSessions toArrowAssoc[TunnelSessions] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnelSessions to any2stringadd[TunnelSessions]

    Inherited by implicit conversion StringFormat fromTunnelSessions to StringFormat[TunnelSessions]

    Inherited by implicit conversion Ensuring fromTunnelSessions to Ensuring[TunnelSessions]

    Inherited by implicit conversion ArrowAssoc fromTunnelSessions to ArrowAssoc[TunnelSessions]

    Ungrouped

    +

    id

    the value of the id parameter as a scala.Predef.String

    returns

    a scala.concurrent.Future encapsulating the API call's result

  • final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  • final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  • Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from TunnelSessions toStringFormat[TunnelSessions] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (TunnelSessions, B)
      Implicit
      This member is added by an implicit conversion from TunnelSessions toArrowAssoc[TunnelSessions] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnelSessions to any2stringadd[TunnelSessions]

    Inherited by implicit conversion StringFormat fromTunnelSessions to StringFormat[TunnelSessions]

    Inherited by implicit conversion Ensuring fromTunnelSessions to Ensuring[TunnelSessions]

    Inherited by implicit conversion ArrowAssoc fromTunnelSessions to ArrowAssoc[TunnelSessions]

    Ungrouped

    diff --git a/docs/com/ngrok/services/Tunnels$.html b/docs/com/ngrok/services/Tunnels$.html index a9a720b..87d74b4 100644 --- a/docs/com/ngrok/services/Tunnels$.html +++ b/docs/com/ngrok/services/Tunnels$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.Tunnels

    object Tunnels

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Tunnels
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.Tunnels

    object Tunnels

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Tunnels
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/Tunnels.html b/docs/com/ngrok/services/Tunnels.html index c4e7b12..a0f16d4 100644 --- a/docs/com/ngrok/services/Tunnels.html +++ b/docs/com/ngrok/services/Tunnels.html @@ -1,6 +1,8 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.Tunnels

    class Tunnels extends AnyRef

    Tunnels provide endpoints to access services exposed by a running ngrok +ngrok API Documentation (0.7.0) - com.ngrok.services.Tunnels

    class Tunnels extends AnyRef

    Tunnels provide endpoints to access services exposed by a running ngrok agent tunnel session or an SSH reverse tunnel session.

    See also https://ngrok.com/docs/api#api-tunnels. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Tunnels
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Tunnels toany2stringadd[Tunnels] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Tunnels, B)
      Implicit
      This member is added by an implicit conversion from Tunnels toArrowAssoc[Tunnels] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (Tunnels) => Boolean, msg: => Any): Tunnels
      Implicit
      This member is added by an implicit conversion from Tunnels toEnsuring[Tunnels] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (Tunnels) => Boolean): Tunnels
      Implicit
      This member is added by an implicit conversion from Tunnels toEnsuring[Tunnels] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): Tunnels
      Implicit
      This member is added by an implicit conversion from Tunnels toEnsuring[Tunnels] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): Tunnels
      Implicit
      This member is added by an implicit conversion from Tunnels toEnsuring[Tunnels] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Tunnels toStringFormat[Tunnels] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    16. def get(id: String): Future[Tunnel]

      Get the status of a tunnel by ID

      Get the status of a tunnel by ID

      See also https://ngrok.com/docs/api#api-tunnels-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    17. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    20. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[TunnelList]]

      List all online tunnels currently running on the account.

      List all online tunnels currently running on the account.

      See also https://ngrok.com/docs/api#api-tunnels-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    21. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    22. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    25. def toString(): String
      Definition Classes
      AnyRef → Any
    26. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    28. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (Tunnels, B)
      Implicit
      This member is added by an implicit conversion from Tunnels toArrowAssoc[Tunnels] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnels to any2stringadd[Tunnels]

    Inherited by implicit conversion StringFormat fromTunnels to StringFormat[Tunnels]

    Inherited by implicit conversion Ensuring fromTunnels to Ensuring[Tunnels]

    Inherited by implicit conversion ArrowAssoc fromTunnels to ArrowAssoc[Tunnels]

    Ungrouped

    +

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. Tunnels
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from Tunnels toany2stringadd[Tunnels] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (Tunnels, B)
      Implicit
      This member is added by an implicit conversion from Tunnels toArrowAssoc[Tunnels] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def ensuring(cond: (Tunnels) => Boolean, msg: => Any): Tunnels
      Implicit
      This member is added by an implicit conversion from Tunnels toEnsuring[Tunnels] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    9. def ensuring(cond: (Tunnels) => Boolean): Tunnels
      Implicit
      This member is added by an implicit conversion from Tunnels toEnsuring[Tunnels] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    10. def ensuring(cond: Boolean, msg: => Any): Tunnels
      Implicit
      This member is added by an implicit conversion from Tunnels toEnsuring[Tunnels] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: Boolean): Tunnels
      Implicit
      This member is added by an implicit conversion from Tunnels toEnsuring[Tunnels] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    14. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    15. def get(id: String): Future[Tunnel]

      Get the status of a tunnel by ID

      Get the status of a tunnel by ID

      See also https://ngrok.com/docs/api#api-tunnels-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    16. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    17. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    18. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    19. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[TunnelList]]

      List all online tunnels currently running on the account.

      List all online tunnels currently running on the account.

      See also https://ngrok.com/docs/api#api-tunnels-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    20. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    21. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    22. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    23. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    24. def toString(): String
      Definition Classes
      AnyRef → Any
    25. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    26. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    27. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from Tunnels toStringFormat[Tunnels] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (Tunnels, B)
      Implicit
      This member is added by an implicit conversion from Tunnels toArrowAssoc[Tunnels] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromTunnels to any2stringadd[Tunnels]

    Inherited by implicit conversion StringFormat fromTunnels to StringFormat[Tunnels]

    Inherited by implicit conversion Ensuring fromTunnels to Ensuring[Tunnels]

    Inherited by implicit conversion ArrowAssoc fromTunnels to ArrowAssoc[Tunnels]

    Ungrouped

    diff --git a/docs/com/ngrok/services/WeightedBackends$.html b/docs/com/ngrok/services/WeightedBackends$.html index e2c3624..324db10 100644 --- a/docs/com/ngrok/services/WeightedBackends$.html +++ b/docs/com/ngrok/services/WeightedBackends$.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.WeightedBackends

    object WeightedBackends

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. WeightedBackends
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +ngrok API Documentation (0.7.0) - com.ngrok.services.WeightedBackends

    object WeightedBackends

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. WeightedBackends
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    4. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    5. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    6. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    7. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    8. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    9. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    10. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    11. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    12. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    13. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    14. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    15. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    16. def toString(): String
      Definition Classes
      AnyRef → Any
    17. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    18. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    19. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/com/ngrok/services/WeightedBackends.html b/docs/com/ngrok/services/WeightedBackends.html index a0c07a1..a04f8f9 100644 --- a/docs/com/ngrok/services/WeightedBackends.html +++ b/docs/com/ngrok/services/WeightedBackends.html @@ -1,11 +1,13 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services.WeightedBackends

    class WeightedBackends extends AnyRef

    A Weighted Backend balances traffic among the referenced backends. Traffic +ngrok API Documentation (0.7.0) - com.ngrok.services.WeightedBackends

    class WeightedBackends extends AnyRef

    A Weighted Backend balances traffic among the referenced backends. Traffic is assigned proportionally to each based on its weight. The percentage of - traffic is calculated by dividing a backend's weight by the sum of all + traffic is calculated by dividing a backend's weight by the sum of all weights.

    See also https://ngrok.com/docs/api#api-weighted-backends. -

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. WeightedBackends
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from WeightedBackends toany2stringadd[WeightedBackends] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (WeightedBackends, B)
      Implicit
      This member is added by an implicit conversion from WeightedBackends toArrowAssoc[WeightedBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, backends: Option[Map[String, Long]] = None): Future[WeightedBackend]

      Create a new Weighted backend

      Create a new Weighted backend

      See also https://ngrok.com/docs/api#api-weighted-backends-create. -

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends to their weights [0-10000]

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a Weighted backend by ID.

      Delete a Weighted backend by ID.

      See also https://ngrok.com/docs/api#api-weighted-backends-delete. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (WeightedBackends) => Boolean, msg: => Any): WeightedBackends
      Implicit
      This member is added by an implicit conversion from WeightedBackends toEnsuring[WeightedBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (WeightedBackends) => Boolean): WeightedBackends
      Implicit
      This member is added by an implicit conversion from WeightedBackends toEnsuring[WeightedBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): WeightedBackends
      Implicit
      This member is added by an implicit conversion from WeightedBackends toEnsuring[WeightedBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): WeightedBackends
      Implicit
      This member is added by an implicit conversion from WeightedBackends toEnsuring[WeightedBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from WeightedBackends toStringFormat[WeightedBackends] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @inline()
    18. def get(id: String): Future[WeightedBackend]

      Get detailed information about a Weighted backend by ID

      Get detailed information about a Weighted backend by ID

      See also https://ngrok.com/docs/api#api-weighted-backends-get. -

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    19. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    21. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    22. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[WeightedBackendList]]

      List all Weighted backends on this account

      List all Weighted backends on this account

      See also https://ngrok.com/docs/api#api-weighted-backends-list. -

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    23. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    24. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    26. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    27. def toString(): String
      Definition Classes
      AnyRef → Any
    28. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, backends: Option[Map[String, Long]] = None): Future[WeightedBackend]

      Update Weighted backend by ID

      Update Weighted backend by ID

      See also https://ngrok.com/docs/api#api-weighted-backends-update. -

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends to their weights [0-10000]

      returns

      a scala.concurrent.Future encapsulating the API call's result

    29. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    31. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def [B](y: B): (WeightedBackends, B)
      Implicit
      This member is added by an implicit conversion from WeightedBackends toArrowAssoc[WeightedBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromWeightedBackends to any2stringadd[WeightedBackends]

    Inherited by implicit conversion StringFormat fromWeightedBackends to StringFormat[WeightedBackends]

    Inherited by implicit conversion Ensuring fromWeightedBackends to Ensuring[WeightedBackends]

    Inherited by implicit conversion ArrowAssoc fromWeightedBackends to ArrowAssoc[WeightedBackends]

    Ungrouped

    +

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. WeightedBackends
    2. AnyRef
    3. Any
    Implicitly
    1. by any2stringadd
    2. by StringFormat
    3. by Ensuring
    4. by ArrowAssoc
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Value Members

    1. final def !=(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    2. final def ##: Int
      Definition Classes
      AnyRef → Any
    3. def +(other: String): String
      Implicit
      This member is added by an implicit conversion from WeightedBackends toany2stringadd[WeightedBackends] performed by method any2stringadd in scala.Predef.
      Definition Classes
      any2stringadd
    4. def ->[B](y: B): (WeightedBackends, B)
      Implicit
      This member is added by an implicit conversion from WeightedBackends toArrowAssoc[WeightedBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @inline()
    5. final def ==(arg0: Any): Boolean
      Definition Classes
      AnyRef → Any
    6. final def asInstanceOf[T0]: T0
      Definition Classes
      Any
    7. def clone(): AnyRef
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.CloneNotSupportedException]) @native()
    8. def create(description: Option[String] = None, metadata: Option[String] = None, backends: Map[String, Long] = Map.empty): Future[WeightedBackend]

      Create a new Weighted backend

      Create a new Weighted backend

      See also https://ngrok.com/docs/api#api-weighted-backends-create. +

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends to their weights [0-10000]

      returns

      a scala.concurrent.Future encapsulating the API call's result

    9. def delete(id: String): Future[Unit]

      Delete a Weighted backend by ID.

      Delete a Weighted backend by ID.

      See also https://ngrok.com/docs/api#api-weighted-backends-delete. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    10. def ensuring(cond: (WeightedBackends) => Boolean, msg: => Any): WeightedBackends
      Implicit
      This member is added by an implicit conversion from WeightedBackends toEnsuring[WeightedBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    11. def ensuring(cond: (WeightedBackends) => Boolean): WeightedBackends
      Implicit
      This member is added by an implicit conversion from WeightedBackends toEnsuring[WeightedBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    12. def ensuring(cond: Boolean, msg: => Any): WeightedBackends
      Implicit
      This member is added by an implicit conversion from WeightedBackends toEnsuring[WeightedBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    13. def ensuring(cond: Boolean): WeightedBackends
      Implicit
      This member is added by an implicit conversion from WeightedBackends toEnsuring[WeightedBackends] performed by method Ensuring in scala.Predef.
      Definition Classes
      Ensuring
    14. final def eq(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    15. def equals(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef → Any
    16. def finalize(): Unit
      Attributes
      protected[lang]
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.Throwable])
    17. def get(id: String): Future[WeightedBackend]

      Get detailed information about a Weighted backend by ID

      Get detailed information about a Weighted backend by ID

      See also https://ngrok.com/docs/api#api-weighted-backends-get. +

      id

      a resource identifier

      returns

      a scala.concurrent.Future encapsulating the API call's result

    18. final def getClass(): Class[_ <: AnyRef]
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    19. def hashCode(): Int
      Definition Classes
      AnyRef → Any
      Annotations
      @native()
    20. final def isInstanceOf[T0]: Boolean
      Definition Classes
      Any
    21. def list(beforeId: Option[String] = None, limit: Option[String] = None): Future[Page[WeightedBackendList]]

      List all Weighted backends on this account

      List all Weighted backends on this account

      See also https://ngrok.com/docs/api#api-weighted-backends-list. +

      beforeId

      the value of the before_id parameter as a scala.Predef.String

      limit

      the value of the limit parameter as a scala.Predef.String

      returns

      a scala.concurrent.Future encapsulating the API call's result

    22. final def ne(arg0: AnyRef): Boolean
      Definition Classes
      AnyRef
    23. final def notify(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    24. final def notifyAll(): Unit
      Definition Classes
      AnyRef
      Annotations
      @native()
    25. final def synchronized[T0](arg0: => T0): T0
      Definition Classes
      AnyRef
    26. def toString(): String
      Definition Classes
      AnyRef → Any
    27. def update(id: String, description: Option[String] = None, metadata: Option[String] = None, backends: Map[String, Long] = Map.empty): Future[WeightedBackend]

      Update Weighted backend by ID

      Update Weighted backend by ID

      See also https://ngrok.com/docs/api#api-weighted-backends-update. +

      id

      the value of the id parameter as a scala.Predef.String

      description

      human-readable description of this backend. Optional

      metadata

      arbitrary user-defined machine-readable data of this backend. Optional

      backends

      the ids of the child backends to their weights [0-10000]

      returns

      a scala.concurrent.Future encapsulating the API call's result

    28. final def wait(): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    29. final def wait(arg0: Long, arg1: Int): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException])
    30. final def wait(arg0: Long): Unit
      Definition Classes
      AnyRef
      Annotations
      @throws(classOf[java.lang.InterruptedException]) @native()

    Deprecated Value Members

    1. def formatted(fmtstr: String): String
      Implicit
      This member is added by an implicit conversion from WeightedBackends toStringFormat[WeightedBackends] performed by method StringFormat in scala.Predef.
      Definition Classes
      StringFormat
      Annotations
      @deprecated @inline()
      Deprecated

      (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), +or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

    2. def [B](y: B): (WeightedBackends, B)
      Implicit
      This member is added by an implicit conversion from WeightedBackends toArrowAssoc[WeightedBackends] performed by method ArrowAssoc in scala.Predef.
      Definition Classes
      ArrowAssoc
      Annotations
      @deprecated
      Deprecated

      (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

    Inherited from AnyRef

    Inherited from Any

    Inherited by implicit conversion any2stringadd fromWeightedBackends to any2stringadd[WeightedBackends]

    Inherited by implicit conversion StringFormat fromWeightedBackends to StringFormat[WeightedBackends]

    Inherited by implicit conversion Ensuring fromWeightedBackends to Ensuring[WeightedBackends]

    Inherited by implicit conversion ArrowAssoc fromWeightedBackends to ArrowAssoc[WeightedBackends]

    Ungrouped

    diff --git a/docs/com/ngrok/services/index.html b/docs/com/ngrok/services/index.html index 2665e75..2d25537 100644 --- a/docs/com/ngrok/services/index.html +++ b/docs/com/ngrok/services/index.html @@ -1,121 +1,122 @@ -ngrok API Documentation (0.6.0) - com.ngrok.services
    p

    com.ngrok

    services

    package services

    Linear Supertypes
    Ordering
    1. Alphabetic
    2. By Inheritance
    Inherited
    1. services
    2. AnyRef
    3. Any
    1. Hide All
    2. Show All
    Visibility
    1. Public
    2. Protected

    Type Members

    1. class AbuseReports extends AnyRef

      Abuse Reports allow you to submit take-down requests for URLs hosted by - ngrok that violate ngrok's terms of service.

      Abuse Reports allow you to submit take-down requests for URLs hosted by - ngrok that violate ngrok's terms of service.

      See also https://ngrok.com/docs/api#api-abuse-reports. -

    2. class AgentIngresses extends AnyRef

      An API client for AgentIngresses.

    3. class ApiKeys extends AnyRef

      API Keys are used to authenticate to the <a +ngrok API Documentation (0.7.0) - com.ngrok.services

      p

      com.ngrok

      services

      package services

      Linear Supertypes
      Ordering
      1. Alphabetic
      2. By Inheritance
      Inherited
      1. services
      2. AnyRef
      3. Any
      1. Hide All
      2. Show All
      Visibility
      1. Public
      2. Protected

      Type Members

      1. class AbuseReports extends AnyRef

        Abuse Reports allow you to submit take-down requests for URLs hosted by + ngrok that violate ngrok's terms of service.

        Abuse Reports allow you to submit take-down requests for URLs hosted by + ngrok that violate ngrok's terms of service.

        See also https://ngrok.com/docs/api#api-abuse-reports. +

      2. class AgentIngresses extends AnyRef

        An API client for AgentIngresses.

      3. class ApiKeys extends AnyRef

        API Keys are used to authenticate to the <a href="https://ngrok.com/docs/api#authentication">ngrok API.

        API Keys are used to authenticate to the <a href="https://ngrok.com/docs/api#authentication">ngrok API. You may use the API itself - to provision and manage API Keys but you'll need to provision your first API + to provision and manage API Keys but you'll need to provision your first +API key from the API Keys page on your ngrok.com dashboard.

        See also https://ngrok.com/docs/api#api-api-keys. -

      4. class CertificateAuthorities extends AnyRef

        Certificate Authorities are x509 certificates that are used to sign other +

    4. class CertificateAuthorities extends AnyRef

      Certificate Authorities are x509 certificates that are used to sign other x509 certificates.

      Certificate Authorities are x509 certificates that are used to sign other x509 certificates. Attach a Certificate Authority to the Mutual TLS module to verify that the TLS certificate presented by a client has been signed by this CA. Certificate Authorities are used only for mTLS validation only and thus a private key is not included in the resource.

      See also https://ngrok.com/docs/api#api-certificate-authorities. -

    5. class Credentials extends AnyRef

      Tunnel Credentials are ngrok agent authtokens.

      Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok +

    6. class Credentials extends AnyRef

      Tunnel Credentials are ngrok agent authtokens.

      Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok agent to connect the ngrok service as your account. They are installed with - the ngrok authtoken command or by specifying it in the + the ngrok config add-authtoken command or by specifying it in the ngrok.yml configuration file with the authtoken property.

      See also https://ngrok.com/docs/api#api-credentials. -

    7. class EdgeRouteBackendModule extends AnyRef

      An API client for EdgeRouteBackendModule.

    8. class EdgeRouteCircuitBreakerModule extends AnyRef

      An API client for EdgeRouteCircuitBreakerModule.

    9. class EdgeRouteCompressionModule extends AnyRef

      An API client for EdgeRouteCompressionModule.

    10. class EdgeRouteIpRestrictionModule extends AnyRef

      An API client for EdgeRouteIpRestrictionModule.

    11. class EdgeRouteOAuthModule extends AnyRef

      An API client for EdgeRouteOAuthModule.

    12. class EdgeRouteOidcModule extends AnyRef

      An API client for EdgeRouteOidcModule.

    13. class EdgeRouteRequestHeadersModule extends AnyRef

      An API client for EdgeRouteRequestHeadersModule.

    14. class EdgeRouteResponseHeadersModule extends AnyRef

      An API client for EdgeRouteResponseHeadersModule.

    15. class EdgeRouteSamlModule extends AnyRef

      An API client for EdgeRouteSamlModule.

    16. class EdgeRouteWebhookVerificationModule extends AnyRef

      An API client for EdgeRouteWebhookVerificationModule.

    17. class EdgeRouteWebsocketTcpConverterModule extends AnyRef

      An API client for EdgeRouteWebsocketTcpConverterModule.

    18. class EdgesHttps extends AnyRef

      An API client for EdgesHttps.

    19. class EdgesHttpsRoutes extends AnyRef

      An API client for EdgesHttpsRoutes.

    20. class EdgesTcp extends AnyRef

      An API client for EdgesTcp.

    21. class EdgesTls extends AnyRef

      An API client for EdgesTls.

    22. class Endpoints extends AnyRef

      Endpoints provides an API for querying the endpoint objects +

  • class EdgeRouteBackendModule extends AnyRef

    An API client for EdgeRouteBackendModule.

  • class EdgeRouteCircuitBreakerModule extends AnyRef

    An API client for EdgeRouteCircuitBreakerModule.

  • class EdgeRouteCompressionModule extends AnyRef

    An API client for EdgeRouteCompressionModule.

  • class EdgeRouteIpRestrictionModule extends AnyRef

    An API client for EdgeRouteIpRestrictionModule.

  • class EdgeRouteOAuthModule extends AnyRef

    An API client for EdgeRouteOAuthModule.

  • class EdgeRouteOidcModule extends AnyRef

    An API client for EdgeRouteOidcModule.

  • class EdgeRouteRequestHeadersModule extends AnyRef

    An API client for EdgeRouteRequestHeadersModule.

  • class EdgeRouteResponseHeadersModule extends AnyRef

    An API client for EdgeRouteResponseHeadersModule.

  • class EdgeRouteSamlModule extends AnyRef

    An API client for EdgeRouteSamlModule.

  • class EdgeRouteWebhookVerificationModule extends AnyRef

    An API client for EdgeRouteWebhookVerificationModule.

  • class EdgeRouteWebsocketTcpConverterModule extends AnyRef

    An API client for EdgeRouteWebsocketTcpConverterModule.

  • class EdgesHttps extends AnyRef

    An API client for EdgesHttps.

  • class EdgesHttpsRoutes extends AnyRef

    An API client for EdgesHttpsRoutes.

  • class EdgesTcp extends AnyRef

    An API client for EdgesTcp.

  • class EdgesTls extends AnyRef

    An API client for EdgesTls.

  • class Endpoints extends AnyRef

    Endpoints provides an API for querying the endpoint objects which define what tunnel or edge is used to serve a hostport.

    Endpoints provides an API for querying the endpoint objects which define what tunnel or edge is used to serve a hostport. Only active endpoints associated with a tunnel or backend are returned.

    See also https://ngrok.com/docs/api#api-endpoints. -

  • class EventDestinations extends AnyRef

    An API client for EventDestinations.

  • class EventSources extends AnyRef

    An API client for EventSources.

  • class EventSubscriptions extends AnyRef

    An API client for EventSubscriptions.

  • class FailoverBackends extends AnyRef

    A Failover backend defines failover behavior within a list of referenced +

  • class EventDestinations extends AnyRef

    An API client for EventDestinations.

  • class EventSources extends AnyRef

    An API client for EventSources.

  • class EventSubscriptions extends AnyRef

    An API client for EventSubscriptions.

  • class FailoverBackends extends AnyRef

    A Failover backend defines failover behavior within a list of referenced backends.

    A Failover backend defines failover behavior within a list of referenced backends. Traffic is sent to the first backend in the list. If that backend is offline or no connection can be established, ngrok attempts to connect to the next backend in the list until one is successful.

    See also https://ngrok.com/docs/api#api-failover-backends. -

  • class HttpResponseBackends extends AnyRef

    An API client for HttpResponseBackends.

  • class HttpsEdgeMutualTlsModule extends AnyRef

    An API client for HttpsEdgeMutualTlsModule.

  • class HttpsEdgeTlsTerminationModule extends AnyRef

    An API client for HttpsEdgeTlsTerminationModule.

  • class IpPolicies extends AnyRef

    IP Policies are reusable groups of CIDR ranges with an allow or +

  • class HttpResponseBackends extends AnyRef

    An API client for HttpResponseBackends.

  • class HttpsEdgeMutualTlsModule extends AnyRef

    An API client for HttpsEdgeMutualTlsModule.

  • class HttpsEdgeTlsTerminationModule extends AnyRef

    An API client for HttpsEdgeTlsTerminationModule.

  • class IpPolicies extends AnyRef

    IP Policies are reusable groups of CIDR ranges with an allow or deny action.

    IP Policies are reusable groups of CIDR ranges with an allow or deny action. They can be attached to endpoints via the Endpoint Configuration IP Policy module. They can also be used with IP Restrictions to control source IP ranges that can start tunnel sessions and connect to the API and dashboard.

    See also https://ngrok.com/docs/api#api-ip-policies. -

  • class IpPolicyRules extends AnyRef

    IP Policy Rules are the IPv4 or IPv6 CIDRs entries that +

  • class IpPolicyRules extends AnyRef

    IP Policy Rules are the IPv4 or IPv6 CIDRs entries that make up an IP Policy.

    IP Policy Rules are the IPv4 or IPv6 CIDRs entries that make up an IP Policy.

    See also https://ngrok.com/docs/api#api-ip-policy-rules. -

  • class IpRestrictions extends AnyRef

    An IP restriction is a restriction placed on the CIDRs that are allowed to +

  • class IpRestrictions extends AnyRef

    An IP restriction is a restriction placed on the CIDRs that are allowed to initiate traffic to a specific aspect of your ngrok account.

    An IP restriction is a restriction placed on the CIDRs that are allowed to initiate traffic to a specific aspect of your ngrok account. An IP restriction has a type which defines the ingress it applies to. IP restrictions can be used to enforce the source IPs that can make API requests, log in to the dashboard, start ngrok agents, and connect to your public-facing endpoints.

    See also https://ngrok.com/docs/api#api-ip-restrictions. -

  • class ReservedAddrs extends AnyRef

    Reserved Addresses are TCP addresses that can be used to listen for traffic.

    Reserved Addresses are TCP addresses that can be used to listen for traffic. +

  • class ReservedAddrs extends AnyRef

    Reserved Addresses are TCP addresses that can be used to listen for traffic.

    Reserved Addresses are TCP addresses that can be used to listen for traffic. TCP address hostnames and ports are assigned by ngrok, they cannot be chosen.

    See also https://ngrok.com/docs/api#api-reserved-addrs. -

  • class ReservedDomains extends AnyRef

    Reserved Domains are hostnames that you can listen for traffic on.

    Reserved Domains are hostnames that you can listen for traffic on. Domains +

  • class ReservedDomains extends AnyRef

    Reserved Domains are hostnames that you can listen for traffic on.

    Reserved Domains are hostnames that you can listen for traffic on. Domains can be used to listen for http, https or tls traffic. You may use a domain that you own by creating a CNAME record specified in the returned resource. - This CNAME record points traffic for that domain to ngrok's edge servers.

    See also https://ngrok.com/docs/api#api-reserved-domains. -

  • class SshCertificateAuthorities extends AnyRef

    An SSH Certificate Authority is a pair of an SSH Certificate and its private + This CNAME record points traffic for that domain to ngrok's edge servers.

    See also https://ngrok.com/docs/api#api-reserved-domains. +

  • class SshCertificateAuthorities extends AnyRef

    An SSH Certificate Authority is a pair of an SSH Certificate and its private key that can be used to sign other SSH host and user certificates.

    An SSH Certificate Authority is a pair of an SSH Certificate and its private key that can be used to sign other SSH host and user certificates.

    See also https://ngrok.com/docs/api#api-ssh-certificate-authorities. -

  • class SshCredentials extends AnyRef

    SSH Credentials are SSH public keys that can be used to start SSH tunnels +

  • class SshCredentials extends AnyRef

    SSH Credentials are SSH public keys that can be used to start SSH tunnels via the ngrok SSH tunnel gateway.

    SSH Credentials are SSH public keys that can be used to start SSH tunnels via the ngrok SSH tunnel gateway.

    See also https://ngrok.com/docs/api#api-ssh-credentials. -

  • class SshHostCertificates extends AnyRef

    SSH Host Certificates along with the corresponding private key allows an SSH +

  • class SshHostCertificates extends AnyRef

    SSH Host Certificates along with the corresponding private key allows an SSH server to assert its authenticity to connecting SSH clients who trust the SSH Certificate Authority that was used to sign the certificate.

    SSH Host Certificates along with the corresponding private key allows an SSH server to assert its authenticity to connecting SSH clients who trust the SSH Certificate Authority that was used to sign the certificate.

    See also https://ngrok.com/docs/api#api-ssh-host-certificates. -

  • class SshUserCertificates extends AnyRef

    SSH User Certificates are presented by SSH clients when connecting to an SSH +

  • class SshUserCertificates extends AnyRef

    SSH User Certificates are presented by SSH clients when connecting to an SSH server to authenticate their connection.

    SSH User Certificates are presented by SSH clients when connecting to an SSH server to authenticate their connection. The SSH server must trust the SSH Certificate Authority used to sign the certificate.

    See also https://ngrok.com/docs/api#api-ssh-user-certificates. -

  • class TcpEdgeBackendModule extends AnyRef

    An API client for TcpEdgeBackendModule.

  • class TcpEdgeIpRestrictionModule extends AnyRef

    An API client for TcpEdgeIpRestrictionModule.

  • class TlsCertificates extends AnyRef

    TLS Certificates are pairs of x509 certificates and their matching private +

  • class TcpEdgeBackendModule extends AnyRef

    An API client for TcpEdgeBackendModule.

  • class TcpEdgeIpRestrictionModule extends AnyRef

    An API client for TcpEdgeIpRestrictionModule.

  • class TlsCertificates extends AnyRef

    TLS Certificates are pairs of x509 certificates and their matching private key that can be used to terminate TLS traffic.

    TLS Certificates are pairs of x509 certificates and their matching private key that can be used to terminate TLS traffic. TLS certificates are unused until they are attached to a Domain. TLS Certificates may also be provisioned by ngrok automatically for domains on which you have enabled automated certificate provisioning.

    See also https://ngrok.com/docs/api#api-tls-certificates. -

  • class TlsEdgeBackendModule extends AnyRef

    An API client for TlsEdgeBackendModule.

  • class TlsEdgeIpRestrictionModule extends AnyRef

    An API client for TlsEdgeIpRestrictionModule.

  • class TlsEdgeMutualTlsModule extends AnyRef

    An API client for TlsEdgeMutualTlsModule.

  • class TlsEdgeTlsTerminationModule extends AnyRef

    An API client for TlsEdgeTlsTerminationModule.

  • class TunnelGroupBackends extends AnyRef

    A Tunnel Group Backend balances traffic among all online tunnels that match +

  • class TlsEdgeBackendModule extends AnyRef

    An API client for TlsEdgeBackendModule.

  • class TlsEdgeIpRestrictionModule extends AnyRef

    An API client for TlsEdgeIpRestrictionModule.

  • class TlsEdgeMutualTlsModule extends AnyRef

    An API client for TlsEdgeMutualTlsModule.

  • class TlsEdgeTlsTerminationModule extends AnyRef

    An API client for TlsEdgeTlsTerminationModule.

  • class TunnelGroupBackends extends AnyRef

    A Tunnel Group Backend balances traffic among all online tunnels that match a label selector.

    A Tunnel Group Backend balances traffic among all online tunnels that match a label selector.

    See also https://ngrok.com/docs/api#api-tunnel-group-backends. -

  • class TunnelSessions extends AnyRef

    Tunnel Sessions represent instances of ngrok agents or SSH reverse tunnel +

  • class TunnelSessions extends AnyRef

    Tunnel Sessions represent instances of ngrok agents or SSH reverse tunnel sessions that are running and connected to the ngrok service.

    Tunnel Sessions represent instances of ngrok agents or SSH reverse tunnel sessions that are running and connected to the ngrok service. Each tunnel session can include one or more Tunnels.

    See also https://ngrok.com/docs/api#api-tunnel-sessions. -

  • class Tunnels extends AnyRef

    Tunnels provide endpoints to access services exposed by a running ngrok +

  • class Tunnels extends AnyRef

    Tunnels provide endpoints to access services exposed by a running ngrok agent tunnel session or an SSH reverse tunnel session.

    Tunnels provide endpoints to access services exposed by a running ngrok agent tunnel session or an SSH reverse tunnel session.

    See also https://ngrok.com/docs/api#api-tunnels. -

  • class WeightedBackends extends AnyRef

    A Weighted Backend balances traffic among the referenced backends.

    A Weighted Backend balances traffic among the referenced backends. Traffic +

  • class WeightedBackends extends AnyRef

    A Weighted Backend balances traffic among the referenced backends.

    A Weighted Backend balances traffic among the referenced backends. Traffic is assigned proportionally to each based on its weight. The percentage of - traffic is calculated by dividing a backend's weight by the sum of all + traffic is calculated by dividing a backend's weight by the sum of all weights.

    See also https://ngrok.com/docs/api#api-weighted-backends. -

  • Value Members

    1. object AbuseReports
    2. object AgentIngresses
    3. object ApiKeys
    4. object CertificateAuthorities
    5. object Credentials
    6. object EdgeRouteBackendModule
    7. object EdgeRouteCircuitBreakerModule
    8. object EdgeRouteCompressionModule
    9. object EdgeRouteIpRestrictionModule
    10. object EdgeRouteOAuthModule
    11. object EdgeRouteOidcModule
    12. object EdgeRouteRequestHeadersModule
    13. object EdgeRouteResponseHeadersModule
    14. object EdgeRouteSamlModule
    15. object EdgeRouteWebhookVerificationModule
    16. object EdgeRouteWebsocketTcpConverterModule
    17. object EdgesHttps
    18. object EdgesHttpsRoutes
    19. object EdgesTcp
    20. object EdgesTls
    21. object Endpoints
    22. object EventDestinations
    23. object EventSources
    24. object EventSubscriptions
    25. object FailoverBackends
    26. object HttpResponseBackends
    27. object HttpsEdgeMutualTlsModule
    28. object HttpsEdgeTlsTerminationModule
    29. object IpPolicies
    30. object IpPolicyRules
    31. object IpRestrictions
    32. object ReservedAddrs
    33. object ReservedDomains
    34. object SshCertificateAuthorities
    35. object SshCredentials
    36. object SshHostCertificates
    37. object SshUserCertificates
    38. object TcpEdgeBackendModule
    39. object TcpEdgeIpRestrictionModule
    40. object TlsCertificates
    41. object TlsEdgeBackendModule
    42. object TlsEdgeIpRestrictionModule
    43. object TlsEdgeMutualTlsModule
    44. object TlsEdgeTlsTerminationModule
    45. object TunnelGroupBackends
    46. object TunnelSessions
    47. object Tunnels
    48. object WeightedBackends

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    +

    Value Members

    1. object AbuseReports
    2. object AgentIngresses
    3. object ApiKeys
    4. object CertificateAuthorities
    5. object Credentials
    6. object EdgeRouteBackendModule
    7. object EdgeRouteCircuitBreakerModule
    8. object EdgeRouteCompressionModule
    9. object EdgeRouteIpRestrictionModule
    10. object EdgeRouteOAuthModule
    11. object EdgeRouteOidcModule
    12. object EdgeRouteRequestHeadersModule
    13. object EdgeRouteResponseHeadersModule
    14. object EdgeRouteSamlModule
    15. object EdgeRouteWebhookVerificationModule
    16. object EdgeRouteWebsocketTcpConverterModule
    17. object EdgesHttps
    18. object EdgesHttpsRoutes
    19. object EdgesTcp
    20. object EdgesTls
    21. object Endpoints
    22. object EventDestinations
    23. object EventSources
    24. object EventSubscriptions
    25. object FailoverBackends
    26. object HttpResponseBackends
    27. object HttpsEdgeMutualTlsModule
    28. object HttpsEdgeTlsTerminationModule
    29. object IpPolicies
    30. object IpPolicyRules
    31. object IpRestrictions
    32. object ReservedAddrs
    33. object ReservedDomains
    34. object SshCertificateAuthorities
    35. object SshCredentials
    36. object SshHostCertificates
    37. object SshUserCertificates
    38. object TcpEdgeBackendModule
    39. object TcpEdgeIpRestrictionModule
    40. object TlsCertificates
    41. object TlsEdgeBackendModule
    42. object TlsEdgeIpRestrictionModule
    43. object TlsEdgeMutualTlsModule
    44. object TlsEdgeTlsTerminationModule
    45. object TunnelGroupBackends
    46. object TunnelSessions
    47. object Tunnels
    48. object WeightedBackends

    Inherited from AnyRef

    Inherited from Any

    Ungrouped

    diff --git a/docs/index.html b/docs/index.html index 6a7eac6..bbcfa5e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,2 +1,2 @@ -ngrok API Documentation (0.6.0)

    Packages

    p

    root package

    package root

    Package Members

    1. package com

    Ungrouped

    +ngrok API Documentation (0.7.0)

    Packages

    p

    root package

    package root

    Package Members

    1. package com

    Ungrouped

    diff --git a/docs/index.js b/docs/index.js index b0f26af..24aae9c 100644 --- a/docs/index.js +++ b/docs/index.js @@ -1 +1 @@ -Index.PACKAGES = {"com" : [], "com.ngrok" : [{"name" : "com.ngrok.DefaultNgrokApiClient", "shortDescription" : "Helpers for creating new DefaultNgrokApiClient instances.", "object" : "com\/ngrok\/DefaultNgrokApiClient$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (DefaultNgrokApiClient) => Boolean, msg: => Any): DefaultNgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (DefaultNgrokApiClient) => Boolean): DefaultNgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): DefaultNgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): DefaultNgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (DefaultNgrokApiClient, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (DefaultNgrokApiClient, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "sendRequest", "tail" : "(method: HttpMethod, endpoint: String, queryParams: List[(String, Option[Any])], body: Option[Json])(arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]", "member" : "com.ngrok.DefaultNgrokApiClient.sendRequest", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#sendRequest[O](method:com.ngrok.NgrokApiClient.HttpMethod,endpoint:String,queryParams:List[(String,Option[Any])],body:Option[io.circe.Json])(implicitevidence$3:io.circe.Decoder[O],implicitevidence$4:scala.reflect.ClassTag[O],implicitec:scala.concurrent.ExecutionContext):scala.concurrent.Future[O]", "kind" : "def"}, {"label" : "sendRequest", "tail" : "(uri: URI)(arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]", "member" : "com.ngrok.DefaultNgrokApiClient.sendRequest", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#sendRequest[O](uri:java.net.URI)(implicitevidence$1:io.circe.Decoder[O],implicitevidence$2:scala.reflect.ClassTag[O],implicitec:scala.concurrent.ExecutionContext):scala.concurrent.Future[O]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/DefaultNgrokApiClient.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "newDefaultHttpClient", "tail" : "(): WebClient", "member" : "com.ngrok.DefaultNgrokApiClient.newDefaultHttpClient", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#newDefaultHttpClient:com.linecorp.armeria.client.WebClient", "kind" : "def"}, {"label" : "apply", "tail" : "(apiKey: String, httpClient: Option[WebClient], baseUri: Option[URI]): DefaultNgrokApiClient", "member" : "com.ngrok.DefaultNgrokApiClient.apply", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#apply(apiKey:String,httpClient:Option[com.linecorp.armeria.client.WebClient],baseUri:Option[java.net.URI]):com.ngrok.DefaultNgrokApiClient", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/DefaultNgrokApiClient.html", "kind" : "object"}, {"name" : "com.ngrok.Ngrok", "shortDescription" : "Factory for Ngrok instances.", "object" : "com\/ngrok\/Ngrok$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/Ngrok.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/Ngrok.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Ngrok) => Boolean, msg: => Any): Ngrok", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/Ngrok.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Ngrok) => Boolean): Ngrok", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/Ngrok.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Ngrok", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/Ngrok.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Ngrok", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/Ngrok.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Ngrok, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/Ngrok.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Ngrok, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/Ngrok.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "EdgeModulesNamespace", "tail" : "", "member" : "com.ngrok.Ngrok.EdgeModulesNamespace", "link" : "com\/ngrok\/Ngrok.html#EdgeModulesNamespaceextendsAnyRef", "kind" : "class"}, {"label" : "EdgesNamespace", "tail" : "", "member" : "com.ngrok.Ngrok.EdgesNamespace", "link" : "com\/ngrok\/Ngrok.html#EdgesNamespaceextendsAnyRef", "kind" : "class"}, {"label" : "BackendsNamespace", "tail" : "", "member" : "com.ngrok.Ngrok.BackendsNamespace", "link" : "com\/ngrok\/Ngrok.html#BackendsNamespaceextendsAnyRef", "kind" : "class"}, {"label" : "edgeModules", "tail" : ": EdgeModulesNamespace", "member" : "com.ngrok.Ngrok.edgeModules", "link" : "com\/ngrok\/Ngrok.html#edgeModules:Ngrok.this.EdgeModulesNamespace", "kind" : "lazy val"}, {"label" : "edges", "tail" : ": EdgesNamespace", "member" : "com.ngrok.Ngrok.edges", "link" : "com\/ngrok\/Ngrok.html#edges:Ngrok.this.EdgesNamespace", "kind" : "lazy val"}, {"label" : "backends", "tail" : ": BackendsNamespace", "member" : "com.ngrok.Ngrok.backends", "link" : "com\/ngrok\/Ngrok.html#backends:Ngrok.this.BackendsNamespace", "kind" : "lazy val"}, {"label" : "tunnels", "tail" : ": Tunnels", "member" : "com.ngrok.Ngrok.tunnels", "link" : "com\/ngrok\/Ngrok.html#tunnels:com.ngrok.services.Tunnels", "kind" : "lazy val"}, {"label" : "tunnelSessions", "tail" : ": TunnelSessions", "member" : "com.ngrok.Ngrok.tunnelSessions", "link" : "com\/ngrok\/Ngrok.html#tunnelSessions:com.ngrok.services.TunnelSessions", "kind" : "lazy val"}, {"label" : "tlsCertificates", "tail" : ": TlsCertificates", "member" : "com.ngrok.Ngrok.tlsCertificates", "link" : "com\/ngrok\/Ngrok.html#tlsCertificates:com.ngrok.services.TlsCertificates", "kind" : "lazy val"}, {"label" : "sshUserCertificates", "tail" : ": SshUserCertificates", "member" : "com.ngrok.Ngrok.sshUserCertificates", "link" : "com\/ngrok\/Ngrok.html#sshUserCertificates:com.ngrok.services.SshUserCertificates", "kind" : "lazy val"}, {"label" : "sshHostCertificates", "tail" : ": SshHostCertificates", "member" : "com.ngrok.Ngrok.sshHostCertificates", "link" : "com\/ngrok\/Ngrok.html#sshHostCertificates:com.ngrok.services.SshHostCertificates", "kind" : "lazy val"}, {"label" : "sshCredentials", "tail" : ": SshCredentials", "member" : "com.ngrok.Ngrok.sshCredentials", "link" : "com\/ngrok\/Ngrok.html#sshCredentials:com.ngrok.services.SshCredentials", "kind" : "lazy val"}, {"label" : "sshCertificateAuthorities", "tail" : ": SshCertificateAuthorities", "member" : "com.ngrok.Ngrok.sshCertificateAuthorities", "link" : "com\/ngrok\/Ngrok.html#sshCertificateAuthorities:com.ngrok.services.SshCertificateAuthorities", "kind" : "lazy val"}, {"label" : "reservedDomains", "tail" : ": ReservedDomains", "member" : "com.ngrok.Ngrok.reservedDomains", "link" : "com\/ngrok\/Ngrok.html#reservedDomains:com.ngrok.services.ReservedDomains", "kind" : "lazy val"}, {"label" : "reservedAddrs", "tail" : ": ReservedAddrs", "member" : "com.ngrok.Ngrok.reservedAddrs", "link" : "com\/ngrok\/Ngrok.html#reservedAddrs:com.ngrok.services.ReservedAddrs", "kind" : "lazy val"}, {"label" : "ipRestrictions", "tail" : ": IpRestrictions", "member" : "com.ngrok.Ngrok.ipRestrictions", "link" : "com\/ngrok\/Ngrok.html#ipRestrictions:com.ngrok.services.IpRestrictions", "kind" : "lazy val"}, {"label" : "ipPolicyRules", "tail" : ": IpPolicyRules", "member" : "com.ngrok.Ngrok.ipPolicyRules", "link" : "com\/ngrok\/Ngrok.html#ipPolicyRules:com.ngrok.services.IpPolicyRules", "kind" : "lazy val"}, {"label" : "ipPolicies", "tail" : ": IpPolicies", "member" : "com.ngrok.Ngrok.ipPolicies", "link" : "com\/ngrok\/Ngrok.html#ipPolicies:com.ngrok.services.IpPolicies", "kind" : "lazy val"}, {"label" : "eventSources", "tail" : ": EventSources", "member" : "com.ngrok.Ngrok.eventSources", "link" : "com\/ngrok\/Ngrok.html#eventSources:com.ngrok.services.EventSources", "kind" : "lazy val"}, {"label" : "eventSubscriptions", "tail" : ": EventSubscriptions", "member" : "com.ngrok.Ngrok.eventSubscriptions", "link" : "com\/ngrok\/Ngrok.html#eventSubscriptions:com.ngrok.services.EventSubscriptions", "kind" : "lazy val"}, {"label" : "eventDestinations", "tail" : ": EventDestinations", "member" : "com.ngrok.Ngrok.eventDestinations", "link" : "com\/ngrok\/Ngrok.html#eventDestinations:com.ngrok.services.EventDestinations", "kind" : "lazy val"}, {"label" : "endpoints", "tail" : ": Endpoints", "member" : "com.ngrok.Ngrok.endpoints", "link" : "com\/ngrok\/Ngrok.html#endpoints:com.ngrok.services.Endpoints", "kind" : "lazy val"}, {"label" : "credentials", "tail" : ": Credentials", "member" : "com.ngrok.Ngrok.credentials", "link" : "com\/ngrok\/Ngrok.html#credentials:com.ngrok.services.Credentials", "kind" : "lazy val"}, {"label" : "certificateAuthorities", "tail" : ": CertificateAuthorities", "member" : "com.ngrok.Ngrok.certificateAuthorities", "link" : "com\/ngrok\/Ngrok.html#certificateAuthorities:com.ngrok.services.CertificateAuthorities", "kind" : "lazy val"}, {"label" : "apiKeys", "tail" : ": ApiKeys", "member" : "com.ngrok.Ngrok.apiKeys", "link" : "com\/ngrok\/Ngrok.html#apiKeys:com.ngrok.services.ApiKeys", "kind" : "lazy val"}, {"label" : "agentIngresses", "tail" : ": AgentIngresses", "member" : "com.ngrok.Ngrok.agentIngresses", "link" : "com\/ngrok\/Ngrok.html#agentIngresses:com.ngrok.services.AgentIngresses", "kind" : "lazy val"}, {"label" : "abuseReports", "tail" : ": AbuseReports", "member" : "com.ngrok.Ngrok.abuseReports", "link" : "com\/ngrok\/Ngrok.html#abuseReports:com.ngrok.services.AbuseReports", "kind" : "lazy val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/Ngrok.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/Ngrok.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/Ngrok.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/Ngrok.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/Ngrok.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/Ngrok.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/Ngrok.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Ngrok.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Ngrok.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Ngrok.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/Ngrok.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/Ngrok.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/Ngrok.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/Ngrok.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/Ngrok.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/Ngrok.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/Ngrok.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/Ngrok.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/Ngrok.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "apply", "tail" : "()(ec: ExecutionContext): Ngrok", "member" : "com.ngrok.Ngrok.apply", "link" : "com\/ngrok\/Ngrok$.html#apply()(implicitec:scala.concurrent.ExecutionContext):com.ngrok.Ngrok", "kind" : "def"}, {"label" : "apply", "tail" : "(apiKey: String)(ec: ExecutionContext): Ngrok", "member" : "com.ngrok.Ngrok.apply", "link" : "com\/ngrok\/Ngrok$.html#apply(apiKey:String)(implicitec:scala.concurrent.ExecutionContext):com.ngrok.Ngrok", "kind" : "def"}, {"label" : "apply", "tail" : "(apiClient: NgrokApiClient)(ec: ExecutionContext): Ngrok", "member" : "com.ngrok.Ngrok.apply", "link" : "com\/ngrok\/Ngrok$.html#apply(apiClient:com.ngrok.NgrokApiClient)(implicitec:scala.concurrent.ExecutionContext):com.ngrok.Ngrok", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/Ngrok$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/Ngrok$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/Ngrok$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/Ngrok$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/Ngrok$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/Ngrok$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/Ngrok$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Ngrok$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Ngrok$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Ngrok$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/Ngrok$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/Ngrok$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/Ngrok$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/Ngrok$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/Ngrok$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/Ngrok$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/Ngrok$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/Ngrok$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/Ngrok$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/Ngrok.html", "kind" : "object"}, {"name" : "com.ngrok.NgrokApiClient", "object" : "com\/ngrok\/NgrokApiClient$.html", "members_object" : [{"label" : "HttpMethod", "tail" : "", "member" : "com.ngrok.NgrokApiClient.HttpMethod", "link" : "com\/ngrok\/NgrokApiClient$.html#HttpMethod", "kind" : "object"}, {"label" : "HttpMethod", "tail" : "", "member" : "com.ngrok.NgrokApiClient.HttpMethod", "link" : "com\/ngrok\/NgrokApiClient$.html#HttpMethodextendsProductwithSerializable", "kind" : "sealed trait"}, {"label" : "DefaultBaseUri", "tail" : ": URI", "member" : "com.ngrok.NgrokApiClient.DefaultBaseUri", "link" : "com\/ngrok\/NgrokApiClient$.html#DefaultBaseUri:java.net.URI", "kind" : "final val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/NgrokApiClient$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/NgrokApiClient$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/NgrokApiClient$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/NgrokApiClient$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/NgrokApiClient$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/NgrokApiClient$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/NgrokApiClient$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/NgrokApiClient$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/NgrokApiClient$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/NgrokApiClient$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/NgrokApiClient$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/NgrokApiClient$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/NgrokApiClient$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/NgrokApiClient$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/NgrokApiClient$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/NgrokApiClient$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/NgrokApiClient$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/NgrokApiClient$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/NgrokApiClient$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "trait" : "com\/ngrok\/NgrokApiClient.html", "kind" : "object", "members_trait" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/NgrokApiClient.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/NgrokApiClient.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (NgrokApiClient) => Boolean, msg: => Any): NgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/NgrokApiClient.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (NgrokApiClient) => Boolean): NgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/NgrokApiClient.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): NgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/NgrokApiClient.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): NgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/NgrokApiClient.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (NgrokApiClient, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/NgrokApiClient.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (NgrokApiClient, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/NgrokApiClient.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/NgrokApiClient.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/NgrokApiClient.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/NgrokApiClient.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/NgrokApiClient.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/NgrokApiClient.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/NgrokApiClient.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/NgrokApiClient.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/NgrokApiClient.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/NgrokApiClient.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/NgrokApiClient.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/NgrokApiClient.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/NgrokApiClient.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/NgrokApiClient.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/NgrokApiClient.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/NgrokApiClient.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/NgrokApiClient.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/NgrokApiClient.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/NgrokApiClient.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/NgrokApiClient.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}, {"label" : "sendRequest", "tail" : "(method: HttpMethod, endpoint: String, queryParams: List[(String, Option[Any])], body: Option[Json])(arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]", "member" : "com.ngrok.NgrokApiClient.sendRequest", "link" : "com\/ngrok\/NgrokApiClient.html#sendRequest[O](method:com.ngrok.NgrokApiClient.HttpMethod,endpoint:String,queryParams:List[(String,Option[Any])],body:Option[io.circe.Json])(implicitevidence$3:io.circe.Decoder[O],implicitevidence$4:scala.reflect.ClassTag[O],implicitec:scala.concurrent.ExecutionContext):scala.concurrent.Future[O]", "kind" : "abstract def"}, {"label" : "sendRequest", "tail" : "(uri: URI)(arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]", "member" : "com.ngrok.NgrokApiClient.sendRequest", "link" : "com\/ngrok\/NgrokApiClient.html#sendRequest[O](uri:java.net.URI)(implicitevidence$1:io.circe.Decoder[O],implicitevidence$2:scala.reflect.ClassTag[O],implicitec:scala.concurrent.ExecutionContext):scala.concurrent.Future[O]", "kind" : "abstract def"}], "shortDescription" : "Helpful constants and enums for making API requests."}, {"name" : "com.ngrok.Version", "shortDescription" : "Client version information.", "object" : "com\/ngrok\/Version$.html", "members_object" : [{"label" : "ClientVersion", "tail" : ": String", "member" : "com.ngrok.Version.ClientVersion", "link" : "com\/ngrok\/Version$.html#ClientVersion:String", "kind" : "final val"}, {"label" : "ApiVersion", "tail" : ": String", "member" : "com.ngrok.Version.ApiVersion", "link" : "com\/ngrok\/Version$.html#ApiVersion:String", "kind" : "final val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/Version$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/Version$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/Version$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/Version$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/Version$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/Version$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/Version$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Version$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Version$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Version$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/Version$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/Version$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/Version$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/Version$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/Version$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/Version$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/Version$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/Version$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/Version$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "kind" : "object"}], "com.ngrok.definitions" : [{"name" : "com.ngrok.definitions.AbuseReport", "shortDescription" : "A class encapsulating the AbuseReport resource.", "object" : "com\/ngrok\/definitions\/AbuseReport$.html", "members_object" : [{"label" : "decodeAbuseReport", "tail" : ": Decoder[AbuseReport]", "member" : "com.ngrok.definitions.AbuseReport.decodeAbuseReport", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#decodeAbuseReport:io.circe.Decoder[com.ngrok.definitions.AbuseReport]", "kind" : "implicit val"}, {"label" : "encodeAbuseReport", "tail" : ": Encoder[AbuseReport]", "member" : "com.ngrok.definitions.AbuseReport.encodeAbuseReport", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#encodeAbuseReport:io.circe.Encoder[com.ngrok.definitions.AbuseReport]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AbuseReport$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/AbuseReport.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/AbuseReport.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AbuseReport) => Boolean, msg: => Any): AbuseReport", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReport.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AbuseReport) => Boolean): AbuseReport", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReport.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AbuseReport", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReport.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AbuseReport", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReport.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AbuseReport, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/AbuseReport.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AbuseReport, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/AbuseReport.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.AbuseReport#", "error" : "unsupported entity"}, {"label" : "hostnames", "tail" : ": List[AbuseReportHostname]", "member" : "com.ngrok.definitions.AbuseReport.hostnames", "link" : "com\/ngrok\/definitions\/AbuseReport.html#hostnames:List[com.ngrok.definitions.AbuseReportHostname]", "kind" : "val"}, {"label" : "status", "tail" : ": String", "member" : "com.ngrok.definitions.AbuseReport.status", "link" : "com\/ngrok\/definitions\/AbuseReport.html#status:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.AbuseReport.metadata", "link" : "com\/ngrok\/definitions\/AbuseReport.html#metadata:String", "kind" : "val"}, {"label" : "urls", "tail" : ": List[URI]", "member" : "com.ngrok.definitions.AbuseReport.urls", "link" : "com\/ngrok\/definitions\/AbuseReport.html#urls:List[java.net.URI]", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.AbuseReport.createdAt", "link" : "com\/ngrok\/definitions\/AbuseReport.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.AbuseReport.uri", "link" : "com\/ngrok\/definitions\/AbuseReport.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.AbuseReport.id", "link" : "com\/ngrok\/definitions\/AbuseReport.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/AbuseReport.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AbuseReport.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AbuseReport.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AbuseReport.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AbuseReport.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AbuseReport.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AbuseReport.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AbuseReport.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReport.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReport.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReport.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AbuseReport.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AbuseReport.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AbuseReport.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AbuseReport.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReport.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReport.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/AbuseReport.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.AbuseReportHostname", "shortDescription" : "A class encapsulating the AbuseReportHostname resource.", "object" : "com\/ngrok\/definitions\/AbuseReportHostname$.html", "members_object" : [{"label" : "decodeAbuseReportHostname", "tail" : ": Decoder[AbuseReportHostname]", "member" : "com.ngrok.definitions.AbuseReportHostname.decodeAbuseReportHostname", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#decodeAbuseReportHostname:io.circe.Decoder[com.ngrok.definitions.AbuseReportHostname]", "kind" : "implicit val"}, {"label" : "encodeAbuseReportHostname", "tail" : ": Encoder[AbuseReportHostname]", "member" : "com.ngrok.definitions.AbuseReportHostname.encodeAbuseReportHostname", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#encodeAbuseReportHostname:io.circe.Encoder[com.ngrok.definitions.AbuseReportHostname]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AbuseReportHostname) => Boolean, msg: => Any): AbuseReportHostname", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AbuseReportHostname) => Boolean): AbuseReportHostname", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AbuseReportHostname", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AbuseReportHostname", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AbuseReportHostname, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AbuseReportHostname, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.AbuseReportHostname#", "error" : "unsupported entity"}, {"label" : "status", "tail" : ": String", "member" : "com.ngrok.definitions.AbuseReportHostname.status", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#status:String", "kind" : "val"}, {"label" : "hostname", "tail" : ": String", "member" : "com.ngrok.definitions.AbuseReportHostname.hostname", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#hostname:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/AbuseReportHostname.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.AgentIngress", "shortDescription" : "A class encapsulating the AgentIngress resource.", "object" : "com\/ngrok\/definitions\/AgentIngress$.html", "members_object" : [{"label" : "decodeAgentIngress", "tail" : ": Decoder[AgentIngress]", "member" : "com.ngrok.definitions.AgentIngress.decodeAgentIngress", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#decodeAgentIngress:io.circe.Decoder[com.ngrok.definitions.AgentIngress]", "kind" : "implicit val"}, {"label" : "encodeAgentIngress", "tail" : ": Encoder[AgentIngress]", "member" : "com.ngrok.definitions.AgentIngress.encodeAgentIngress", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#encodeAgentIngress:io.circe.Encoder[com.ngrok.definitions.AgentIngress]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AgentIngress$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/AgentIngress.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/AgentIngress.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AgentIngress) => Boolean, msg: => Any): AgentIngress", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngress.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AgentIngress) => Boolean): AgentIngress", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngress.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AgentIngress", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngress.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AgentIngress", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngress.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AgentIngress, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/AgentIngress.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AgentIngress, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/AgentIngress.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.AgentIngress#", "error" : "unsupported entity"}, {"label" : "createdAt", "tail" : ": String", "member" : "com.ngrok.definitions.AgentIngress.createdAt", "link" : "com\/ngrok\/definitions\/AgentIngress.html#createdAt:String", "kind" : "val"}, {"label" : "regionDomains", "tail" : ": List[String]", "member" : "com.ngrok.definitions.AgentIngress.regionDomains", "link" : "com\/ngrok\/definitions\/AgentIngress.html#regionDomains:List[String]", "kind" : "val"}, {"label" : "nsTargets", "tail" : ": List[String]", "member" : "com.ngrok.definitions.AgentIngress.nsTargets", "link" : "com\/ngrok\/definitions\/AgentIngress.html#nsTargets:List[String]", "kind" : "val"}, {"label" : "domain", "tail" : ": String", "member" : "com.ngrok.definitions.AgentIngress.domain", "link" : "com\/ngrok\/definitions\/AgentIngress.html#domain:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.AgentIngress.metadata", "link" : "com\/ngrok\/definitions\/AgentIngress.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.AgentIngress.description", "link" : "com\/ngrok\/definitions\/AgentIngress.html#description:String", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.AgentIngress.uri", "link" : "com\/ngrok\/definitions\/AgentIngress.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.AgentIngress.id", "link" : "com\/ngrok\/definitions\/AgentIngress.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/AgentIngress.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AgentIngress.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AgentIngress.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AgentIngress.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AgentIngress.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AgentIngress.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AgentIngress.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AgentIngress.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngress.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngress.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngress.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AgentIngress.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AgentIngress.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AgentIngress.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AgentIngress.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngress.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngress.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/AgentIngress.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.AgentIngressList", "shortDescription" : "A class encapsulating the AgentIngressList resource.", "object" : "com\/ngrok\/definitions\/AgentIngressList$.html", "members_object" : [{"label" : "decodeAgentIngressList", "tail" : ": Decoder[AgentIngressList]", "member" : "com.ngrok.definitions.AgentIngressList.decodeAgentIngressList", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#decodeAgentIngressList:io.circe.Decoder[com.ngrok.definitions.AgentIngressList]", "kind" : "implicit val"}, {"label" : "encodeAgentIngressList", "tail" : ": Encoder[AgentIngressList]", "member" : "com.ngrok.definitions.AgentIngressList.encodeAgentIngressList", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#encodeAgentIngressList:io.circe.Encoder[com.ngrok.definitions.AgentIngressList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AgentIngressList) => Boolean, msg: => Any): AgentIngressList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AgentIngressList) => Boolean): AgentIngressList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AgentIngressList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AgentIngressList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AgentIngressList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AgentIngressList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.AgentIngressList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.AgentIngressList.nextPageUri", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.AgentIngressList.uri", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "ingresses", "tail" : ": List[AgentIngress]", "member" : "com.ngrok.definitions.AgentIngressList.ingresses", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#ingresses:List[com.ngrok.definitions.AgentIngress]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AgentIngressList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/AgentIngressList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ApiKey", "shortDescription" : "A class encapsulating the ApiKey resource.", "object" : "com\/ngrok\/definitions\/ApiKey$.html", "members_object" : [{"label" : "decodeApiKey", "tail" : ": Decoder[ApiKey]", "member" : "com.ngrok.definitions.ApiKey.decodeApiKey", "link" : "com\/ngrok\/definitions\/ApiKey$.html#decodeApiKey:io.circe.Decoder[com.ngrok.definitions.ApiKey]", "kind" : "implicit val"}, {"label" : "encodeApiKey", "tail" : ": Encoder[ApiKey]", "member" : "com.ngrok.definitions.ApiKey.encodeApiKey", "link" : "com\/ngrok\/definitions\/ApiKey$.html#encodeApiKey:io.circe.Encoder[com.ngrok.definitions.ApiKey]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ApiKey$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ApiKey$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ApiKey$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ApiKey$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ApiKey$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ApiKey$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ApiKey$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKey$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKey$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKey$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ApiKey$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ApiKey$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ApiKey$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ApiKey$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ApiKey$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ApiKey$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ApiKey$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKey$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKey$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ApiKey.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ApiKey.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ApiKey) => Boolean, msg: => Any): ApiKey", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKey.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ApiKey) => Boolean): ApiKey", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKey.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ApiKey", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKey.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ApiKey", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKey.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ApiKey, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ApiKey.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ApiKey, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ApiKey.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ApiKey#", "error" : "unsupported entity"}, {"label" : "token", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.ApiKey.token", "link" : "com\/ngrok\/definitions\/ApiKey.html#token:Option[String]", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.ApiKey.createdAt", "link" : "com\/ngrok\/definitions\/ApiKey.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.ApiKey.metadata", "link" : "com\/ngrok\/definitions\/ApiKey.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.ApiKey.description", "link" : "com\/ngrok\/definitions\/ApiKey.html#description:String", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.ApiKey.uri", "link" : "com\/ngrok\/definitions\/ApiKey.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.ApiKey.id", "link" : "com\/ngrok\/definitions\/ApiKey.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ApiKey.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ApiKey.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ApiKey.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ApiKey.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ApiKey.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ApiKey.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ApiKey.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ApiKey.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKey.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKey.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKey.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ApiKey.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ApiKey.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ApiKey.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ApiKey.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKey.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKey.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ApiKey.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ApiKeyList", "shortDescription" : "A class encapsulating the ApiKeyList resource.", "object" : "com\/ngrok\/definitions\/ApiKeyList$.html", "members_object" : [{"label" : "decodeApiKeyList", "tail" : ": Decoder[ApiKeyList]", "member" : "com.ngrok.definitions.ApiKeyList.decodeApiKeyList", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#decodeApiKeyList:io.circe.Decoder[com.ngrok.definitions.ApiKeyList]", "kind" : "implicit val"}, {"label" : "encodeApiKeyList", "tail" : ": Encoder[ApiKeyList]", "member" : "com.ngrok.definitions.ApiKeyList.encodeApiKeyList", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#encodeApiKeyList:io.circe.Encoder[com.ngrok.definitions.ApiKeyList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ApiKeyList) => Boolean, msg: => Any): ApiKeyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ApiKeyList) => Boolean): ApiKeyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ApiKeyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ApiKeyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ApiKeyList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ApiKeyList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ApiKeyList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.ApiKeyList.nextPageUri", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.ApiKeyList.uri", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "keys", "tail" : ": List[ApiKey]", "member" : "com.ngrok.definitions.ApiKeyList.keys", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#keys:List[com.ngrok.definitions.ApiKey]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ApiKeyList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ApiKeyList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.AwsAuth", "shortDescription" : "A class encapsulating the AwsAuth resource.", "object" : "com\/ngrok\/definitions\/AwsAuth$.html", "members_object" : [{"label" : "decodeAwsAuth", "tail" : ": Decoder[AwsAuth]", "member" : "com.ngrok.definitions.AwsAuth.decodeAwsAuth", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#decodeAwsAuth:io.circe.Decoder[com.ngrok.definitions.AwsAuth]", "kind" : "implicit val"}, {"label" : "encodeAwsAuth", "tail" : ": Encoder[AwsAuth]", "member" : "com.ngrok.definitions.AwsAuth.encodeAwsAuth", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#encodeAwsAuth:io.circe.Encoder[com.ngrok.definitions.AwsAuth]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AwsAuth$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/AwsAuth.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/AwsAuth.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AwsAuth) => Boolean, msg: => Any): AwsAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsAuth.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AwsAuth) => Boolean): AwsAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsAuth.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AwsAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsAuth.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AwsAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsAuth.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AwsAuth, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/AwsAuth.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AwsAuth, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/AwsAuth.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.AwsAuth#", "error" : "unsupported entity"}, {"label" : "creds", "tail" : ": Option[AwsCredentials]", "member" : "com.ngrok.definitions.AwsAuth.creds", "link" : "com\/ngrok\/definitions\/AwsAuth.html#creds:Option[com.ngrok.definitions.AwsCredentials]", "kind" : "val"}, {"label" : "role", "tail" : ": Option[AwsRole]", "member" : "com.ngrok.definitions.AwsAuth.role", "link" : "com\/ngrok\/definitions\/AwsAuth.html#role:Option[com.ngrok.definitions.AwsRole]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/AwsAuth.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AwsAuth.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AwsAuth.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AwsAuth.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AwsAuth.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AwsAuth.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AwsAuth.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AwsAuth.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsAuth.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsAuth.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsAuth.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AwsAuth.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AwsAuth.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AwsAuth.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AwsAuth.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AwsAuth.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AwsAuth.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/AwsAuth.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.AwsCredentials", "shortDescription" : "A class encapsulating the AwsCredentials resource.", "object" : "com\/ngrok\/definitions\/AwsCredentials$.html", "members_object" : [{"label" : "decodeAwsCredentials", "tail" : ": Decoder[AwsCredentials]", "member" : "com.ngrok.definitions.AwsCredentials.decodeAwsCredentials", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#decodeAwsCredentials:io.circe.Decoder[com.ngrok.definitions.AwsCredentials]", "kind" : "implicit val"}, {"label" : "encodeAwsCredentials", "tail" : ": Encoder[AwsCredentials]", "member" : "com.ngrok.definitions.AwsCredentials.encodeAwsCredentials", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#encodeAwsCredentials:io.circe.Encoder[com.ngrok.definitions.AwsCredentials]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AwsCredentials) => Boolean, msg: => Any): AwsCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AwsCredentials) => Boolean): AwsCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AwsCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AwsCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AwsCredentials, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AwsCredentials, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.AwsCredentials#", "error" : "unsupported entity"}, {"label" : "awsSecretAccessKey", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.AwsCredentials.awsSecretAccessKey", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#awsSecretAccessKey:Option[String]", "kind" : "val"}, {"label" : "awsAccessKeyId", "tail" : ": String", "member" : "com.ngrok.definitions.AwsCredentials.awsAccessKeyId", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#awsAccessKeyId:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AwsCredentials.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/AwsCredentials.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.AwsRole", "shortDescription" : "A class encapsulating the AwsRole resource.", "object" : "com\/ngrok\/definitions\/AwsRole$.html", "members_object" : [{"label" : "decodeAwsRole", "tail" : ": Decoder[AwsRole]", "member" : "com.ngrok.definitions.AwsRole.decodeAwsRole", "link" : "com\/ngrok\/definitions\/AwsRole$.html#decodeAwsRole:io.circe.Decoder[com.ngrok.definitions.AwsRole]", "kind" : "implicit val"}, {"label" : "encodeAwsRole", "tail" : ": Encoder[AwsRole]", "member" : "com.ngrok.definitions.AwsRole.encodeAwsRole", "link" : "com\/ngrok\/definitions\/AwsRole$.html#encodeAwsRole:io.circe.Encoder[com.ngrok.definitions.AwsRole]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AwsRole$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AwsRole$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AwsRole$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AwsRole$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AwsRole$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AwsRole$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AwsRole$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsRole$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsRole$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsRole$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AwsRole$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AwsRole$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/AwsRole$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AwsRole$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/AwsRole$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/AwsRole$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AwsRole$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AwsRole$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AwsRole$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/AwsRole.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/AwsRole.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AwsRole) => Boolean, msg: => Any): AwsRole", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsRole.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AwsRole) => Boolean): AwsRole", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsRole.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AwsRole", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsRole.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AwsRole", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsRole.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AwsRole, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/AwsRole.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AwsRole, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/AwsRole.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.AwsRole#", "error" : "unsupported entity"}, {"label" : "roleArn", "tail" : ": String", "member" : "com.ngrok.definitions.AwsRole.roleArn", "link" : "com\/ngrok\/definitions\/AwsRole.html#roleArn:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/AwsRole.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AwsRole.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AwsRole.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AwsRole.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AwsRole.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AwsRole.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AwsRole.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AwsRole.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsRole.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsRole.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsRole.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AwsRole.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AwsRole.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AwsRole.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AwsRole.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AwsRole.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AwsRole.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/AwsRole.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.CertificateAuthority", "shortDescription" : "A class encapsulating the CertificateAuthority resource.", "object" : "com\/ngrok\/definitions\/CertificateAuthority$.html", "members_object" : [{"label" : "decodeCertificateAuthority", "tail" : ": Decoder[CertificateAuthority]", "member" : "com.ngrok.definitions.CertificateAuthority.decodeCertificateAuthority", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#decodeCertificateAuthority:io.circe.Decoder[com.ngrok.definitions.CertificateAuthority]", "kind" : "implicit val"}, {"label" : "encodeCertificateAuthority", "tail" : ": Encoder[CertificateAuthority]", "member" : "com.ngrok.definitions.CertificateAuthority.encodeCertificateAuthority", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#encodeCertificateAuthority:io.circe.Encoder[com.ngrok.definitions.CertificateAuthority]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CertificateAuthority) => Boolean, msg: => Any): CertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CertificateAuthority) => Boolean): CertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): CertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): CertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (CertificateAuthority, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (CertificateAuthority, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.CertificateAuthority#", "error" : "unsupported entity"}, {"label" : "extendedKeyUsages", "tail" : ": List[String]", "member" : "com.ngrok.definitions.CertificateAuthority.extendedKeyUsages", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#extendedKeyUsages:List[String]", "kind" : "val"}, {"label" : "keyUsages", "tail" : ": List[String]", "member" : "com.ngrok.definitions.CertificateAuthority.keyUsages", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#keyUsages:List[String]", "kind" : "val"}, {"label" : "notAfter", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.CertificateAuthority.notAfter", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#notAfter:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "notBefore", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.CertificateAuthority.notBefore", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#notBefore:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "subjectCommonName", "tail" : ": String", "member" : "com.ngrok.definitions.CertificateAuthority.subjectCommonName", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#subjectCommonName:String", "kind" : "val"}, {"label" : "caPem", "tail" : ": String", "member" : "com.ngrok.definitions.CertificateAuthority.caPem", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#caPem:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.CertificateAuthority.metadata", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.CertificateAuthority.description", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.CertificateAuthority.createdAt", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.CertificateAuthority.uri", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.CertificateAuthority.id", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/CertificateAuthority.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.CertificateAuthorityList", "shortDescription" : "A class encapsulating the CertificateAuthorityList resource.", "object" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html", "members_object" : [{"label" : "decodeCertificateAuthorityList", "tail" : ": Decoder[CertificateAuthorityList]", "member" : "com.ngrok.definitions.CertificateAuthorityList.decodeCertificateAuthorityList", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#decodeCertificateAuthorityList:io.circe.Decoder[com.ngrok.definitions.CertificateAuthorityList]", "kind" : "implicit val"}, {"label" : "encodeCertificateAuthorityList", "tail" : ": Encoder[CertificateAuthorityList]", "member" : "com.ngrok.definitions.CertificateAuthorityList.encodeCertificateAuthorityList", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#encodeCertificateAuthorityList:io.circe.Encoder[com.ngrok.definitions.CertificateAuthorityList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CertificateAuthorityList) => Boolean, msg: => Any): CertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CertificateAuthorityList) => Boolean): CertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): CertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): CertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (CertificateAuthorityList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (CertificateAuthorityList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.CertificateAuthorityList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.CertificateAuthorityList.nextPageUri", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.CertificateAuthorityList.uri", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "certificateAuthorities", "tail" : ": List[CertificateAuthority]", "member" : "com.ngrok.definitions.CertificateAuthorityList.certificateAuthorities", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#certificateAuthorities:List[com.ngrok.definitions.CertificateAuthority]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/CertificateAuthorityList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.Credential", "shortDescription" : "A class encapsulating the Credential resource.", "object" : "com\/ngrok\/definitions\/Credential$.html", "members_object" : [{"label" : "decodeCredential", "tail" : ": Decoder[Credential]", "member" : "com.ngrok.definitions.Credential.decodeCredential", "link" : "com\/ngrok\/definitions\/Credential$.html#decodeCredential:io.circe.Decoder[com.ngrok.definitions.Credential]", "kind" : "implicit val"}, {"label" : "encodeCredential", "tail" : ": Encoder[Credential]", "member" : "com.ngrok.definitions.Credential.encodeCredential", "link" : "com\/ngrok\/definitions\/Credential$.html#encodeCredential:io.circe.Encoder[com.ngrok.definitions.Credential]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Credential$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Credential$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Credential$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Credential$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Credential$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Credential$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Credential$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Credential$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Credential$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Credential$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Credential$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Credential$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/Credential$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Credential$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/Credential$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/Credential$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Credential$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Credential$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Credential$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/Credential.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/Credential.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Credential) => Boolean, msg: => Any): Credential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Credential.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Credential) => Boolean): Credential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Credential.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Credential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Credential.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Credential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Credential.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Credential, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/Credential.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Credential, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/Credential.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.Credential#", "error" : "unsupported entity"}, {"label" : "acl", "tail" : ": List[String]", "member" : "com.ngrok.definitions.Credential.acl", "link" : "com\/ngrok\/definitions\/Credential.html#acl:List[String]", "kind" : "val"}, {"label" : "token", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.Credential.token", "link" : "com\/ngrok\/definitions\/Credential.html#token:Option[String]", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.Credential.metadata", "link" : "com\/ngrok\/definitions\/Credential.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.Credential.description", "link" : "com\/ngrok\/definitions\/Credential.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.Credential.createdAt", "link" : "com\/ngrok\/definitions\/Credential.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.Credential.uri", "link" : "com\/ngrok\/definitions\/Credential.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.Credential.id", "link" : "com\/ngrok\/definitions\/Credential.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/Credential.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Credential.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Credential.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Credential.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Credential.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Credential.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Credential.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Credential.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Credential.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Credential.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Credential.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Credential.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Credential.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Credential.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Credential.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Credential.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Credential.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/Credential.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.CredentialList", "shortDescription" : "A class encapsulating the CredentialList resource.", "object" : "com\/ngrok\/definitions\/CredentialList$.html", "members_object" : [{"label" : "decodeCredentialList", "tail" : ": Decoder[CredentialList]", "member" : "com.ngrok.definitions.CredentialList.decodeCredentialList", "link" : "com\/ngrok\/definitions\/CredentialList$.html#decodeCredentialList:io.circe.Decoder[com.ngrok.definitions.CredentialList]", "kind" : "implicit val"}, {"label" : "encodeCredentialList", "tail" : ": Encoder[CredentialList]", "member" : "com.ngrok.definitions.CredentialList.encodeCredentialList", "link" : "com\/ngrok\/definitions\/CredentialList$.html#encodeCredentialList:io.circe.Encoder[com.ngrok.definitions.CredentialList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/CredentialList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/CredentialList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/CredentialList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/CredentialList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/CredentialList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/CredentialList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/CredentialList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CredentialList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CredentialList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CredentialList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/CredentialList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/CredentialList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/CredentialList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/CredentialList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/CredentialList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/CredentialList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/CredentialList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/CredentialList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/CredentialList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/CredentialList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/CredentialList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CredentialList) => Boolean, msg: => Any): CredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CredentialList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CredentialList) => Boolean): CredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CredentialList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): CredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CredentialList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): CredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CredentialList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (CredentialList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/CredentialList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (CredentialList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/CredentialList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.CredentialList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.CredentialList.nextPageUri", "link" : "com\/ngrok\/definitions\/CredentialList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.CredentialList.uri", "link" : "com\/ngrok\/definitions\/CredentialList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "credentials", "tail" : ": List[Credential]", "member" : "com.ngrok.definitions.CredentialList.credentials", "link" : "com\/ngrok\/definitions\/CredentialList.html#credentials:List[com.ngrok.definitions.Credential]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/CredentialList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/CredentialList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/CredentialList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/CredentialList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/CredentialList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/CredentialList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/CredentialList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/CredentialList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CredentialList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CredentialList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CredentialList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/CredentialList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/CredentialList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/CredentialList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/CredentialList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/CredentialList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/CredentialList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/CredentialList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.Endpoint", "shortDescription" : "A class encapsulating the Endpoint resource.", "object" : "com\/ngrok\/definitions\/Endpoint$.html", "members_object" : [{"label" : "decodeEndpoint", "tail" : ": Decoder[Endpoint]", "member" : "com.ngrok.definitions.Endpoint.decodeEndpoint", "link" : "com\/ngrok\/definitions\/Endpoint$.html#decodeEndpoint:io.circe.Decoder[com.ngrok.definitions.Endpoint]", "kind" : "implicit val"}, {"label" : "encodeEndpoint", "tail" : ": Encoder[Endpoint]", "member" : "com.ngrok.definitions.Endpoint.encodeEndpoint", "link" : "com\/ngrok\/definitions\/Endpoint$.html#encodeEndpoint:io.circe.Encoder[com.ngrok.definitions.Endpoint]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Endpoint$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Endpoint$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Endpoint$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Endpoint$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Endpoint$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Endpoint$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Endpoint$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Endpoint$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Endpoint$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Endpoint$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Endpoint$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Endpoint$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/Endpoint$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Endpoint$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/Endpoint$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/Endpoint$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Endpoint$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Endpoint$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Endpoint$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/Endpoint.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/Endpoint.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Endpoint) => Boolean, msg: => Any): Endpoint", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Endpoint.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Endpoint) => Boolean): Endpoint", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Endpoint.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Endpoint", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Endpoint.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Endpoint", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Endpoint.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Endpoint, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/Endpoint.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Endpoint, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/Endpoint.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.Endpoint#", "error" : "unsupported entity"}, {"label" : "edge", "tail" : ": Option[Ref]", "member" : "com.ngrok.definitions.Endpoint.edge", "link" : "com\/ngrok\/definitions\/Endpoint.html#edge:Option[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "tunnel", "tail" : ": Option[Ref]", "member" : "com.ngrok.definitions.Endpoint.tunnel", "link" : "com\/ngrok\/definitions\/Endpoint.html#tunnel:Option[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "tcpAddr", "tail" : ": Option[Ref]", "member" : "com.ngrok.definitions.Endpoint.tcpAddr", "link" : "com\/ngrok\/definitions\/Endpoint.html#tcpAddr:Option[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "domain", "tail" : ": Option[Ref]", "member" : "com.ngrok.definitions.Endpoint.domain", "link" : "com\/ngrok\/definitions\/Endpoint.html#domain:Option[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.Endpoint.metadata", "link" : "com\/ngrok\/definitions\/Endpoint.html#metadata:String", "kind" : "val"}, {"label" : "type", "tail" : ": String", "member" : "com.ngrok.definitions.Endpoint.type", "link" : "com\/ngrok\/definitions\/Endpoint.html#type:String", "kind" : "val"}, {"label" : "hostport", "tail" : ": String", "member" : "com.ngrok.definitions.Endpoint.hostport", "link" : "com\/ngrok\/definitions\/Endpoint.html#hostport:String", "kind" : "val"}, {"label" : "proto", "tail" : ": String", "member" : "com.ngrok.definitions.Endpoint.proto", "link" : "com\/ngrok\/definitions\/Endpoint.html#proto:String", "kind" : "val"}, {"label" : "publicUrl", "tail" : ": URI", "member" : "com.ngrok.definitions.Endpoint.publicUrl", "link" : "com\/ngrok\/definitions\/Endpoint.html#publicUrl:java.net.URI", "kind" : "val"}, {"label" : "updatedAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.Endpoint.updatedAt", "link" : "com\/ngrok\/definitions\/Endpoint.html#updatedAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.Endpoint.createdAt", "link" : "com\/ngrok\/definitions\/Endpoint.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "region", "tail" : ": String", "member" : "com.ngrok.definitions.Endpoint.region", "link" : "com\/ngrok\/definitions\/Endpoint.html#region:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.Endpoint.id", "link" : "com\/ngrok\/definitions\/Endpoint.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/Endpoint.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Endpoint.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Endpoint.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Endpoint.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Endpoint.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Endpoint.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Endpoint.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Endpoint.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Endpoint.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Endpoint.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Endpoint.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Endpoint.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Endpoint.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Endpoint.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Endpoint.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Endpoint.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Endpoint.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/Endpoint.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointBackend", "shortDescription" : "A class encapsulating the EndpointBackend resource.", "object" : "com\/ngrok\/definitions\/EndpointBackend$.html", "members_object" : [{"label" : "decodeEndpointBackend", "tail" : ": Decoder[EndpointBackend]", "member" : "com.ngrok.definitions.EndpointBackend.decodeEndpointBackend", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#decodeEndpointBackend:io.circe.Decoder[com.ngrok.definitions.EndpointBackend]", "kind" : "implicit val"}, {"label" : "encodeEndpointBackend", "tail" : ": Encoder[EndpointBackend]", "member" : "com.ngrok.definitions.EndpointBackend.encodeEndpointBackend", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#encodeEndpointBackend:io.circe.Encoder[com.ngrok.definitions.EndpointBackend]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointBackend) => Boolean, msg: => Any): EndpointBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointBackend) => Boolean): EndpointBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointBackend, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointBackend, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointBackend#", "error" : "unsupported entity"}, {"label" : "backend", "tail" : ": Ref", "member" : "com.ngrok.definitions.EndpointBackend.backend", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#backend:com.ngrok.definitions.Ref", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointBackend.enabled", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointBackend.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointBackend.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointBackendMutate", "shortDescription" : "A class encapsulating the EndpointBackendMutate resource.", "object" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html", "members_object" : [{"label" : "decodeEndpointBackendMutate", "tail" : ": Decoder[EndpointBackendMutate]", "member" : "com.ngrok.definitions.EndpointBackendMutate.decodeEndpointBackendMutate", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#decodeEndpointBackendMutate:io.circe.Decoder[com.ngrok.definitions.EndpointBackendMutate]", "kind" : "implicit val"}, {"label" : "encodeEndpointBackendMutate", "tail" : ": Encoder[EndpointBackendMutate]", "member" : "com.ngrok.definitions.EndpointBackendMutate.encodeEndpointBackendMutate", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#encodeEndpointBackendMutate:io.circe.Encoder[com.ngrok.definitions.EndpointBackendMutate]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointBackendMutate) => Boolean, msg: => Any): EndpointBackendMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointBackendMutate) => Boolean): EndpointBackendMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointBackendMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointBackendMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointBackendMutate, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointBackendMutate, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointBackendMutate#", "error" : "unsupported entity"}, {"label" : "backendId", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointBackendMutate.backendId", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#backendId:String", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointBackendMutate.enabled", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointBackendMutate.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointCircuitBreaker", "shortDescription" : "A class encapsulating the EndpointCircuitBreaker resource.", "object" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html", "members_object" : [{"label" : "decodeEndpointCircuitBreaker", "tail" : ": Decoder[EndpointCircuitBreaker]", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.decodeEndpointCircuitBreaker", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#decodeEndpointCircuitBreaker:io.circe.Decoder[com.ngrok.definitions.EndpointCircuitBreaker]", "kind" : "implicit val"}, {"label" : "encodeEndpointCircuitBreaker", "tail" : ": Encoder[EndpointCircuitBreaker]", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.encodeEndpointCircuitBreaker", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#encodeEndpointCircuitBreaker:io.circe.Encoder[com.ngrok.definitions.EndpointCircuitBreaker]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointCircuitBreaker) => Boolean, msg: => Any): EndpointCircuitBreaker", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointCircuitBreaker) => Boolean): EndpointCircuitBreaker", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointCircuitBreaker", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointCircuitBreaker", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointCircuitBreaker, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointCircuitBreaker, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointCircuitBreaker#", "error" : "unsupported entity"}, {"label" : "errorThresholdPercentage", "tail" : ": Double", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.errorThresholdPercentage", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#errorThresholdPercentage:Double", "kind" : "val"}, {"label" : "volumeThreshold", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.volumeThreshold", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#volumeThreshold:Long", "kind" : "val"}, {"label" : "numBuckets", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.numBuckets", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#numBuckets:Long", "kind" : "val"}, {"label" : "rollingWindow", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.rollingWindow", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#rollingWindow:Long", "kind" : "val"}, {"label" : "trippedDuration", "tail" : ": Duration", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.trippedDuration", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#trippedDuration:java.time.Duration", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.enabled", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointCompression", "shortDescription" : "A class encapsulating the EndpointCompression resource.", "object" : "com\/ngrok\/definitions\/EndpointCompression$.html", "members_object" : [{"label" : "decodeEndpointCompression", "tail" : ": Decoder[EndpointCompression]", "member" : "com.ngrok.definitions.EndpointCompression.decodeEndpointCompression", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#decodeEndpointCompression:io.circe.Decoder[com.ngrok.definitions.EndpointCompression]", "kind" : "implicit val"}, {"label" : "encodeEndpointCompression", "tail" : ": Encoder[EndpointCompression]", "member" : "com.ngrok.definitions.EndpointCompression.encodeEndpointCompression", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#encodeEndpointCompression:io.circe.Encoder[com.ngrok.definitions.EndpointCompression]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointCompression) => Boolean, msg: => Any): EndpointCompression", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointCompression) => Boolean): EndpointCompression", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointCompression", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointCompression", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointCompression, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointCompression, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointCompression#", "error" : "unsupported entity"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointCompression.enabled", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointCompression.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointCompression.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointIpPolicy", "shortDescription" : "A class encapsulating the EndpointIpPolicy resource.", "object" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html", "members_object" : [{"label" : "decodeEndpointIpPolicy", "tail" : ": Decoder[EndpointIpPolicy]", "member" : "com.ngrok.definitions.EndpointIpPolicy.decodeEndpointIpPolicy", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#decodeEndpointIpPolicy:io.circe.Decoder[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "implicit val"}, {"label" : "encodeEndpointIpPolicy", "tail" : ": Encoder[EndpointIpPolicy]", "member" : "com.ngrok.definitions.EndpointIpPolicy.encodeEndpointIpPolicy", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#encodeEndpointIpPolicy:io.circe.Encoder[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointIpPolicy) => Boolean, msg: => Any): EndpointIpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointIpPolicy) => Boolean): EndpointIpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointIpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointIpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointIpPolicy, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointIpPolicy, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointIpPolicy#", "error" : "unsupported entity"}, {"label" : "ipPolicies", "tail" : ": List[Ref]", "member" : "com.ngrok.definitions.EndpointIpPolicy.ipPolicies", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#ipPolicies:List[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointIpPolicy.enabled", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointIpPolicy.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointIpPolicyMutate", "shortDescription" : "A class encapsulating the EndpointIpPolicyMutate resource.", "object" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html", "members_object" : [{"label" : "decodeEndpointIpPolicyMutate", "tail" : ": Decoder[EndpointIpPolicyMutate]", "member" : "com.ngrok.definitions.EndpointIpPolicyMutate.decodeEndpointIpPolicyMutate", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#decodeEndpointIpPolicyMutate:io.circe.Decoder[com.ngrok.definitions.EndpointIpPolicyMutate]", "kind" : "implicit val"}, {"label" : "encodeEndpointIpPolicyMutate", "tail" : ": Encoder[EndpointIpPolicyMutate]", "member" : "com.ngrok.definitions.EndpointIpPolicyMutate.encodeEndpointIpPolicyMutate", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#encodeEndpointIpPolicyMutate:io.circe.Encoder[com.ngrok.definitions.EndpointIpPolicyMutate]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointIpPolicyMutate) => Boolean, msg: => Any): EndpointIpPolicyMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointIpPolicyMutate) => Boolean): EndpointIpPolicyMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointIpPolicyMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointIpPolicyMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointIpPolicyMutate, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointIpPolicyMutate, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointIpPolicyMutate#", "error" : "unsupported entity"}, {"label" : "ipPolicyIds", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointIpPolicyMutate.ipPolicyIds", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#ipPolicyIds:List[String]", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointIpPolicyMutate.enabled", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointList", "shortDescription" : "A class encapsulating the EndpointList resource.", "object" : "com\/ngrok\/definitions\/EndpointList$.html", "members_object" : [{"label" : "decodeEndpointList", "tail" : ": Decoder[EndpointList]", "member" : "com.ngrok.definitions.EndpointList.decodeEndpointList", "link" : "com\/ngrok\/definitions\/EndpointList$.html#decodeEndpointList:io.circe.Decoder[com.ngrok.definitions.EndpointList]", "kind" : "implicit val"}, {"label" : "encodeEndpointList", "tail" : ": Encoder[EndpointList]", "member" : "com.ngrok.definitions.EndpointList.encodeEndpointList", "link" : "com\/ngrok\/definitions\/EndpointList$.html#encodeEndpointList:io.circe.Encoder[com.ngrok.definitions.EndpointList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointList) => Boolean, msg: => Any): EndpointList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointList) => Boolean): EndpointList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.EndpointList.nextPageUri", "link" : "com\/ngrok\/definitions\/EndpointList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.EndpointList.uri", "link" : "com\/ngrok\/definitions\/EndpointList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "endpoints", "tail" : ": List[Endpoint]", "member" : "com.ngrok.definitions.EndpointList.endpoints", "link" : "com\/ngrok\/definitions\/EndpointList.html#endpoints:List[com.ngrok.definitions.Endpoint]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointMutualTls", "shortDescription" : "A class encapsulating the EndpointMutualTls resource.", "object" : "com\/ngrok\/definitions\/EndpointMutualTls$.html", "members_object" : [{"label" : "decodeEndpointMutualTls", "tail" : ": Decoder[EndpointMutualTls]", "member" : "com.ngrok.definitions.EndpointMutualTls.decodeEndpointMutualTls", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#decodeEndpointMutualTls:io.circe.Decoder[com.ngrok.definitions.EndpointMutualTls]", "kind" : "implicit val"}, {"label" : "encodeEndpointMutualTls", "tail" : ": Encoder[EndpointMutualTls]", "member" : "com.ngrok.definitions.EndpointMutualTls.encodeEndpointMutualTls", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#encodeEndpointMutualTls:io.circe.Encoder[com.ngrok.definitions.EndpointMutualTls]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointMutualTls) => Boolean, msg: => Any): EndpointMutualTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointMutualTls) => Boolean): EndpointMutualTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointMutualTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointMutualTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointMutualTls, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointMutualTls, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointMutualTls#", "error" : "unsupported entity"}, {"label" : "certificateAuthorities", "tail" : ": List[Ref]", "member" : "com.ngrok.definitions.EndpointMutualTls.certificateAuthorities", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#certificateAuthorities:List[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointMutualTls.enabled", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointMutualTls.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointMutualTlsMutate", "shortDescription" : "A class encapsulating the EndpointMutualTlsMutate resource.", "object" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html", "members_object" : [{"label" : "decodeEndpointMutualTlsMutate", "tail" : ": Decoder[EndpointMutualTlsMutate]", "member" : "com.ngrok.definitions.EndpointMutualTlsMutate.decodeEndpointMutualTlsMutate", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#decodeEndpointMutualTlsMutate:io.circe.Decoder[com.ngrok.definitions.EndpointMutualTlsMutate]", "kind" : "implicit val"}, {"label" : "encodeEndpointMutualTlsMutate", "tail" : ": Encoder[EndpointMutualTlsMutate]", "member" : "com.ngrok.definitions.EndpointMutualTlsMutate.encodeEndpointMutualTlsMutate", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#encodeEndpointMutualTlsMutate:io.circe.Encoder[com.ngrok.definitions.EndpointMutualTlsMutate]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointMutualTlsMutate) => Boolean, msg: => Any): EndpointMutualTlsMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointMutualTlsMutate) => Boolean): EndpointMutualTlsMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointMutualTlsMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointMutualTlsMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointMutualTlsMutate, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointMutualTlsMutate, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointMutualTlsMutate#", "error" : "unsupported entity"}, {"label" : "certificateAuthorityIds", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointMutualTlsMutate.certificateAuthorityIds", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#certificateAuthorityIds:List[String]", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointMutualTlsMutate.enabled", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointOAuth", "shortDescription" : "A class encapsulating the EndpointOAuth resource.", "object" : "com\/ngrok\/definitions\/EndpointOAuth$.html", "members_object" : [{"label" : "decodeEndpointOAuth", "tail" : ": Decoder[EndpointOAuth]", "member" : "com.ngrok.definitions.EndpointOAuth.decodeEndpointOAuth", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#decodeEndpointOAuth:io.circe.Decoder[com.ngrok.definitions.EndpointOAuth]", "kind" : "implicit val"}, {"label" : "encodeEndpointOAuth", "tail" : ": Encoder[EndpointOAuth]", "member" : "com.ngrok.definitions.EndpointOAuth.encodeEndpointOAuth", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#encodeEndpointOAuth:io.circe.Encoder[com.ngrok.definitions.EndpointOAuth]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuth) => Boolean, msg: => Any): EndpointOAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuth) => Boolean): EndpointOAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointOAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointOAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointOAuth, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointOAuth, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointOAuth#", "error" : "unsupported entity"}, {"label" : "authCheckInterval", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointOAuth.authCheckInterval", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#authCheckInterval:Long", "kind" : "val"}, {"label" : "maximumDuration", "tail" : ": Duration", "member" : "com.ngrok.definitions.EndpointOAuth.maximumDuration", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#maximumDuration:java.time.Duration", "kind" : "val"}, {"label" : "inactivityTimeout", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointOAuth.inactivityTimeout", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#inactivityTimeout:Long", "kind" : "val"}, {"label" : "cookiePrefix", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointOAuth.cookiePrefix", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#cookiePrefix:String", "kind" : "val"}, {"label" : "optionsPassthrough", "tail" : ": Boolean", "member" : "com.ngrok.definitions.EndpointOAuth.optionsPassthrough", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#optionsPassthrough:Boolean", "kind" : "val"}, {"label" : "provider", "tail" : ": EndpointOAuthProvider", "member" : "com.ngrok.definitions.EndpointOAuth.provider", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#provider:com.ngrok.definitions.EndpointOAuthProvider", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointOAuth.enabled", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointOAuth.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointOAuthFacebook", "shortDescription" : "A class encapsulating the EndpointOAuthFacebook resource.", "object" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html", "members_object" : [{"label" : "decodeEndpointOAuthFacebook", "tail" : ": Decoder[EndpointOAuthFacebook]", "member" : "com.ngrok.definitions.EndpointOAuthFacebook.decodeEndpointOAuthFacebook", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#decodeEndpointOAuthFacebook:io.circe.Decoder[com.ngrok.definitions.EndpointOAuthFacebook]", "kind" : "implicit val"}, {"label" : "encodeEndpointOAuthFacebook", "tail" : ": Encoder[EndpointOAuthFacebook]", "member" : "com.ngrok.definitions.EndpointOAuthFacebook.encodeEndpointOAuthFacebook", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#encodeEndpointOAuthFacebook:io.circe.Encoder[com.ngrok.definitions.EndpointOAuthFacebook]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthFacebook) => Boolean, msg: => Any): EndpointOAuthFacebook", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthFacebook) => Boolean): EndpointOAuthFacebook", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointOAuthFacebook", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointOAuthFacebook", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointOAuthFacebook, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointOAuthFacebook, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointOAuthFacebook#", "error" : "unsupported entity"}, {"label" : "emailDomains", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthFacebook.emailDomains", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#emailDomains:List[String]", "kind" : "val"}, {"label" : "emailAddresses", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthFacebook.emailAddresses", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#emailAddresses:List[String]", "kind" : "val"}, {"label" : "scopes", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthFacebook.scopes", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#scopes:List[String]", "kind" : "val"}, {"label" : "clientSecret", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthFacebook.clientSecret", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#clientSecret:Option[String]", "kind" : "val"}, {"label" : "clientId", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthFacebook.clientId", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#clientId:Option[String]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointOAuthGitHub", "shortDescription" : "A class encapsulating the EndpointOAuthGitHub resource.", "object" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html", "members_object" : [{"label" : "decodeEndpointOAuthGitHub", "tail" : ": Decoder[EndpointOAuthGitHub]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.decodeEndpointOAuthGitHub", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#decodeEndpointOAuthGitHub:io.circe.Decoder[com.ngrok.definitions.EndpointOAuthGitHub]", "kind" : "implicit val"}, {"label" : "encodeEndpointOAuthGitHub", "tail" : ": Encoder[EndpointOAuthGitHub]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.encodeEndpointOAuthGitHub", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#encodeEndpointOAuthGitHub:io.circe.Encoder[com.ngrok.definitions.EndpointOAuthGitHub]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthGitHub) => Boolean, msg: => Any): EndpointOAuthGitHub", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthGitHub) => Boolean): EndpointOAuthGitHub", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointOAuthGitHub", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointOAuthGitHub", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointOAuthGitHub, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointOAuthGitHub, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointOAuthGitHub#", "error" : "unsupported entity"}, {"label" : "organizations", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.organizations", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#organizations:List[String]", "kind" : "val"}, {"label" : "teams", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.teams", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#teams:List[String]", "kind" : "val"}, {"label" : "emailDomains", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.emailDomains", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#emailDomains:List[String]", "kind" : "val"}, {"label" : "emailAddresses", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.emailAddresses", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#emailAddresses:List[String]", "kind" : "val"}, {"label" : "scopes", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.scopes", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#scopes:List[String]", "kind" : "val"}, {"label" : "clientSecret", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.clientSecret", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#clientSecret:Option[String]", "kind" : "val"}, {"label" : "clientId", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.clientId", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#clientId:Option[String]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointOAuthGoogle", "shortDescription" : "A class encapsulating the EndpointOAuthGoogle resource.", "object" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html", "members_object" : [{"label" : "decodeEndpointOAuthGoogle", "tail" : ": Decoder[EndpointOAuthGoogle]", "member" : "com.ngrok.definitions.EndpointOAuthGoogle.decodeEndpointOAuthGoogle", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#decodeEndpointOAuthGoogle:io.circe.Decoder[com.ngrok.definitions.EndpointOAuthGoogle]", "kind" : "implicit val"}, {"label" : "encodeEndpointOAuthGoogle", "tail" : ": Encoder[EndpointOAuthGoogle]", "member" : "com.ngrok.definitions.EndpointOAuthGoogle.encodeEndpointOAuthGoogle", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#encodeEndpointOAuthGoogle:io.circe.Encoder[com.ngrok.definitions.EndpointOAuthGoogle]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthGoogle) => Boolean, msg: => Any): EndpointOAuthGoogle", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthGoogle) => Boolean): EndpointOAuthGoogle", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointOAuthGoogle", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointOAuthGoogle", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointOAuthGoogle, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointOAuthGoogle, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointOAuthGoogle#", "error" : "unsupported entity"}, {"label" : "emailDomains", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGoogle.emailDomains", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#emailDomains:List[String]", "kind" : "val"}, {"label" : "emailAddresses", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGoogle.emailAddresses", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#emailAddresses:List[String]", "kind" : "val"}, {"label" : "scopes", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGoogle.scopes", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#scopes:List[String]", "kind" : "val"}, {"label" : "clientSecret", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthGoogle.clientSecret", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#clientSecret:Option[String]", "kind" : "val"}, {"label" : "clientId", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthGoogle.clientId", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#clientId:Option[String]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointOAuthMicrosoft", "shortDescription" : "A class encapsulating the EndpointOAuthMicrosoft resource.", "object" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html", "members_object" : [{"label" : "decodeEndpointOAuthMicrosoft", "tail" : ": Decoder[EndpointOAuthMicrosoft]", "member" : "com.ngrok.definitions.EndpointOAuthMicrosoft.decodeEndpointOAuthMicrosoft", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#decodeEndpointOAuthMicrosoft:io.circe.Decoder[com.ngrok.definitions.EndpointOAuthMicrosoft]", "kind" : "implicit val"}, {"label" : "encodeEndpointOAuthMicrosoft", "tail" : ": Encoder[EndpointOAuthMicrosoft]", "member" : "com.ngrok.definitions.EndpointOAuthMicrosoft.encodeEndpointOAuthMicrosoft", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#encodeEndpointOAuthMicrosoft:io.circe.Encoder[com.ngrok.definitions.EndpointOAuthMicrosoft]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthMicrosoft) => Boolean, msg: => Any): EndpointOAuthMicrosoft", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthMicrosoft) => Boolean): EndpointOAuthMicrosoft", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointOAuthMicrosoft", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointOAuthMicrosoft", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointOAuthMicrosoft, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointOAuthMicrosoft, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointOAuthMicrosoft#", "error" : "unsupported entity"}, {"label" : "emailDomains", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthMicrosoft.emailDomains", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#emailDomains:List[String]", "kind" : "val"}, {"label" : "emailAddresses", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthMicrosoft.emailAddresses", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#emailAddresses:List[String]", "kind" : "val"}, {"label" : "scopes", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthMicrosoft.scopes", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#scopes:List[String]", "kind" : "val"}, {"label" : "clientSecret", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthMicrosoft.clientSecret", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#clientSecret:Option[String]", "kind" : "val"}, {"label" : "clientId", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthMicrosoft.clientId", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#clientId:Option[String]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointOAuthProvider", "shortDescription" : "A class encapsulating the EndpointOAuthProvider resource.", "object" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html", "members_object" : [{"label" : "decodeEndpointOAuthProvider", "tail" : ": Decoder[EndpointOAuthProvider]", "member" : "com.ngrok.definitions.EndpointOAuthProvider.decodeEndpointOAuthProvider", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#decodeEndpointOAuthProvider:io.circe.Decoder[com.ngrok.definitions.EndpointOAuthProvider]", "kind" : "implicit val"}, {"label" : "encodeEndpointOAuthProvider", "tail" : ": Encoder[EndpointOAuthProvider]", "member" : "com.ngrok.definitions.EndpointOAuthProvider.encodeEndpointOAuthProvider", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#encodeEndpointOAuthProvider:io.circe.Encoder[com.ngrok.definitions.EndpointOAuthProvider]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthProvider) => Boolean, msg: => Any): EndpointOAuthProvider", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthProvider) => Boolean): EndpointOAuthProvider", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointOAuthProvider", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointOAuthProvider", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointOAuthProvider, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointOAuthProvider, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointOAuthProvider#", "error" : "unsupported entity"}, {"label" : "google", "tail" : ": Option[EndpointOAuthGoogle]", "member" : "com.ngrok.definitions.EndpointOAuthProvider.google", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#google:Option[com.ngrok.definitions.EndpointOAuthGoogle]", "kind" : "val"}, {"label" : "microsoft", "tail" : ": Option[EndpointOAuthMicrosoft]", "member" : "com.ngrok.definitions.EndpointOAuthProvider.microsoft", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#microsoft:Option[com.ngrok.definitions.EndpointOAuthMicrosoft]", "kind" : "val"}, {"label" : "facebook", "tail" : ": Option[EndpointOAuthFacebook]", "member" : "com.ngrok.definitions.EndpointOAuthProvider.facebook", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#facebook:Option[com.ngrok.definitions.EndpointOAuthFacebook]", "kind" : "val"}, {"label" : "github", "tail" : ": Option[EndpointOAuthGitHub]", "member" : "com.ngrok.definitions.EndpointOAuthProvider.github", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#github:Option[com.ngrok.definitions.EndpointOAuthGitHub]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointOidc", "shortDescription" : "A class encapsulating the EndpointOidc resource.", "object" : "com\/ngrok\/definitions\/EndpointOidc$.html", "members_object" : [{"label" : "decodeEndpointOidc", "tail" : ": Decoder[EndpointOidc]", "member" : "com.ngrok.definitions.EndpointOidc.decodeEndpointOidc", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#decodeEndpointOidc:io.circe.Decoder[com.ngrok.definitions.EndpointOidc]", "kind" : "implicit val"}, {"label" : "encodeEndpointOidc", "tail" : ": Encoder[EndpointOidc]", "member" : "com.ngrok.definitions.EndpointOidc.encodeEndpointOidc", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#encodeEndpointOidc:io.circe.Encoder[com.ngrok.definitions.EndpointOidc]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOidc) => Boolean, msg: => Any): EndpointOidc", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOidc) => Boolean): EndpointOidc", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointOidc", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointOidc", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointOidc, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointOidc, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointOidc#", "error" : "unsupported entity"}, {"label" : "scopes", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOidc.scopes", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#scopes:List[String]", "kind" : "val"}, {"label" : "clientSecret", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointOidc.clientSecret", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#clientSecret:String", "kind" : "val"}, {"label" : "clientId", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointOidc.clientId", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#clientId:String", "kind" : "val"}, {"label" : "issuer", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointOidc.issuer", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#issuer:String", "kind" : "val"}, {"label" : "maximumDuration", "tail" : ": Duration", "member" : "com.ngrok.definitions.EndpointOidc.maximumDuration", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#maximumDuration:java.time.Duration", "kind" : "val"}, {"label" : "inactivityTimeout", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointOidc.inactivityTimeout", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#inactivityTimeout:Long", "kind" : "val"}, {"label" : "cookiePrefix", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointOidc.cookiePrefix", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#cookiePrefix:String", "kind" : "val"}, {"label" : "optionsPassthrough", "tail" : ": Boolean", "member" : "com.ngrok.definitions.EndpointOidc.optionsPassthrough", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#optionsPassthrough:Boolean", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointOidc.enabled", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOidc.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointOidc.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointRequestHeaders", "shortDescription" : "A class encapsulating the EndpointRequestHeaders resource.", "object" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html", "members_object" : [{"label" : "decodeEndpointRequestHeaders", "tail" : ": Decoder[EndpointRequestHeaders]", "member" : "com.ngrok.definitions.EndpointRequestHeaders.decodeEndpointRequestHeaders", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#decodeEndpointRequestHeaders:io.circe.Decoder[com.ngrok.definitions.EndpointRequestHeaders]", "kind" : "implicit val"}, {"label" : "encodeEndpointRequestHeaders", "tail" : ": Encoder[EndpointRequestHeaders]", "member" : "com.ngrok.definitions.EndpointRequestHeaders.encodeEndpointRequestHeaders", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#encodeEndpointRequestHeaders:io.circe.Encoder[com.ngrok.definitions.EndpointRequestHeaders]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointRequestHeaders) => Boolean, msg: => Any): EndpointRequestHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointRequestHeaders) => Boolean): EndpointRequestHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointRequestHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointRequestHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointRequestHeaders, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointRequestHeaders, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointRequestHeaders#", "error" : "unsupported entity"}, {"label" : "remove", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointRequestHeaders.remove", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#remove:List[String]", "kind" : "val"}, {"label" : "add", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.EndpointRequestHeaders.add", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#add:Map[String,String]", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointRequestHeaders.enabled", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointResponseHeaders", "shortDescription" : "A class encapsulating the EndpointResponseHeaders resource.", "object" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html", "members_object" : [{"label" : "decodeEndpointResponseHeaders", "tail" : ": Decoder[EndpointResponseHeaders]", "member" : "com.ngrok.definitions.EndpointResponseHeaders.decodeEndpointResponseHeaders", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#decodeEndpointResponseHeaders:io.circe.Decoder[com.ngrok.definitions.EndpointResponseHeaders]", "kind" : "implicit val"}, {"label" : "encodeEndpointResponseHeaders", "tail" : ": Encoder[EndpointResponseHeaders]", "member" : "com.ngrok.definitions.EndpointResponseHeaders.encodeEndpointResponseHeaders", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#encodeEndpointResponseHeaders:io.circe.Encoder[com.ngrok.definitions.EndpointResponseHeaders]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointResponseHeaders) => Boolean, msg: => Any): EndpointResponseHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointResponseHeaders) => Boolean): EndpointResponseHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointResponseHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointResponseHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointResponseHeaders, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointResponseHeaders, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointResponseHeaders#", "error" : "unsupported entity"}, {"label" : "remove", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointResponseHeaders.remove", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#remove:List[String]", "kind" : "val"}, {"label" : "add", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.EndpointResponseHeaders.add", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#add:Map[String,String]", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointResponseHeaders.enabled", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointSaml", "shortDescription" : "A class encapsulating the EndpointSaml resource.", "object" : "com\/ngrok\/definitions\/EndpointSaml$.html", "members_object" : [{"label" : "decodeEndpointSaml", "tail" : ": Decoder[EndpointSaml]", "member" : "com.ngrok.definitions.EndpointSaml.decodeEndpointSaml", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#decodeEndpointSaml:io.circe.Decoder[com.ngrok.definitions.EndpointSaml]", "kind" : "implicit val"}, {"label" : "encodeEndpointSaml", "tail" : ": Encoder[EndpointSaml]", "member" : "com.ngrok.definitions.EndpointSaml.encodeEndpointSaml", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#encodeEndpointSaml:io.circe.Encoder[com.ngrok.definitions.EndpointSaml]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointSaml) => Boolean, msg: => Any): EndpointSaml", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointSaml) => Boolean): EndpointSaml", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointSaml", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointSaml", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointSaml, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointSaml, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointSaml#", "error" : "unsupported entity"}, {"label" : "nameidFormat", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSaml.nameidFormat", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#nameidFormat:String", "kind" : "val"}, {"label" : "metadataUrl", "tail" : ": URI", "member" : "com.ngrok.definitions.EndpointSaml.metadataUrl", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#metadataUrl:java.net.URI", "kind" : "val"}, {"label" : "requestSigningCertificatePem", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSaml.requestSigningCertificatePem", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#requestSigningCertificatePem:String", "kind" : "val"}, {"label" : "singleLogoutUrl", "tail" : ": URI", "member" : "com.ngrok.definitions.EndpointSaml.singleLogoutUrl", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#singleLogoutUrl:java.net.URI", "kind" : "val"}, {"label" : "assertionConsumerServiceUrl", "tail" : ": URI", "member" : "com.ngrok.definitions.EndpointSaml.assertionConsumerServiceUrl", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#assertionConsumerServiceUrl:java.net.URI", "kind" : "val"}, {"label" : "entityId", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSaml.entityId", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#entityId:String", "kind" : "val"}, {"label" : "authorizedGroups", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointSaml.authorizedGroups", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#authorizedGroups:List[String]", "kind" : "val"}, {"label" : "allowIdpInitiated", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointSaml.allowIdpInitiated", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#allowIdpInitiated:Option[Boolean]", "kind" : "val"}, {"label" : "forceAuthn", "tail" : ": Boolean", "member" : "com.ngrok.definitions.EndpointSaml.forceAuthn", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#forceAuthn:Boolean", "kind" : "val"}, {"label" : "idpMetadata", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSaml.idpMetadata", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#idpMetadata:String", "kind" : "val"}, {"label" : "maximumDuration", "tail" : ": Duration", "member" : "com.ngrok.definitions.EndpointSaml.maximumDuration", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#maximumDuration:java.time.Duration", "kind" : "val"}, {"label" : "inactivityTimeout", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointSaml.inactivityTimeout", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#inactivityTimeout:Long", "kind" : "val"}, {"label" : "cookiePrefix", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSaml.cookiePrefix", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#cookiePrefix:String", "kind" : "val"}, {"label" : "optionsPassthrough", "tail" : ": Boolean", "member" : "com.ngrok.definitions.EndpointSaml.optionsPassthrough", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#optionsPassthrough:Boolean", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointSaml.enabled", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointSaml.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointSaml.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointSamlMutate", "shortDescription" : "A class encapsulating the EndpointSamlMutate resource.", "object" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html", "members_object" : [{"label" : "decodeEndpointSamlMutate", "tail" : ": Decoder[EndpointSamlMutate]", "member" : "com.ngrok.definitions.EndpointSamlMutate.decodeEndpointSamlMutate", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#decodeEndpointSamlMutate:io.circe.Decoder[com.ngrok.definitions.EndpointSamlMutate]", "kind" : "implicit val"}, {"label" : "encodeEndpointSamlMutate", "tail" : ": Encoder[EndpointSamlMutate]", "member" : "com.ngrok.definitions.EndpointSamlMutate.encodeEndpointSamlMutate", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#encodeEndpointSamlMutate:io.circe.Encoder[com.ngrok.definitions.EndpointSamlMutate]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointSamlMutate) => Boolean, msg: => Any): EndpointSamlMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointSamlMutate) => Boolean): EndpointSamlMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointSamlMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointSamlMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointSamlMutate, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointSamlMutate, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointSamlMutate#", "error" : "unsupported entity"}, {"label" : "nameidFormat", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSamlMutate.nameidFormat", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#nameidFormat:String", "kind" : "val"}, {"label" : "authorizedGroups", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointSamlMutate.authorizedGroups", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#authorizedGroups:List[String]", "kind" : "val"}, {"label" : "allowIdpInitiated", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointSamlMutate.allowIdpInitiated", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#allowIdpInitiated:Option[Boolean]", "kind" : "val"}, {"label" : "forceAuthn", "tail" : ": Boolean", "member" : "com.ngrok.definitions.EndpointSamlMutate.forceAuthn", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#forceAuthn:Boolean", "kind" : "val"}, {"label" : "idpMetadata", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSamlMutate.idpMetadata", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#idpMetadata:String", "kind" : "val"}, {"label" : "maximumDuration", "tail" : ": Duration", "member" : "com.ngrok.definitions.EndpointSamlMutate.maximumDuration", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#maximumDuration:java.time.Duration", "kind" : "val"}, {"label" : "inactivityTimeout", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointSamlMutate.inactivityTimeout", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#inactivityTimeout:Long", "kind" : "val"}, {"label" : "cookiePrefix", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSamlMutate.cookiePrefix", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#cookiePrefix:String", "kind" : "val"}, {"label" : "optionsPassthrough", "tail" : ": Boolean", "member" : "com.ngrok.definitions.EndpointSamlMutate.optionsPassthrough", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#optionsPassthrough:Boolean", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointSamlMutate.enabled", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointSamlMutate.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointTlsTermination", "shortDescription" : "A class encapsulating the EndpointTlsTermination resource.", "object" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html", "members_object" : [{"label" : "decodeEndpointTlsTermination", "tail" : ": Decoder[EndpointTlsTermination]", "member" : "com.ngrok.definitions.EndpointTlsTermination.decodeEndpointTlsTermination", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#decodeEndpointTlsTermination:io.circe.Decoder[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "implicit val"}, {"label" : "encodeEndpointTlsTermination", "tail" : ": Encoder[EndpointTlsTermination]", "member" : "com.ngrok.definitions.EndpointTlsTermination.encodeEndpointTlsTermination", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#encodeEndpointTlsTermination:io.circe.Encoder[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointTlsTermination) => Boolean, msg: => Any): EndpointTlsTermination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointTlsTermination) => Boolean): EndpointTlsTermination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointTlsTermination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointTlsTermination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointTlsTermination, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointTlsTermination, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointTlsTermination#", "error" : "unsupported entity"}, {"label" : "minVersion", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointTlsTermination.minVersion", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#minVersion:Option[String]", "kind" : "val"}, {"label" : "terminateAt", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointTlsTermination.terminateAt", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#terminateAt:String", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointTlsTermination.enabled", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointTlsTermination.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointTlsTerminationAtEdge", "shortDescription" : "A class encapsulating the EndpointTlsTerminationAtEdge resource.", "object" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html", "members_object" : [{"label" : "decodeEndpointTlsTerminationAtEdge", "tail" : ": Decoder[EndpointTlsTerminationAtEdge]", "member" : "com.ngrok.definitions.EndpointTlsTerminationAtEdge.decodeEndpointTlsTerminationAtEdge", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#decodeEndpointTlsTerminationAtEdge:io.circe.Decoder[com.ngrok.definitions.EndpointTlsTerminationAtEdge]", "kind" : "implicit val"}, {"label" : "encodeEndpointTlsTerminationAtEdge", "tail" : ": Encoder[EndpointTlsTerminationAtEdge]", "member" : "com.ngrok.definitions.EndpointTlsTerminationAtEdge.encodeEndpointTlsTerminationAtEdge", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#encodeEndpointTlsTerminationAtEdge:io.circe.Encoder[com.ngrok.definitions.EndpointTlsTerminationAtEdge]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointTlsTerminationAtEdge) => Boolean, msg: => Any): EndpointTlsTerminationAtEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointTlsTerminationAtEdge) => Boolean): EndpointTlsTerminationAtEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointTlsTerminationAtEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointTlsTerminationAtEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointTlsTerminationAtEdge, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointTlsTerminationAtEdge, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointTlsTerminationAtEdge#", "error" : "unsupported entity"}, {"label" : "minVersion", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointTlsTerminationAtEdge.minVersion", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#minVersion:Option[String]", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointTlsTerminationAtEdge.enabled", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointWebhookValidation", "shortDescription" : "A class encapsulating the EndpointWebhookValidation resource.", "object" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html", "members_object" : [{"label" : "decodeEndpointWebhookValidation", "tail" : ": Decoder[EndpointWebhookValidation]", "member" : "com.ngrok.definitions.EndpointWebhookValidation.decodeEndpointWebhookValidation", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#decodeEndpointWebhookValidation:io.circe.Decoder[com.ngrok.definitions.EndpointWebhookValidation]", "kind" : "implicit val"}, {"label" : "encodeEndpointWebhookValidation", "tail" : ": Encoder[EndpointWebhookValidation]", "member" : "com.ngrok.definitions.EndpointWebhookValidation.encodeEndpointWebhookValidation", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#encodeEndpointWebhookValidation:io.circe.Encoder[com.ngrok.definitions.EndpointWebhookValidation]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointWebhookValidation) => Boolean, msg: => Any): EndpointWebhookValidation", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointWebhookValidation) => Boolean): EndpointWebhookValidation", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointWebhookValidation", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointWebhookValidation", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointWebhookValidation, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointWebhookValidation, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointWebhookValidation#", "error" : "unsupported entity"}, {"label" : "secret", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointWebhookValidation.secret", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#secret:String", "kind" : "val"}, {"label" : "provider", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointWebhookValidation.provider", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#provider:String", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointWebhookValidation.enabled", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointWebsocketTcpConverter", "shortDescription" : "A class encapsulating the EndpointWebsocketTcpConverter resource.", "object" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html", "members_object" : [{"label" : "decodeEndpointWebsocketTcpConverter", "tail" : ": Decoder[EndpointWebsocketTcpConverter]", "member" : "com.ngrok.definitions.EndpointWebsocketTcpConverter.decodeEndpointWebsocketTcpConverter", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#decodeEndpointWebsocketTcpConverter:io.circe.Decoder[com.ngrok.definitions.EndpointWebsocketTcpConverter]", "kind" : "implicit val"}, {"label" : "encodeEndpointWebsocketTcpConverter", "tail" : ": Encoder[EndpointWebsocketTcpConverter]", "member" : "com.ngrok.definitions.EndpointWebsocketTcpConverter.encodeEndpointWebsocketTcpConverter", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#encodeEndpointWebsocketTcpConverter:io.circe.Encoder[com.ngrok.definitions.EndpointWebsocketTcpConverter]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointWebsocketTcpConverter) => Boolean, msg: => Any): EndpointWebsocketTcpConverter", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointWebsocketTcpConverter) => Boolean): EndpointWebsocketTcpConverter", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointWebsocketTcpConverter", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointWebsocketTcpConverter", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointWebsocketTcpConverter, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointWebsocketTcpConverter, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointWebsocketTcpConverter#", "error" : "unsupported entity"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointWebsocketTcpConverter.enabled", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventDestination", "shortDescription" : "A class encapsulating the EventDestination resource.", "object" : "com\/ngrok\/definitions\/EventDestination$.html", "members_object" : [{"label" : "decodeEventDestination", "tail" : ": Decoder[EventDestination]", "member" : "com.ngrok.definitions.EventDestination.decodeEventDestination", "link" : "com\/ngrok\/definitions\/EventDestination$.html#decodeEventDestination:io.circe.Decoder[com.ngrok.definitions.EventDestination]", "kind" : "implicit val"}, {"label" : "encodeEventDestination", "tail" : ": Encoder[EventDestination]", "member" : "com.ngrok.definitions.EventDestination.encodeEventDestination", "link" : "com\/ngrok\/definitions\/EventDestination$.html#encodeEventDestination:io.circe.Encoder[com.ngrok.definitions.EventDestination]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventDestination$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventDestination$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventDestination$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventDestination$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventDestination$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventDestination$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventDestination$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestination$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestination$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestination$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventDestination$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventDestination$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventDestination$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventDestination$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventDestination$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventDestination$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventDestination$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestination$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestination$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventDestination.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventDestination.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventDestination) => Boolean, msg: => Any): EventDestination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestination.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventDestination) => Boolean): EventDestination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestination.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventDestination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestination.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventDestination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestination.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventDestination, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventDestination.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventDestination, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventDestination.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventDestination#", "error" : "unsupported entity"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.EventDestination.uri", "link" : "com\/ngrok\/definitions\/EventDestination.html#uri:java.net.URI", "kind" : "val"}, {"label" : "target", "tail" : ": EventTarget", "member" : "com.ngrok.definitions.EventDestination.target", "link" : "com\/ngrok\/definitions\/EventDestination.html#target:com.ngrok.definitions.EventTarget", "kind" : "val"}, {"label" : "format", "tail" : ": String", "member" : "com.ngrok.definitions.EventDestination.format", "link" : "com\/ngrok\/definitions\/EventDestination.html#format:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.EventDestination.description", "link" : "com\/ngrok\/definitions\/EventDestination.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.EventDestination.createdAt", "link" : "com\/ngrok\/definitions\/EventDestination.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.EventDestination.metadata", "link" : "com\/ngrok\/definitions\/EventDestination.html#metadata:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.EventDestination.id", "link" : "com\/ngrok\/definitions\/EventDestination.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventDestination.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventDestination.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventDestination.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventDestination.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventDestination.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventDestination.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventDestination.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventDestination.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestination.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestination.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestination.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventDestination.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventDestination.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventDestination.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventDestination.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestination.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestination.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventDestination.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventDestinationList", "shortDescription" : "A class encapsulating the EventDestinationList resource.", "object" : "com\/ngrok\/definitions\/EventDestinationList$.html", "members_object" : [{"label" : "decodeEventDestinationList", "tail" : ": Decoder[EventDestinationList]", "member" : "com.ngrok.definitions.EventDestinationList.decodeEventDestinationList", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#decodeEventDestinationList:io.circe.Decoder[com.ngrok.definitions.EventDestinationList]", "kind" : "implicit val"}, {"label" : "encodeEventDestinationList", "tail" : ": Encoder[EventDestinationList]", "member" : "com.ngrok.definitions.EventDestinationList.encodeEventDestinationList", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#encodeEventDestinationList:io.circe.Encoder[com.ngrok.definitions.EventDestinationList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventDestinationList) => Boolean, msg: => Any): EventDestinationList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventDestinationList) => Boolean): EventDestinationList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventDestinationList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventDestinationList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventDestinationList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventDestinationList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventDestinationList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.EventDestinationList.nextPageUri", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.EventDestinationList.uri", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "eventDestinations", "tail" : ": List[EventDestination]", "member" : "com.ngrok.definitions.EventDestinationList.eventDestinations", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#eventDestinations:List[com.ngrok.definitions.EventDestination]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventDestinationList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventDestinationList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventSource", "shortDescription" : "A class encapsulating the EventSource resource.", "object" : "com\/ngrok\/definitions\/EventSource$.html", "members_object" : [{"label" : "decodeEventSource", "tail" : ": Decoder[EventSource]", "member" : "com.ngrok.definitions.EventSource.decodeEventSource", "link" : "com\/ngrok\/definitions\/EventSource$.html#decodeEventSource:io.circe.Decoder[com.ngrok.definitions.EventSource]", "kind" : "implicit val"}, {"label" : "encodeEventSource", "tail" : ": Encoder[EventSource]", "member" : "com.ngrok.definitions.EventSource.encodeEventSource", "link" : "com\/ngrok\/definitions\/EventSource$.html#encodeEventSource:io.circe.Encoder[com.ngrok.definitions.EventSource]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSource$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSource$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSource$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSource$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSource$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSource$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSource$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSource$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSource$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSource$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSource$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSource$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventSource$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSource$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventSource$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventSource$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSource$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSource$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSource$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventSource.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventSource.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSource) => Boolean, msg: => Any): EventSource", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSource.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSource) => Boolean): EventSource", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSource.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventSource", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSource.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventSource", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSource.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventSource, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventSource.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventSource, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventSource.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventSource#", "error" : "unsupported entity"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.EventSource.uri", "link" : "com\/ngrok\/definitions\/EventSource.html#uri:java.net.URI", "kind" : "val"}, {"label" : "type", "tail" : ": String", "member" : "com.ngrok.definitions.EventSource.type", "link" : "com\/ngrok\/definitions\/EventSource.html#type:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventSource.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSource.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSource.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSource.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSource.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSource.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSource.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSource.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSource.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSource.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSource.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSource.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSource.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSource.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSource.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSource.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSource.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventSource.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventSourceList", "shortDescription" : "A class encapsulating the EventSourceList resource.", "object" : "com\/ngrok\/definitions\/EventSourceList$.html", "members_object" : [{"label" : "decodeEventSourceList", "tail" : ": Decoder[EventSourceList]", "member" : "com.ngrok.definitions.EventSourceList.decodeEventSourceList", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#decodeEventSourceList:io.circe.Decoder[com.ngrok.definitions.EventSourceList]", "kind" : "implicit val"}, {"label" : "encodeEventSourceList", "tail" : ": Encoder[EventSourceList]", "member" : "com.ngrok.definitions.EventSourceList.encodeEventSourceList", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#encodeEventSourceList:io.circe.Encoder[com.ngrok.definitions.EventSourceList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSourceList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventSourceList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventSourceList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSourceList) => Boolean, msg: => Any): EventSourceList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSourceList) => Boolean): EventSourceList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventSourceList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventSourceList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventSourceList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventSourceList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventSourceList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventSourceList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventSourceList#", "error" : "unsupported entity"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.EventSourceList.uri", "link" : "com\/ngrok\/definitions\/EventSourceList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "sources", "tail" : ": List[EventSource]", "member" : "com.ngrok.definitions.EventSourceList.sources", "link" : "com\/ngrok\/definitions\/EventSourceList.html#sources:List[com.ngrok.definitions.EventSource]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventSourceList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSourceList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSourceList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSourceList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSourceList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSourceList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSourceList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSourceList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSourceList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSourceList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSourceList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSourceList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventSourceList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventSourceReplace", "shortDescription" : "A class encapsulating the EventSourceReplace resource.", "object" : "com\/ngrok\/definitions\/EventSourceReplace$.html", "members_object" : [{"label" : "decodeEventSourceReplace", "tail" : ": Decoder[EventSourceReplace]", "member" : "com.ngrok.definitions.EventSourceReplace.decodeEventSourceReplace", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#decodeEventSourceReplace:io.circe.Decoder[com.ngrok.definitions.EventSourceReplace]", "kind" : "implicit val"}, {"label" : "encodeEventSourceReplace", "tail" : ": Encoder[EventSourceReplace]", "member" : "com.ngrok.definitions.EventSourceReplace.encodeEventSourceReplace", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#encodeEventSourceReplace:io.circe.Encoder[com.ngrok.definitions.EventSourceReplace]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSourceReplace) => Boolean, msg: => Any): EventSourceReplace", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSourceReplace) => Boolean): EventSourceReplace", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventSourceReplace", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventSourceReplace", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventSourceReplace, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventSourceReplace, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventSourceReplace#", "error" : "unsupported entity"}, {"label" : "type", "tail" : ": String", "member" : "com.ngrok.definitions.EventSourceReplace.type", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#type:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventSourceReplace.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventSubscription", "shortDescription" : "A class encapsulating the EventSubscription resource.", "object" : "com\/ngrok\/definitions\/EventSubscription$.html", "members_object" : [{"label" : "decodeEventSubscription", "tail" : ": Decoder[EventSubscription]", "member" : "com.ngrok.definitions.EventSubscription.decodeEventSubscription", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#decodeEventSubscription:io.circe.Decoder[com.ngrok.definitions.EventSubscription]", "kind" : "implicit val"}, {"label" : "encodeEventSubscription", "tail" : ": Encoder[EventSubscription]", "member" : "com.ngrok.definitions.EventSubscription.encodeEventSubscription", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#encodeEventSubscription:io.circe.Encoder[com.ngrok.definitions.EventSubscription]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSubscription$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventSubscription.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventSubscription.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSubscription) => Boolean, msg: => Any): EventSubscription", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscription.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSubscription) => Boolean): EventSubscription", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscription.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventSubscription", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscription.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventSubscription", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscription.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventSubscription, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventSubscription.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventSubscription, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventSubscription.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventSubscription#", "error" : "unsupported entity"}, {"label" : "destinations", "tail" : ": List[Ref]", "member" : "com.ngrok.definitions.EventSubscription.destinations", "link" : "com\/ngrok\/definitions\/EventSubscription.html#destinations:List[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "sources", "tail" : ": List[EventSource]", "member" : "com.ngrok.definitions.EventSubscription.sources", "link" : "com\/ngrok\/definitions\/EventSubscription.html#sources:List[com.ngrok.definitions.EventSource]", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.EventSubscription.description", "link" : "com\/ngrok\/definitions\/EventSubscription.html#description:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.EventSubscription.metadata", "link" : "com\/ngrok\/definitions\/EventSubscription.html#metadata:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.EventSubscription.createdAt", "link" : "com\/ngrok\/definitions\/EventSubscription.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.EventSubscription.uri", "link" : "com\/ngrok\/definitions\/EventSubscription.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.EventSubscription.id", "link" : "com\/ngrok\/definitions\/EventSubscription.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventSubscription.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSubscription.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSubscription.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSubscription.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSubscription.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSubscription.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSubscription.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSubscription.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscription.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscription.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscription.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSubscription.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSubscription.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSubscription.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSubscription.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscription.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscription.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventSubscription.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventSubscriptionList", "shortDescription" : "A class encapsulating the EventSubscriptionList resource.", "object" : "com\/ngrok\/definitions\/EventSubscriptionList$.html", "members_object" : [{"label" : "decodeEventSubscriptionList", "tail" : ": Decoder[EventSubscriptionList]", "member" : "com.ngrok.definitions.EventSubscriptionList.decodeEventSubscriptionList", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#decodeEventSubscriptionList:io.circe.Decoder[com.ngrok.definitions.EventSubscriptionList]", "kind" : "implicit val"}, {"label" : "encodeEventSubscriptionList", "tail" : ": Encoder[EventSubscriptionList]", "member" : "com.ngrok.definitions.EventSubscriptionList.encodeEventSubscriptionList", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#encodeEventSubscriptionList:io.circe.Encoder[com.ngrok.definitions.EventSubscriptionList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSubscriptionList) => Boolean, msg: => Any): EventSubscriptionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSubscriptionList) => Boolean): EventSubscriptionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventSubscriptionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventSubscriptionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventSubscriptionList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventSubscriptionList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventSubscriptionList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.EventSubscriptionList.nextPageUri", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.EventSubscriptionList.uri", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "eventSubscriptions", "tail" : ": List[EventSubscription]", "member" : "com.ngrok.definitions.EventSubscriptionList.eventSubscriptions", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#eventSubscriptions:List[com.ngrok.definitions.EventSubscription]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventSubscriptionList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventTarget", "shortDescription" : "A class encapsulating the EventTarget resource.", "object" : "com\/ngrok\/definitions\/EventTarget$.html", "members_object" : [{"label" : "decodeEventTarget", "tail" : ": Decoder[EventTarget]", "member" : "com.ngrok.definitions.EventTarget.decodeEventTarget", "link" : "com\/ngrok\/definitions\/EventTarget$.html#decodeEventTarget:io.circe.Decoder[com.ngrok.definitions.EventTarget]", "kind" : "implicit val"}, {"label" : "encodeEventTarget", "tail" : ": Encoder[EventTarget]", "member" : "com.ngrok.definitions.EventTarget.encodeEventTarget", "link" : "com\/ngrok\/definitions\/EventTarget$.html#encodeEventTarget:io.circe.Encoder[com.ngrok.definitions.EventTarget]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTarget$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTarget$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTarget$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTarget$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTarget$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTarget$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTarget$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTarget$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTarget$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTarget$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTarget$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTarget$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventTarget$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTarget$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventTarget$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventTarget$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTarget$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTarget$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTarget$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventTarget.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventTarget.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTarget) => Boolean, msg: => Any): EventTarget", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTarget.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTarget) => Boolean): EventTarget", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTarget.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventTarget", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTarget.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventTarget", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTarget.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventTarget, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventTarget.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventTarget, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventTarget.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventTarget#", "error" : "unsupported entity"}, {"label" : "cloudwatchLogs", "tail" : ": Option[EventTargetCloudwatchLogs]", "member" : "com.ngrok.definitions.EventTarget.cloudwatchLogs", "link" : "com\/ngrok\/definitions\/EventTarget.html#cloudwatchLogs:Option[com.ngrok.definitions.EventTargetCloudwatchLogs]", "kind" : "val"}, {"label" : "kinesis", "tail" : ": Option[EventTargetKinesis]", "member" : "com.ngrok.definitions.EventTarget.kinesis", "link" : "com\/ngrok\/definitions\/EventTarget.html#kinesis:Option[com.ngrok.definitions.EventTargetKinesis]", "kind" : "val"}, {"label" : "firehose", "tail" : ": Option[EventTargetFirehose]", "member" : "com.ngrok.definitions.EventTarget.firehose", "link" : "com\/ngrok\/definitions\/EventTarget.html#firehose:Option[com.ngrok.definitions.EventTargetFirehose]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventTarget.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTarget.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTarget.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTarget.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTarget.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTarget.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTarget.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTarget.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTarget.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTarget.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTarget.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTarget.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTarget.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTarget.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTarget.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTarget.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTarget.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventTarget.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventTargetCloudwatchLogs", "shortDescription" : "A class encapsulating the EventTargetCloudwatchLogs resource.", "object" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html", "members_object" : [{"label" : "decodeEventTargetCloudwatchLogs", "tail" : ": Decoder[EventTargetCloudwatchLogs]", "member" : "com.ngrok.definitions.EventTargetCloudwatchLogs.decodeEventTargetCloudwatchLogs", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#decodeEventTargetCloudwatchLogs:io.circe.Decoder[com.ngrok.definitions.EventTargetCloudwatchLogs]", "kind" : "implicit val"}, {"label" : "encodeEventTargetCloudwatchLogs", "tail" : ": Encoder[EventTargetCloudwatchLogs]", "member" : "com.ngrok.definitions.EventTargetCloudwatchLogs.encodeEventTargetCloudwatchLogs", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#encodeEventTargetCloudwatchLogs:io.circe.Encoder[com.ngrok.definitions.EventTargetCloudwatchLogs]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTargetCloudwatchLogs) => Boolean, msg: => Any): EventTargetCloudwatchLogs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTargetCloudwatchLogs) => Boolean): EventTargetCloudwatchLogs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventTargetCloudwatchLogs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventTargetCloudwatchLogs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventTargetCloudwatchLogs, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventTargetCloudwatchLogs, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventTargetCloudwatchLogs#", "error" : "unsupported entity"}, {"label" : "logGroupArn", "tail" : ": String", "member" : "com.ngrok.definitions.EventTargetCloudwatchLogs.logGroupArn", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#logGroupArn:String", "kind" : "val"}, {"label" : "auth", "tail" : ": AwsAuth", "member" : "com.ngrok.definitions.EventTargetCloudwatchLogs.auth", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#auth:com.ngrok.definitions.AwsAuth", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventTargetFirehose", "shortDescription" : "A class encapsulating the EventTargetFirehose resource.", "object" : "com\/ngrok\/definitions\/EventTargetFirehose$.html", "members_object" : [{"label" : "decodeEventTargetFirehose", "tail" : ": Decoder[EventTargetFirehose]", "member" : "com.ngrok.definitions.EventTargetFirehose.decodeEventTargetFirehose", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#decodeEventTargetFirehose:io.circe.Decoder[com.ngrok.definitions.EventTargetFirehose]", "kind" : "implicit val"}, {"label" : "encodeEventTargetFirehose", "tail" : ": Encoder[EventTargetFirehose]", "member" : "com.ngrok.definitions.EventTargetFirehose.encodeEventTargetFirehose", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#encodeEventTargetFirehose:io.circe.Encoder[com.ngrok.definitions.EventTargetFirehose]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTargetFirehose) => Boolean, msg: => Any): EventTargetFirehose", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTargetFirehose) => Boolean): EventTargetFirehose", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventTargetFirehose", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventTargetFirehose", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventTargetFirehose, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventTargetFirehose, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventTargetFirehose#", "error" : "unsupported entity"}, {"label" : "deliveryStreamArn", "tail" : ": String", "member" : "com.ngrok.definitions.EventTargetFirehose.deliveryStreamArn", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#deliveryStreamArn:String", "kind" : "val"}, {"label" : "auth", "tail" : ": AwsAuth", "member" : "com.ngrok.definitions.EventTargetFirehose.auth", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#auth:com.ngrok.definitions.AwsAuth", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventTargetFirehose.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventTargetKinesis", "shortDescription" : "A class encapsulating the EventTargetKinesis resource.", "object" : "com\/ngrok\/definitions\/EventTargetKinesis$.html", "members_object" : [{"label" : "decodeEventTargetKinesis", "tail" : ": Decoder[EventTargetKinesis]", "member" : "com.ngrok.definitions.EventTargetKinesis.decodeEventTargetKinesis", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#decodeEventTargetKinesis:io.circe.Decoder[com.ngrok.definitions.EventTargetKinesis]", "kind" : "implicit val"}, {"label" : "encodeEventTargetKinesis", "tail" : ": Encoder[EventTargetKinesis]", "member" : "com.ngrok.definitions.EventTargetKinesis.encodeEventTargetKinesis", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#encodeEventTargetKinesis:io.circe.Encoder[com.ngrok.definitions.EventTargetKinesis]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTargetKinesis) => Boolean, msg: => Any): EventTargetKinesis", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTargetKinesis) => Boolean): EventTargetKinesis", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventTargetKinesis", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventTargetKinesis", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventTargetKinesis, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventTargetKinesis, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventTargetKinesis#", "error" : "unsupported entity"}, {"label" : "streamArn", "tail" : ": String", "member" : "com.ngrok.definitions.EventTargetKinesis.streamArn", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#streamArn:String", "kind" : "val"}, {"label" : "auth", "tail" : ": AwsAuth", "member" : "com.ngrok.definitions.EventTargetKinesis.auth", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#auth:com.ngrok.definitions.AwsAuth", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventTargetKinesis.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.FailoverBackend", "shortDescription" : "A class encapsulating the FailoverBackend resource.", "object" : "com\/ngrok\/definitions\/FailoverBackend$.html", "members_object" : [{"label" : "decodeFailoverBackend", "tail" : ": Decoder[FailoverBackend]", "member" : "com.ngrok.definitions.FailoverBackend.decodeFailoverBackend", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#decodeFailoverBackend:io.circe.Decoder[com.ngrok.definitions.FailoverBackend]", "kind" : "implicit val"}, {"label" : "encodeFailoverBackend", "tail" : ": Encoder[FailoverBackend]", "member" : "com.ngrok.definitions.FailoverBackend.encodeFailoverBackend", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#encodeFailoverBackend:io.circe.Encoder[com.ngrok.definitions.FailoverBackend]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (FailoverBackend) => Boolean, msg: => Any): FailoverBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (FailoverBackend) => Boolean): FailoverBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): FailoverBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): FailoverBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (FailoverBackend, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (FailoverBackend, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.FailoverBackend#", "error" : "unsupported entity"}, {"label" : "backends", "tail" : ": List[String]", "member" : "com.ngrok.definitions.FailoverBackend.backends", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#backends:List[String]", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.FailoverBackend.metadata", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.FailoverBackend.description", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.FailoverBackend.createdAt", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": String", "member" : "com.ngrok.definitions.FailoverBackend.uri", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#uri:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.FailoverBackend.id", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/FailoverBackend.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/FailoverBackend.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.FailoverBackendList", "shortDescription" : "A class encapsulating the FailoverBackendList resource.", "object" : "com\/ngrok\/definitions\/FailoverBackendList$.html", "members_object" : [{"label" : "decodeFailoverBackendList", "tail" : ": Decoder[FailoverBackendList]", "member" : "com.ngrok.definitions.FailoverBackendList.decodeFailoverBackendList", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#decodeFailoverBackendList:io.circe.Decoder[com.ngrok.definitions.FailoverBackendList]", "kind" : "implicit val"}, {"label" : "encodeFailoverBackendList", "tail" : ": Encoder[FailoverBackendList]", "member" : "com.ngrok.definitions.FailoverBackendList.encodeFailoverBackendList", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#encodeFailoverBackendList:io.circe.Encoder[com.ngrok.definitions.FailoverBackendList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (FailoverBackendList) => Boolean, msg: => Any): FailoverBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (FailoverBackendList) => Boolean): FailoverBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): FailoverBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): FailoverBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (FailoverBackendList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (FailoverBackendList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.FailoverBackendList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.FailoverBackendList.nextPageUri", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.FailoverBackendList.uri", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "backends", "tail" : ": List[FailoverBackend]", "member" : "com.ngrok.definitions.FailoverBackendList.backends", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#backends:List[com.ngrok.definitions.FailoverBackend]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/FailoverBackendList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.HttpResponseBackend", "shortDescription" : "A class encapsulating the HttpResponseBackend resource.", "object" : "com\/ngrok\/definitions\/HttpResponseBackend$.html", "members_object" : [{"label" : "decodeHttpResponseBackend", "tail" : ": Decoder[HttpResponseBackend]", "member" : "com.ngrok.definitions.HttpResponseBackend.decodeHttpResponseBackend", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#decodeHttpResponseBackend:io.circe.Decoder[com.ngrok.definitions.HttpResponseBackend]", "kind" : "implicit val"}, {"label" : "encodeHttpResponseBackend", "tail" : ": Encoder[HttpResponseBackend]", "member" : "com.ngrok.definitions.HttpResponseBackend.encodeHttpResponseBackend", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#encodeHttpResponseBackend:io.circe.Encoder[com.ngrok.definitions.HttpResponseBackend]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpResponseBackend) => Boolean, msg: => Any): HttpResponseBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpResponseBackend) => Boolean): HttpResponseBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpResponseBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpResponseBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpResponseBackend, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpResponseBackend, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.HttpResponseBackend#", "error" : "unsupported entity"}, {"label" : "statusCode", "tail" : ": Int", "member" : "com.ngrok.definitions.HttpResponseBackend.statusCode", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#statusCode:Int", "kind" : "val"}, {"label" : "headers", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.HttpResponseBackend.headers", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#headers:Map[String,String]", "kind" : "val"}, {"label" : "body", "tail" : ": String", "member" : "com.ngrok.definitions.HttpResponseBackend.body", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#body:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.HttpResponseBackend.metadata", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.HttpResponseBackend.description", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.HttpResponseBackend.createdAt", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": String", "member" : "com.ngrok.definitions.HttpResponseBackend.uri", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#uri:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.HttpResponseBackend.id", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/HttpResponseBackend.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.HttpResponseBackendList", "shortDescription" : "A class encapsulating the HttpResponseBackendList resource.", "object" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html", "members_object" : [{"label" : "decodeHttpResponseBackendList", "tail" : ": Decoder[HttpResponseBackendList]", "member" : "com.ngrok.definitions.HttpResponseBackendList.decodeHttpResponseBackendList", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#decodeHttpResponseBackendList:io.circe.Decoder[com.ngrok.definitions.HttpResponseBackendList]", "kind" : "implicit val"}, {"label" : "encodeHttpResponseBackendList", "tail" : ": Encoder[HttpResponseBackendList]", "member" : "com.ngrok.definitions.HttpResponseBackendList.encodeHttpResponseBackendList", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#encodeHttpResponseBackendList:io.circe.Encoder[com.ngrok.definitions.HttpResponseBackendList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpResponseBackendList) => Boolean, msg: => Any): HttpResponseBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpResponseBackendList) => Boolean): HttpResponseBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpResponseBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpResponseBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpResponseBackendList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpResponseBackendList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.HttpResponseBackendList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.HttpResponseBackendList.nextPageUri", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.HttpResponseBackendList.uri", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "backends", "tail" : ": List[HttpResponseBackend]", "member" : "com.ngrok.definitions.HttpResponseBackendList.backends", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#backends:List[com.ngrok.definitions.HttpResponseBackend]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/HttpResponseBackendList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.HttpsEdge", "shortDescription" : "A class encapsulating the HttpsEdge resource.", "object" : "com\/ngrok\/definitions\/HttpsEdge$.html", "members_object" : [{"label" : "decodeHttpsEdge", "tail" : ": Decoder[HttpsEdge]", "member" : "com.ngrok.definitions.HttpsEdge.decodeHttpsEdge", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#decodeHttpsEdge:io.circe.Decoder[com.ngrok.definitions.HttpsEdge]", "kind" : "implicit val"}, {"label" : "encodeHttpsEdge", "tail" : ": Encoder[HttpsEdge]", "member" : "com.ngrok.definitions.HttpsEdge.encodeHttpsEdge", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#encodeHttpsEdge:io.circe.Encoder[com.ngrok.definitions.HttpsEdge]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdge) => Boolean, msg: => Any): HttpsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdge) => Boolean): HttpsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpsEdge, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpsEdge, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.HttpsEdge#", "error" : "unsupported entity"}, {"label" : "routes", "tail" : ": List[HttpsEdgeRoute]", "member" : "com.ngrok.definitions.HttpsEdge.routes", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#routes:List[com.ngrok.definitions.HttpsEdgeRoute]", "kind" : "val"}, {"label" : "tlsTermination", "tail" : ": Option[EndpointTlsTermination]", "member" : "com.ngrok.definitions.HttpsEdge.tlsTermination", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#tlsTermination:Option[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "val"}, {"label" : "mutualTls", "tail" : ": Option[EndpointMutualTls]", "member" : "com.ngrok.definitions.HttpsEdge.mutualTls", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#mutualTls:Option[com.ngrok.definitions.EndpointMutualTls]", "kind" : "val"}, {"label" : "hostports", "tail" : ": Option[List[String]]", "member" : "com.ngrok.definitions.HttpsEdge.hostports", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#hostports:Option[List[String]]", "kind" : "val"}, {"label" : "uri", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdge.uri", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#uri:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdge.createdAt", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#createdAt:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdge.metadata", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdge.description", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#description:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdge.id", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpsEdge.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/HttpsEdge.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.HttpsEdgeList", "shortDescription" : "A class encapsulating the HttpsEdgeList resource.", "object" : "com\/ngrok\/definitions\/HttpsEdgeList$.html", "members_object" : [{"label" : "decodeHttpsEdgeList", "tail" : ": Decoder[HttpsEdgeList]", "member" : "com.ngrok.definitions.HttpsEdgeList.decodeHttpsEdgeList", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#decodeHttpsEdgeList:io.circe.Decoder[com.ngrok.definitions.HttpsEdgeList]", "kind" : "implicit val"}, {"label" : "encodeHttpsEdgeList", "tail" : ": Encoder[HttpsEdgeList]", "member" : "com.ngrok.definitions.HttpsEdgeList.encodeHttpsEdgeList", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#encodeHttpsEdgeList:io.circe.Encoder[com.ngrok.definitions.HttpsEdgeList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeList) => Boolean, msg: => Any): HttpsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeList) => Boolean): HttpsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpsEdgeList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpsEdgeList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.HttpsEdgeList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.HttpsEdgeList.nextPageUri", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.HttpsEdgeList.uri", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "httpsEdges", "tail" : ": List[HttpsEdge]", "member" : "com.ngrok.definitions.HttpsEdgeList.httpsEdges", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#httpsEdges:List[com.ngrok.definitions.HttpsEdge]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/HttpsEdgeList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.HttpsEdgeRoute", "shortDescription" : "A class encapsulating the HttpsEdgeRoute resource.", "object" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html", "members_object" : [{"label" : "decodeHttpsEdgeRoute", "tail" : ": Decoder[HttpsEdgeRoute]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.decodeHttpsEdgeRoute", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#decodeHttpsEdgeRoute:io.circe.Decoder[com.ngrok.definitions.HttpsEdgeRoute]", "kind" : "implicit val"}, {"label" : "encodeHttpsEdgeRoute", "tail" : ": Encoder[HttpsEdgeRoute]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.encodeHttpsEdgeRoute", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#encodeHttpsEdgeRoute:io.circe.Encoder[com.ngrok.definitions.HttpsEdgeRoute]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeRoute) => Boolean, msg: => Any): HttpsEdgeRoute", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeRoute) => Boolean): HttpsEdgeRoute", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpsEdgeRoute", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpsEdgeRoute", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpsEdgeRoute, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpsEdgeRoute, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.HttpsEdgeRoute#", "error" : "unsupported entity"}, {"label" : "websocketTcpConverter", "tail" : ": Option[EndpointWebsocketTcpConverter]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.websocketTcpConverter", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#websocketTcpConverter:Option[com.ngrok.definitions.EndpointWebsocketTcpConverter]", "kind" : "val"}, {"label" : "oidc", "tail" : ": Option[EndpointOidc]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.oidc", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#oidc:Option[com.ngrok.definitions.EndpointOidc]", "kind" : "val"}, {"label" : "saml", "tail" : ": Option[EndpointSaml]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.saml", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#saml:Option[com.ngrok.definitions.EndpointSaml]", "kind" : "val"}, {"label" : "oauth", "tail" : ": Option[EndpointOAuth]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.oauth", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#oauth:Option[com.ngrok.definitions.EndpointOAuth]", "kind" : "val"}, {"label" : "webhookVerification", "tail" : ": Option[EndpointWebhookValidation]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.webhookVerification", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#webhookVerification:Option[com.ngrok.definitions.EndpointWebhookValidation]", "kind" : "val"}, {"label" : "responseHeaders", "tail" : ": Option[EndpointResponseHeaders]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.responseHeaders", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#responseHeaders:Option[com.ngrok.definitions.EndpointResponseHeaders]", "kind" : "val"}, {"label" : "requestHeaders", "tail" : ": Option[EndpointRequestHeaders]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.requestHeaders", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#requestHeaders:Option[com.ngrok.definitions.EndpointRequestHeaders]", "kind" : "val"}, {"label" : "compression", "tail" : ": Option[EndpointCompression]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.compression", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#compression:Option[com.ngrok.definitions.EndpointCompression]", "kind" : "val"}, {"label" : "circuitBreaker", "tail" : ": Option[EndpointCircuitBreaker]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.circuitBreaker", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#circuitBreaker:Option[com.ngrok.definitions.EndpointCircuitBreaker]", "kind" : "val"}, {"label" : "ipRestriction", "tail" : ": Option[EndpointIpPolicy]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.ipRestriction", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "val"}, {"label" : "backend", "tail" : ": Option[EndpointBackend]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.backend", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#backend:Option[com.ngrok.definitions.EndpointBackend]", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdgeRoute.metadata", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdgeRoute.description", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#description:String", "kind" : "val"}, {"label" : "uri", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdgeRoute.uri", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#uri:String", "kind" : "val"}, {"label" : "match", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdgeRoute.match", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#match:String", "kind" : "val"}, {"label" : "matchType", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdgeRoute.matchType", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#matchType:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdgeRoute.createdAt", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#createdAt:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdgeRoute.id", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#id:String", "kind" : "val"}, {"label" : "edgeId", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdgeRoute.edgeId", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#edgeId:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.IpPolicy", "shortDescription" : "A class encapsulating the IpPolicy resource.", "object" : "com\/ngrok\/definitions\/IpPolicy$.html", "members_object" : [{"label" : "decodeIpPolicy", "tail" : ": Decoder[IpPolicy]", "member" : "com.ngrok.definitions.IpPolicy.decodeIpPolicy", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#decodeIpPolicy:io.circe.Decoder[com.ngrok.definitions.IpPolicy]", "kind" : "implicit val"}, {"label" : "encodeIpPolicy", "tail" : ": Encoder[IpPolicy]", "member" : "com.ngrok.definitions.IpPolicy.encodeIpPolicy", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#encodeIpPolicy:io.circe.Encoder[com.ngrok.definitions.IpPolicy]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicy$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/IpPolicy.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/IpPolicy.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicy) => Boolean, msg: => Any): IpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicy.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicy) => Boolean): IpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicy.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicy.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicy.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpPolicy, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/IpPolicy.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpPolicy, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/IpPolicy.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.IpPolicy#", "error" : "unsupported entity"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicy.metadata", "link" : "com\/ngrok\/definitions\/IpPolicy.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicy.description", "link" : "com\/ngrok\/definitions\/IpPolicy.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.IpPolicy.createdAt", "link" : "com\/ngrok\/definitions\/IpPolicy.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.IpPolicy.uri", "link" : "com\/ngrok\/definitions\/IpPolicy.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicy.id", "link" : "com\/ngrok\/definitions\/IpPolicy.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/IpPolicy.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicy.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicy.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicy.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicy.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicy.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicy.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicy.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicy.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicy.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicy.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicy.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicy.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicy.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicy.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicy.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicy.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/IpPolicy.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.IpPolicyList", "shortDescription" : "A class encapsulating the IpPolicyList resource.", "object" : "com\/ngrok\/definitions\/IpPolicyList$.html", "members_object" : [{"label" : "decodeIpPolicyList", "tail" : ": Decoder[IpPolicyList]", "member" : "com.ngrok.definitions.IpPolicyList.decodeIpPolicyList", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#decodeIpPolicyList:io.circe.Decoder[com.ngrok.definitions.IpPolicyList]", "kind" : "implicit val"}, {"label" : "encodeIpPolicyList", "tail" : ": Encoder[IpPolicyList]", "member" : "com.ngrok.definitions.IpPolicyList.encodeIpPolicyList", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#encodeIpPolicyList:io.circe.Encoder[com.ngrok.definitions.IpPolicyList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyList) => Boolean, msg: => Any): IpPolicyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyList) => Boolean): IpPolicyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpPolicyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpPolicyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpPolicyList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpPolicyList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.IpPolicyList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.IpPolicyList.nextPageUri", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.IpPolicyList.uri", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "ipPolicies", "tail" : ": List[IpPolicy]", "member" : "com.ngrok.definitions.IpPolicyList.ipPolicies", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#ipPolicies:List[com.ngrok.definitions.IpPolicy]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicyList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/IpPolicyList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.IpPolicyRule", "shortDescription" : "A class encapsulating the IpPolicyRule resource.", "object" : "com\/ngrok\/definitions\/IpPolicyRule$.html", "members_object" : [{"label" : "decodeIpPolicyRule", "tail" : ": Decoder[IpPolicyRule]", "member" : "com.ngrok.definitions.IpPolicyRule.decodeIpPolicyRule", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#decodeIpPolicyRule:io.circe.Decoder[com.ngrok.definitions.IpPolicyRule]", "kind" : "implicit val"}, {"label" : "encodeIpPolicyRule", "tail" : ": Encoder[IpPolicyRule]", "member" : "com.ngrok.definitions.IpPolicyRule.encodeIpPolicyRule", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#encodeIpPolicyRule:io.circe.Encoder[com.ngrok.definitions.IpPolicyRule]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyRule) => Boolean, msg: => Any): IpPolicyRule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyRule) => Boolean): IpPolicyRule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpPolicyRule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpPolicyRule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpPolicyRule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpPolicyRule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.IpPolicyRule#", "error" : "unsupported entity"}, {"label" : "action", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicyRule.action", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#action:String", "kind" : "val"}, {"label" : "ipPolicy", "tail" : ": Ref", "member" : "com.ngrok.definitions.IpPolicyRule.ipPolicy", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#ipPolicy:com.ngrok.definitions.Ref", "kind" : "val"}, {"label" : "cidr", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicyRule.cidr", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#cidr:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicyRule.metadata", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicyRule.description", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.IpPolicyRule.createdAt", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.IpPolicyRule.uri", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicyRule.id", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/IpPolicyRule.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.IpPolicyRuleList", "shortDescription" : "A class encapsulating the IpPolicyRuleList resource.", "object" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html", "members_object" : [{"label" : "decodeIpPolicyRuleList", "tail" : ": Decoder[IpPolicyRuleList]", "member" : "com.ngrok.definitions.IpPolicyRuleList.decodeIpPolicyRuleList", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#decodeIpPolicyRuleList:io.circe.Decoder[com.ngrok.definitions.IpPolicyRuleList]", "kind" : "implicit val"}, {"label" : "encodeIpPolicyRuleList", "tail" : ": Encoder[IpPolicyRuleList]", "member" : "com.ngrok.definitions.IpPolicyRuleList.encodeIpPolicyRuleList", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#encodeIpPolicyRuleList:io.circe.Encoder[com.ngrok.definitions.IpPolicyRuleList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyRuleList) => Boolean, msg: => Any): IpPolicyRuleList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyRuleList) => Boolean): IpPolicyRuleList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpPolicyRuleList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpPolicyRuleList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpPolicyRuleList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpPolicyRuleList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.IpPolicyRuleList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.IpPolicyRuleList.nextPageUri", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.IpPolicyRuleList.uri", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "ipPolicyRules", "tail" : ": List[IpPolicyRule]", "member" : "com.ngrok.definitions.IpPolicyRuleList.ipPolicyRules", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#ipPolicyRules:List[com.ngrok.definitions.IpPolicyRule]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/IpPolicyRuleList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.IpRestriction", "shortDescription" : "A class encapsulating the IpRestriction resource.", "object" : "com\/ngrok\/definitions\/IpRestriction$.html", "members_object" : [{"label" : "decodeIpRestriction", "tail" : ": Decoder[IpRestriction]", "member" : "com.ngrok.definitions.IpRestriction.decodeIpRestriction", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#decodeIpRestriction:io.circe.Decoder[com.ngrok.definitions.IpRestriction]", "kind" : "implicit val"}, {"label" : "encodeIpRestriction", "tail" : ": Encoder[IpRestriction]", "member" : "com.ngrok.definitions.IpRestriction.encodeIpRestriction", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#encodeIpRestriction:io.circe.Encoder[com.ngrok.definitions.IpRestriction]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpRestriction$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/IpRestriction.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/IpRestriction.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpRestriction) => Boolean, msg: => Any): IpRestriction", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestriction.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpRestriction) => Boolean): IpRestriction", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestriction.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpRestriction", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestriction.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpRestriction", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestriction.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpRestriction, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/IpRestriction.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpRestriction, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/IpRestriction.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.IpRestriction#", "error" : "unsupported entity"}, {"label" : "ipPolicies", "tail" : ": List[Ref]", "member" : "com.ngrok.definitions.IpRestriction.ipPolicies", "link" : "com\/ngrok\/definitions\/IpRestriction.html#ipPolicies:List[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "type", "tail" : ": String", "member" : "com.ngrok.definitions.IpRestriction.type", "link" : "com\/ngrok\/definitions\/IpRestriction.html#type:String", "kind" : "val"}, {"label" : "enforced", "tail" : ": Boolean", "member" : "com.ngrok.definitions.IpRestriction.enforced", "link" : "com\/ngrok\/definitions\/IpRestriction.html#enforced:Boolean", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.IpRestriction.metadata", "link" : "com\/ngrok\/definitions\/IpRestriction.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.IpRestriction.description", "link" : "com\/ngrok\/definitions\/IpRestriction.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.IpRestriction.createdAt", "link" : "com\/ngrok\/definitions\/IpRestriction.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.IpRestriction.uri", "link" : "com\/ngrok\/definitions\/IpRestriction.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.IpRestriction.id", "link" : "com\/ngrok\/definitions\/IpRestriction.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/IpRestriction.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpRestriction.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpRestriction.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpRestriction.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpRestriction.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpRestriction.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpRestriction.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpRestriction.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestriction.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestriction.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestriction.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpRestriction.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpRestriction.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpRestriction.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpRestriction.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestriction.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestriction.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/IpRestriction.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.IpRestrictionList", "shortDescription" : "A class encapsulating the IpRestrictionList resource.", "object" : "com\/ngrok\/definitions\/IpRestrictionList$.html", "members_object" : [{"label" : "decodeIpRestrictionList", "tail" : ": Decoder[IpRestrictionList]", "member" : "com.ngrok.definitions.IpRestrictionList.decodeIpRestrictionList", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#decodeIpRestrictionList:io.circe.Decoder[com.ngrok.definitions.IpRestrictionList]", "kind" : "implicit val"}, {"label" : "encodeIpRestrictionList", "tail" : ": Encoder[IpRestrictionList]", "member" : "com.ngrok.definitions.IpRestrictionList.encodeIpRestrictionList", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#encodeIpRestrictionList:io.circe.Encoder[com.ngrok.definitions.IpRestrictionList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpRestrictionList) => Boolean, msg: => Any): IpRestrictionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpRestrictionList) => Boolean): IpRestrictionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpRestrictionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpRestrictionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpRestrictionList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpRestrictionList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.IpRestrictionList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.IpRestrictionList.nextPageUri", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.IpRestrictionList.uri", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "ipRestrictions", "tail" : ": List[IpRestriction]", "member" : "com.ngrok.definitions.IpRestrictionList.ipRestrictions", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#ipRestrictions:List[com.ngrok.definitions.IpRestriction]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/IpRestrictionList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.NgrokApiError", "shortDescription" : "Representation of an API error from ngrok.", "object" : "com\/ngrok\/definitions\/NgrokApiError$.html", "members_object" : [{"label" : "apply", "tail" : "(httpStatusCode: Int): NgrokApiError", "member" : "com.ngrok.definitions.NgrokApiError.apply", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#apply(httpStatusCode:Int):com.ngrok.definitions.NgrokApiError", "kind" : "def"}, {"label" : "apply", "tail" : "(httpStatusCode: Int, responseBody: Option[String], cause: Throwable): NgrokApiError", "member" : "com.ngrok.definitions.NgrokApiError.apply", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#apply(httpStatusCode:Int,responseBody:Option[String],cause:Throwable):com.ngrok.definitions.NgrokApiError", "kind" : "def"}, {"label" : "ngrokApiErrorDecoder", "tail" : ": Decoder[NgrokApiError]", "member" : "com.ngrok.definitions.NgrokApiError.ngrokApiErrorDecoder", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#ngrokApiErrorDecoder:io.circe.Decoder[com.ngrok.definitions.NgrokApiError]", "kind" : "implicit val"}, {"label" : "ngrokApiErrorEncoder", "tail" : ": Encoder[NgrokApiError]", "member" : "com.ngrok.definitions.NgrokApiError.ngrokApiErrorEncoder", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#ngrokApiErrorEncoder:io.circe.Encoder[com.ngrok.definitions.NgrokApiError]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (NgrokApiError) => Boolean, msg: => Any): NgrokApiError", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (NgrokApiError) => Boolean): NgrokApiError", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): NgrokApiError", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): NgrokApiError", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (NgrokApiError, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (NgrokApiError, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "isErrorCode", "tail" : "(codes: String*): Boolean", "member" : "com.ngrok.definitions.NgrokApiError.isErrorCode", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#isErrorCode(codes:String*):Boolean", "kind" : "def"}, {"member" : "com.ngrok.definitions.NgrokApiError#", "error" : "unsupported entity"}, {"label" : "cause", "tail" : ": Option[Throwable]", "member" : "com.ngrok.definitions.NgrokApiError.cause", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#cause:Option[Throwable]", "kind" : "val"}, {"label" : "details", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.NgrokApiError.details", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#details:Map[String,String]", "kind" : "val"}, {"label" : "errorCode", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.NgrokApiError.errorCode", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#errorCode:Option[String]", "kind" : "val"}, {"label" : "httpStatusCode", "tail" : ": Int", "member" : "com.ngrok.definitions.NgrokApiError.httpStatusCode", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#httpStatusCode:Int", "kind" : "val"}, {"label" : "message", "tail" : ": String", "member" : "com.ngrok.definitions.NgrokApiError.message", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#message:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "getSuppressed", "tail" : "(): Array[Throwable]", "member" : "java.lang.Throwable.getSuppressed", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#getSuppressed():Array[Throwable]", "kind" : "final def"}, {"label" : "addSuppressed", "tail" : "(arg0: Throwable): Unit", "member" : "java.lang.Throwable.addSuppressed", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#addSuppressed(x$1:Throwable):Unit", "kind" : "final def"}, {"label" : "setStackTrace", "tail" : "(arg0: Array[StackTraceElement]): Unit", "member" : "java.lang.Throwable.setStackTrace", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#setStackTrace(x$1:Array[StackTraceElement]):Unit", "kind" : "def"}, {"label" : "getStackTrace", "tail" : "(): Array[StackTraceElement]", "member" : "java.lang.Throwable.getStackTrace", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#getStackTrace():Array[StackTraceElement]", "kind" : "def"}, {"label" : "fillInStackTrace", "tail" : "(): Throwable", "member" : "java.lang.Throwable.fillInStackTrace", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#fillInStackTrace():Throwable", "kind" : "def"}, {"label" : "printStackTrace", "tail" : "(arg0: PrintWriter): Unit", "member" : "java.lang.Throwable.printStackTrace", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#printStackTrace(x$1:java.io.PrintWriter):Unit", "kind" : "def"}, {"label" : "printStackTrace", "tail" : "(arg0: PrintStream): Unit", "member" : "java.lang.Throwable.printStackTrace", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#printStackTrace(x$1:java.io.PrintStream):Unit", "kind" : "def"}, {"label" : "printStackTrace", "tail" : "(): Unit", "member" : "java.lang.Throwable.printStackTrace", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#printStackTrace():Unit", "kind" : "def"}, {"label" : "toString", "tail" : "(): String", "member" : "java.lang.Throwable.toString", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#toString():String", "kind" : "def"}, {"label" : "initCause", "tail" : "(arg0: Throwable): Throwable", "member" : "java.lang.Throwable.initCause", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#initCause(x$1:Throwable):Throwable", "kind" : "def"}, {"label" : "getCause", "tail" : "(): Throwable", "member" : "java.lang.Throwable.getCause", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#getCause():Throwable", "kind" : "def"}, {"label" : "getLocalizedMessage", "tail" : "(): String", "member" : "java.lang.Throwable.getLocalizedMessage", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#getLocalizedMessage():String", "kind" : "def"}, {"label" : "getMessage", "tail" : "(): String", "member" : "java.lang.Throwable.getMessage", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#getMessage():String", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/NgrokApiError.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/NgrokApiError.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.NgrokApiErrorCode", "shortDescription" : "", "object" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html", "members_object" : [{"label" : "unapply", "tail" : "(error: NgrokApiError): Option[String]", "member" : "com.ngrok.definitions.NgrokApiErrorCode.unapply", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#unapply(error:com.ngrok.definitions.NgrokApiError):Option[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "kind" : "object"}, {"name" : "com.ngrok.definitions.NgrokApiErrorHttpStatus", "shortDescription" : "", "object" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html", "members_object" : [{"label" : "unapply", "tail" : "(error: NgrokApiError): Some[Int]", "member" : "com.ngrok.definitions.NgrokApiErrorHttpStatus.unapply", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#unapply(error:com.ngrok.definitions.NgrokApiError):Some[Int]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "kind" : "object"}, {"name" : "com.ngrok.definitions.Page", "shortDescription" : "Wrapper class that holds a single page of a Pageable response.", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/Page.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/Page.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Page[T]) => Boolean, msg: => Any): Page[T]", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Page.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Page[T]) => Boolean): Page[T]", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Page.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Page[T]", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Page.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Page[T]", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Page.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Page[T], B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/Page.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Page[T], B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/Page.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "toString", "tail" : "(): String", "member" : "com.ngrok.definitions.Page.toString", "link" : "com\/ngrok\/definitions\/Page.html#toString():String", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "com.ngrok.definitions.Page.hashCode", "link" : "com\/ngrok\/definitions\/Page.html#hashCode():Int", "kind" : "def"}, {"label" : "equals", "tail" : "(obj: Any): Boolean", "member" : "com.ngrok.definitions.Page.equals", "link" : "com\/ngrok\/definitions\/Page.html#equals(obj:Any):Boolean", "kind" : "def"}, {"label" : "next", "tail" : "()(ec: ExecutionContext): Future[Option[Page[T]]]", "member" : "com.ngrok.definitions.Page.next", "link" : "com\/ngrok\/definitions\/Page.html#next()(implicitec:scala.concurrent.ExecutionContext):scala.concurrent.Future[Option[com.ngrok.definitions.Page[T]]]", "kind" : "def"}, {"member" : "com.ngrok.definitions.Page#", "error" : "unsupported entity"}, {"label" : "page", "tail" : ": T", "member" : "com.ngrok.definitions.Page.page", "link" : "com\/ngrok\/definitions\/Page.html#page:T", "kind" : "val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Page.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Page.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Page.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Page.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Page.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Page.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Page.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Page.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Page.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Page.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Page.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Page.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Page.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Page.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Page.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Page.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/definitions\/Page.html", "kind" : "class"}, {"name" : "com.ngrok.definitions.Pageable", "trait" : "com\/ngrok\/definitions\/Pageable.html", "kind" : "trait", "members_trait" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/Pageable.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/Pageable.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Pageable) => Boolean, msg: => Any): Pageable", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Pageable.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Pageable) => Boolean): Pageable", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Pageable.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Pageable", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Pageable.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Pageable", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Pageable.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Pageable, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/Pageable.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Pageable, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/Pageable.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Pageable.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Pageable.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Pageable.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Pageable.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Pageable.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Pageable.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Pageable.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Pageable.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Pageable.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Pageable.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Pageable.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Pageable.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/Pageable.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Pageable.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/Pageable.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/Pageable.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Pageable.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Pageable.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Pageable.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}, {"label" : "nextPageUri", "tail" : "(): Option[URI]", "member" : "com.ngrok.definitions.Pageable.nextPageUri", "link" : "com\/ngrok\/definitions\/Pageable.html#nextPageUri:Option[java.net.URI]", "kind" : "abstract def"}], "shortDescription" : "Trait indicating a resource type that can have more than one page of responses."}, {"name" : "com.ngrok.definitions.Ref", "shortDescription" : "A class encapsulating the Ref resource.", "object" : "com\/ngrok\/definitions\/Ref$.html", "members_object" : [{"label" : "decodeRef", "tail" : ": Decoder[Ref]", "member" : "com.ngrok.definitions.Ref.decodeRef", "link" : "com\/ngrok\/definitions\/Ref$.html#decodeRef:io.circe.Decoder[com.ngrok.definitions.Ref]", "kind" : "implicit val"}, {"label" : "encodeRef", "tail" : ": Encoder[Ref]", "member" : "com.ngrok.definitions.Ref.encodeRef", "link" : "com\/ngrok\/definitions\/Ref$.html#encodeRef:io.circe.Encoder[com.ngrok.definitions.Ref]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Ref$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Ref$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Ref$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Ref$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Ref$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Ref$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Ref$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Ref$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Ref$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Ref$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Ref$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Ref$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/Ref$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Ref$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/Ref$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/Ref$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Ref$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Ref$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Ref$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/Ref.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/Ref.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Ref) => Boolean, msg: => Any): Ref", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Ref.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Ref) => Boolean): Ref", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Ref.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Ref", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Ref.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Ref", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Ref.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Ref, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/Ref.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Ref, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/Ref.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.Ref#", "error" : "unsupported entity"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.Ref.uri", "link" : "com\/ngrok\/definitions\/Ref.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.Ref.id", "link" : "com\/ngrok\/definitions\/Ref.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/Ref.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Ref.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Ref.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Ref.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Ref.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Ref.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Ref.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Ref.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Ref.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Ref.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Ref.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Ref.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Ref.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Ref.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Ref.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Ref.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Ref.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/Ref.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ReservedAddr", "shortDescription" : "A class encapsulating the ReservedAddr resource.", "object" : "com\/ngrok\/definitions\/ReservedAddr$.html", "members_object" : [{"label" : "decodeReservedAddr", "tail" : ": Decoder[ReservedAddr]", "member" : "com.ngrok.definitions.ReservedAddr.decodeReservedAddr", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#decodeReservedAddr:io.circe.Decoder[com.ngrok.definitions.ReservedAddr]", "kind" : "implicit val"}, {"label" : "encodeReservedAddr", "tail" : ": Encoder[ReservedAddr]", "member" : "com.ngrok.definitions.ReservedAddr.encodeReservedAddr", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#encodeReservedAddr:io.circe.Encoder[com.ngrok.definitions.ReservedAddr]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedAddr) => Boolean, msg: => Any): ReservedAddr", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedAddr) => Boolean): ReservedAddr", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedAddr", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedAddr", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedAddr, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedAddr, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ReservedAddr#", "error" : "unsupported entity"}, {"label" : "region", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedAddr.region", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#region:String", "kind" : "val"}, {"label" : "addr", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedAddr.addr", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#addr:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedAddr.metadata", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedAddr.description", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.ReservedAddr.createdAt", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.ReservedAddr.uri", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedAddr.id", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedAddr.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ReservedAddr.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ReservedAddrList", "shortDescription" : "A class encapsulating the ReservedAddrList resource.", "object" : "com\/ngrok\/definitions\/ReservedAddrList$.html", "members_object" : [{"label" : "decodeReservedAddrList", "tail" : ": Decoder[ReservedAddrList]", "member" : "com.ngrok.definitions.ReservedAddrList.decodeReservedAddrList", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#decodeReservedAddrList:io.circe.Decoder[com.ngrok.definitions.ReservedAddrList]", "kind" : "implicit val"}, {"label" : "encodeReservedAddrList", "tail" : ": Encoder[ReservedAddrList]", "member" : "com.ngrok.definitions.ReservedAddrList.encodeReservedAddrList", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#encodeReservedAddrList:io.circe.Encoder[com.ngrok.definitions.ReservedAddrList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedAddrList) => Boolean, msg: => Any): ReservedAddrList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedAddrList) => Boolean): ReservedAddrList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedAddrList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedAddrList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedAddrList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedAddrList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ReservedAddrList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.ReservedAddrList.nextPageUri", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.ReservedAddrList.uri", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "reservedAddrs", "tail" : ": List[ReservedAddr]", "member" : "com.ngrok.definitions.ReservedAddrList.reservedAddrs", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#reservedAddrs:List[com.ngrok.definitions.ReservedAddr]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ReservedAddrList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ReservedDomain", "shortDescription" : "A class encapsulating the ReservedDomain resource.", "object" : "com\/ngrok\/definitions\/ReservedDomain$.html", "members_object" : [{"label" : "decodeReservedDomain", "tail" : ": Decoder[ReservedDomain]", "member" : "com.ngrok.definitions.ReservedDomain.decodeReservedDomain", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#decodeReservedDomain:io.circe.Decoder[com.ngrok.definitions.ReservedDomain]", "kind" : "implicit val"}, {"label" : "encodeReservedDomain", "tail" : ": Encoder[ReservedDomain]", "member" : "com.ngrok.definitions.ReservedDomain.encodeReservedDomain", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#encodeReservedDomain:io.circe.Encoder[com.ngrok.definitions.ReservedDomain]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomain) => Boolean, msg: => Any): ReservedDomain", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomain) => Boolean): ReservedDomain", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedDomain", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedDomain", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedDomain, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedDomain, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ReservedDomain#", "error" : "unsupported entity"}, {"label" : "acmeChallengeCnameTarget", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.ReservedDomain.acmeChallengeCnameTarget", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#acmeChallengeCnameTarget:Option[String]", "kind" : "val"}, {"label" : "certificateManagementStatus", "tail" : ": Option[ReservedDomainCertStatus]", "member" : "com.ngrok.definitions.ReservedDomain.certificateManagementStatus", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#certificateManagementStatus:Option[com.ngrok.definitions.ReservedDomainCertStatus]", "kind" : "val"}, {"label" : "certificateManagementPolicy", "tail" : ": Option[ReservedDomainCertPolicy]", "member" : "com.ngrok.definitions.ReservedDomain.certificateManagementPolicy", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#certificateManagementPolicy:Option[com.ngrok.definitions.ReservedDomainCertPolicy]", "kind" : "val"}, {"label" : "certificate", "tail" : ": Option[Ref]", "member" : "com.ngrok.definitions.ReservedDomain.certificate", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#certificate:Option[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "cnameTarget", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.ReservedDomain.cnameTarget", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#cnameTarget:Option[String]", "kind" : "val"}, {"label" : "region", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomain.region", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#region:String", "kind" : "val"}, {"label" : "domain", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomain.domain", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#domain:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomain.metadata", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomain.description", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.ReservedDomain.createdAt", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.ReservedDomain.uri", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomain.id", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomain.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ReservedDomain.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ReservedDomainCertJob", "shortDescription" : "A class encapsulating the ReservedDomainCertJob resource.", "object" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html", "members_object" : [{"label" : "decodeReservedDomainCertJob", "tail" : ": Decoder[ReservedDomainCertJob]", "member" : "com.ngrok.definitions.ReservedDomainCertJob.decodeReservedDomainCertJob", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#decodeReservedDomainCertJob:io.circe.Decoder[com.ngrok.definitions.ReservedDomainCertJob]", "kind" : "implicit val"}, {"label" : "encodeReservedDomainCertJob", "tail" : ": Encoder[ReservedDomainCertJob]", "member" : "com.ngrok.definitions.ReservedDomainCertJob.encodeReservedDomainCertJob", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#encodeReservedDomainCertJob:io.circe.Encoder[com.ngrok.definitions.ReservedDomainCertJob]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainCertJob) => Boolean, msg: => Any): ReservedDomainCertJob", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainCertJob) => Boolean): ReservedDomainCertJob", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedDomainCertJob", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedDomainCertJob", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedDomainCertJob, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedDomainCertJob, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ReservedDomainCertJob#", "error" : "unsupported entity"}, {"label" : "retriesAt", "tail" : ": Option[OffsetDateTime]", "member" : "com.ngrok.definitions.ReservedDomainCertJob.retriesAt", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#retriesAt:Option[java.time.OffsetDateTime]", "kind" : "val"}, {"label" : "startedAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.ReservedDomainCertJob.startedAt", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#startedAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "msg", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomainCertJob.msg", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#msg:String", "kind" : "val"}, {"label" : "errorCode", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.ReservedDomainCertJob.errorCode", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#errorCode:Option[String]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ReservedDomainCertPolicy", "shortDescription" : "A class encapsulating the ReservedDomainCertPolicy resource.", "object" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html", "members_object" : [{"label" : "decodeReservedDomainCertPolicy", "tail" : ": Decoder[ReservedDomainCertPolicy]", "member" : "com.ngrok.definitions.ReservedDomainCertPolicy.decodeReservedDomainCertPolicy", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#decodeReservedDomainCertPolicy:io.circe.Decoder[com.ngrok.definitions.ReservedDomainCertPolicy]", "kind" : "implicit val"}, {"label" : "encodeReservedDomainCertPolicy", "tail" : ": Encoder[ReservedDomainCertPolicy]", "member" : "com.ngrok.definitions.ReservedDomainCertPolicy.encodeReservedDomainCertPolicy", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#encodeReservedDomainCertPolicy:io.circe.Encoder[com.ngrok.definitions.ReservedDomainCertPolicy]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainCertPolicy) => Boolean, msg: => Any): ReservedDomainCertPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainCertPolicy) => Boolean): ReservedDomainCertPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedDomainCertPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedDomainCertPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedDomainCertPolicy, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedDomainCertPolicy, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ReservedDomainCertPolicy#", "error" : "unsupported entity"}, {"label" : "privateKeyType", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomainCertPolicy.privateKeyType", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#privateKeyType:String", "kind" : "val"}, {"label" : "authority", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomainCertPolicy.authority", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#authority:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ReservedDomainCertStatus", "shortDescription" : "A class encapsulating the ReservedDomainCertStatus resource.", "object" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html", "members_object" : [{"label" : "decodeReservedDomainCertStatus", "tail" : ": Decoder[ReservedDomainCertStatus]", "member" : "com.ngrok.definitions.ReservedDomainCertStatus.decodeReservedDomainCertStatus", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#decodeReservedDomainCertStatus:io.circe.Decoder[com.ngrok.definitions.ReservedDomainCertStatus]", "kind" : "implicit val"}, {"label" : "encodeReservedDomainCertStatus", "tail" : ": Encoder[ReservedDomainCertStatus]", "member" : "com.ngrok.definitions.ReservedDomainCertStatus.encodeReservedDomainCertStatus", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#encodeReservedDomainCertStatus:io.circe.Encoder[com.ngrok.definitions.ReservedDomainCertStatus]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainCertStatus) => Boolean, msg: => Any): ReservedDomainCertStatus", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainCertStatus) => Boolean): ReservedDomainCertStatus", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedDomainCertStatus", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedDomainCertStatus", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedDomainCertStatus, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedDomainCertStatus, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ReservedDomainCertStatus#", "error" : "unsupported entity"}, {"label" : "provisioningJob", "tail" : ": Option[ReservedDomainCertJob]", "member" : "com.ngrok.definitions.ReservedDomainCertStatus.provisioningJob", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#provisioningJob:Option[com.ngrok.definitions.ReservedDomainCertJob]", "kind" : "val"}, {"label" : "renewsAt", "tail" : ": Option[OffsetDateTime]", "member" : "com.ngrok.definitions.ReservedDomainCertStatus.renewsAt", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#renewsAt:Option[java.time.OffsetDateTime]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ReservedDomainList", "shortDescription" : "A class encapsulating the ReservedDomainList resource.", "object" : "com\/ngrok\/definitions\/ReservedDomainList$.html", "members_object" : [{"label" : "decodeReservedDomainList", "tail" : ": Decoder[ReservedDomainList]", "member" : "com.ngrok.definitions.ReservedDomainList.decodeReservedDomainList", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#decodeReservedDomainList:io.circe.Decoder[com.ngrok.definitions.ReservedDomainList]", "kind" : "implicit val"}, {"label" : "encodeReservedDomainList", "tail" : ": Encoder[ReservedDomainList]", "member" : "com.ngrok.definitions.ReservedDomainList.encodeReservedDomainList", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#encodeReservedDomainList:io.circe.Encoder[com.ngrok.definitions.ReservedDomainList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainList) => Boolean, msg: => Any): ReservedDomainList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainList) => Boolean): ReservedDomainList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedDomainList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedDomainList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedDomainList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedDomainList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ReservedDomainList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.ReservedDomainList.nextPageUri", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.ReservedDomainList.uri", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "reservedDomains", "tail" : ": List[ReservedDomain]", "member" : "com.ngrok.definitions.ReservedDomainList.reservedDomains", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#reservedDomains:List[com.ngrok.definitions.ReservedDomain]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ReservedDomainList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshCertificateAuthority", "shortDescription" : "A class encapsulating the SshCertificateAuthority resource.", "object" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html", "members_object" : [{"label" : "decodeSshCertificateAuthority", "tail" : ": Decoder[SshCertificateAuthority]", "member" : "com.ngrok.definitions.SshCertificateAuthority.decodeSshCertificateAuthority", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#decodeSshCertificateAuthority:io.circe.Decoder[com.ngrok.definitions.SshCertificateAuthority]", "kind" : "implicit val"}, {"label" : "encodeSshCertificateAuthority", "tail" : ": Encoder[SshCertificateAuthority]", "member" : "com.ngrok.definitions.SshCertificateAuthority.encodeSshCertificateAuthority", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#encodeSshCertificateAuthority:io.circe.Encoder[com.ngrok.definitions.SshCertificateAuthority]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCertificateAuthority) => Boolean, msg: => Any): SshCertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCertificateAuthority) => Boolean): SshCertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshCertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshCertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshCertificateAuthority, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshCertificateAuthority, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshCertificateAuthority#", "error" : "unsupported entity"}, {"label" : "keyType", "tail" : ": String", "member" : "com.ngrok.definitions.SshCertificateAuthority.keyType", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#keyType:String", "kind" : "val"}, {"label" : "publicKey", "tail" : ": String", "member" : "com.ngrok.definitions.SshCertificateAuthority.publicKey", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#publicKey:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.SshCertificateAuthority.metadata", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.SshCertificateAuthority.description", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshCertificateAuthority.createdAt", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshCertificateAuthority.uri", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.SshCertificateAuthority.id", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshCertificateAuthority.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshCertificateAuthorityList", "shortDescription" : "A class encapsulating the SshCertificateAuthorityList resource.", "object" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html", "members_object" : [{"label" : "decodeSshCertificateAuthorityList", "tail" : ": Decoder[SshCertificateAuthorityList]", "member" : "com.ngrok.definitions.SshCertificateAuthorityList.decodeSshCertificateAuthorityList", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#decodeSshCertificateAuthorityList:io.circe.Decoder[com.ngrok.definitions.SshCertificateAuthorityList]", "kind" : "implicit val"}, {"label" : "encodeSshCertificateAuthorityList", "tail" : ": Encoder[SshCertificateAuthorityList]", "member" : "com.ngrok.definitions.SshCertificateAuthorityList.encodeSshCertificateAuthorityList", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#encodeSshCertificateAuthorityList:io.circe.Encoder[com.ngrok.definitions.SshCertificateAuthorityList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCertificateAuthorityList) => Boolean, msg: => Any): SshCertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCertificateAuthorityList) => Boolean): SshCertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshCertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshCertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshCertificateAuthorityList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshCertificateAuthorityList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshCertificateAuthorityList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.SshCertificateAuthorityList.nextPageUri", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshCertificateAuthorityList.uri", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "sshCertificateAuthorities", "tail" : ": List[SshCertificateAuthority]", "member" : "com.ngrok.definitions.SshCertificateAuthorityList.sshCertificateAuthorities", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#sshCertificateAuthorities:List[com.ngrok.definitions.SshCertificateAuthority]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshCredential", "shortDescription" : "A class encapsulating the SshCredential resource.", "object" : "com\/ngrok\/definitions\/SshCredential$.html", "members_object" : [{"label" : "decodeSshCredential", "tail" : ": Decoder[SshCredential]", "member" : "com.ngrok.definitions.SshCredential.decodeSshCredential", "link" : "com\/ngrok\/definitions\/SshCredential$.html#decodeSshCredential:io.circe.Decoder[com.ngrok.definitions.SshCredential]", "kind" : "implicit val"}, {"label" : "encodeSshCredential", "tail" : ": Encoder[SshCredential]", "member" : "com.ngrok.definitions.SshCredential.encodeSshCredential", "link" : "com\/ngrok\/definitions\/SshCredential$.html#encodeSshCredential:io.circe.Encoder[com.ngrok.definitions.SshCredential]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCredential$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCredential$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCredential$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCredential$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCredential$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCredential$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCredential$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredential$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredential$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredential$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCredential$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCredential$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshCredential$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCredential$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshCredential$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshCredential$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCredential$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredential$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredential$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshCredential.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshCredential.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCredential) => Boolean, msg: => Any): SshCredential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredential.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCredential) => Boolean): SshCredential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredential.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshCredential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredential.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshCredential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredential.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshCredential, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshCredential.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshCredential, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshCredential.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshCredential#", "error" : "unsupported entity"}, {"label" : "acl", "tail" : ": List[String]", "member" : "com.ngrok.definitions.SshCredential.acl", "link" : "com\/ngrok\/definitions\/SshCredential.html#acl:List[String]", "kind" : "val"}, {"label" : "publicKey", "tail" : ": String", "member" : "com.ngrok.definitions.SshCredential.publicKey", "link" : "com\/ngrok\/definitions\/SshCredential.html#publicKey:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.SshCredential.metadata", "link" : "com\/ngrok\/definitions\/SshCredential.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.SshCredential.description", "link" : "com\/ngrok\/definitions\/SshCredential.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshCredential.createdAt", "link" : "com\/ngrok\/definitions\/SshCredential.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshCredential.uri", "link" : "com\/ngrok\/definitions\/SshCredential.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.SshCredential.id", "link" : "com\/ngrok\/definitions\/SshCredential.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshCredential.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCredential.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCredential.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCredential.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCredential.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCredential.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCredential.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCredential.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredential.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredential.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredential.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCredential.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCredential.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCredential.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCredential.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredential.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredential.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshCredential.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshCredentialList", "shortDescription" : "A class encapsulating the SshCredentialList resource.", "object" : "com\/ngrok\/definitions\/SshCredentialList$.html", "members_object" : [{"label" : "decodeSshCredentialList", "tail" : ": Decoder[SshCredentialList]", "member" : "com.ngrok.definitions.SshCredentialList.decodeSshCredentialList", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#decodeSshCredentialList:io.circe.Decoder[com.ngrok.definitions.SshCredentialList]", "kind" : "implicit val"}, {"label" : "encodeSshCredentialList", "tail" : ": Encoder[SshCredentialList]", "member" : "com.ngrok.definitions.SshCredentialList.encodeSshCredentialList", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#encodeSshCredentialList:io.circe.Encoder[com.ngrok.definitions.SshCredentialList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCredentialList) => Boolean, msg: => Any): SshCredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCredentialList) => Boolean): SshCredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshCredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshCredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshCredentialList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshCredentialList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshCredentialList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.SshCredentialList.nextPageUri", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshCredentialList.uri", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "sshCredentials", "tail" : ": List[SshCredential]", "member" : "com.ngrok.definitions.SshCredentialList.sshCredentials", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#sshCredentials:List[com.ngrok.definitions.SshCredential]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCredentialList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshCredentialList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshHostCertificate", "shortDescription" : "A class encapsulating the SshHostCertificate resource.", "object" : "com\/ngrok\/definitions\/SshHostCertificate$.html", "members_object" : [{"label" : "decodeSshHostCertificate", "tail" : ": Decoder[SshHostCertificate]", "member" : "com.ngrok.definitions.SshHostCertificate.decodeSshHostCertificate", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#decodeSshHostCertificate:io.circe.Decoder[com.ngrok.definitions.SshHostCertificate]", "kind" : "implicit val"}, {"label" : "encodeSshHostCertificate", "tail" : ": Encoder[SshHostCertificate]", "member" : "com.ngrok.definitions.SshHostCertificate.encodeSshHostCertificate", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#encodeSshHostCertificate:io.circe.Encoder[com.ngrok.definitions.SshHostCertificate]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshHostCertificate) => Boolean, msg: => Any): SshHostCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshHostCertificate) => Boolean): SshHostCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshHostCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshHostCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshHostCertificate, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshHostCertificate, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshHostCertificate#", "error" : "unsupported entity"}, {"label" : "certificate", "tail" : ": String", "member" : "com.ngrok.definitions.SshHostCertificate.certificate", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#certificate:String", "kind" : "val"}, {"label" : "validUntil", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshHostCertificate.validUntil", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#validUntil:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "validAfter", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshHostCertificate.validAfter", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#validAfter:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "principals", "tail" : ": List[String]", "member" : "com.ngrok.definitions.SshHostCertificate.principals", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#principals:List[String]", "kind" : "val"}, {"label" : "sshCertificateAuthorityId", "tail" : ": String", "member" : "com.ngrok.definitions.SshHostCertificate.sshCertificateAuthorityId", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#sshCertificateAuthorityId:String", "kind" : "val"}, {"label" : "keyType", "tail" : ": String", "member" : "com.ngrok.definitions.SshHostCertificate.keyType", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#keyType:String", "kind" : "val"}, {"label" : "publicKey", "tail" : ": String", "member" : "com.ngrok.definitions.SshHostCertificate.publicKey", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#publicKey:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.SshHostCertificate.metadata", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.SshHostCertificate.description", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshHostCertificate.createdAt", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshHostCertificate.uri", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.SshHostCertificate.id", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshHostCertificate.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshHostCertificateList", "shortDescription" : "A class encapsulating the SshHostCertificateList resource.", "object" : "com\/ngrok\/definitions\/SshHostCertificateList$.html", "members_object" : [{"label" : "decodeSshHostCertificateList", "tail" : ": Decoder[SshHostCertificateList]", "member" : "com.ngrok.definitions.SshHostCertificateList.decodeSshHostCertificateList", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#decodeSshHostCertificateList:io.circe.Decoder[com.ngrok.definitions.SshHostCertificateList]", "kind" : "implicit val"}, {"label" : "encodeSshHostCertificateList", "tail" : ": Encoder[SshHostCertificateList]", "member" : "com.ngrok.definitions.SshHostCertificateList.encodeSshHostCertificateList", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#encodeSshHostCertificateList:io.circe.Encoder[com.ngrok.definitions.SshHostCertificateList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshHostCertificateList) => Boolean, msg: => Any): SshHostCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshHostCertificateList) => Boolean): SshHostCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshHostCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshHostCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshHostCertificateList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshHostCertificateList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshHostCertificateList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.SshHostCertificateList.nextPageUri", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshHostCertificateList.uri", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "sshHostCertificates", "tail" : ": List[SshHostCertificate]", "member" : "com.ngrok.definitions.SshHostCertificateList.sshHostCertificates", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#sshHostCertificates:List[com.ngrok.definitions.SshHostCertificate]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshHostCertificateList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshUserCertificate", "shortDescription" : "A class encapsulating the SshUserCertificate resource.", "object" : "com\/ngrok\/definitions\/SshUserCertificate$.html", "members_object" : [{"label" : "decodeSshUserCertificate", "tail" : ": Decoder[SshUserCertificate]", "member" : "com.ngrok.definitions.SshUserCertificate.decodeSshUserCertificate", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#decodeSshUserCertificate:io.circe.Decoder[com.ngrok.definitions.SshUserCertificate]", "kind" : "implicit val"}, {"label" : "encodeSshUserCertificate", "tail" : ": Encoder[SshUserCertificate]", "member" : "com.ngrok.definitions.SshUserCertificate.encodeSshUserCertificate", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#encodeSshUserCertificate:io.circe.Encoder[com.ngrok.definitions.SshUserCertificate]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshUserCertificate) => Boolean, msg: => Any): SshUserCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshUserCertificate) => Boolean): SshUserCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshUserCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshUserCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshUserCertificate, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshUserCertificate, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshUserCertificate#", "error" : "unsupported entity"}, {"label" : "certificate", "tail" : ": String", "member" : "com.ngrok.definitions.SshUserCertificate.certificate", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#certificate:String", "kind" : "val"}, {"label" : "validUntil", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshUserCertificate.validUntil", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#validUntil:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "validAfter", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshUserCertificate.validAfter", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#validAfter:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "extensions", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.SshUserCertificate.extensions", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#extensions:Map[String,String]", "kind" : "val"}, {"label" : "criticalOptions", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.SshUserCertificate.criticalOptions", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#criticalOptions:Map[String,String]", "kind" : "val"}, {"label" : "principals", "tail" : ": List[String]", "member" : "com.ngrok.definitions.SshUserCertificate.principals", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#principals:List[String]", "kind" : "val"}, {"label" : "sshCertificateAuthorityId", "tail" : ": String", "member" : "com.ngrok.definitions.SshUserCertificate.sshCertificateAuthorityId", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#sshCertificateAuthorityId:String", "kind" : "val"}, {"label" : "keyType", "tail" : ": String", "member" : "com.ngrok.definitions.SshUserCertificate.keyType", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#keyType:String", "kind" : "val"}, {"label" : "publicKey", "tail" : ": String", "member" : "com.ngrok.definitions.SshUserCertificate.publicKey", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#publicKey:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.SshUserCertificate.metadata", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.SshUserCertificate.description", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshUserCertificate.createdAt", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshUserCertificate.uri", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.SshUserCertificate.id", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshUserCertificate.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshUserCertificateList", "shortDescription" : "A class encapsulating the SshUserCertificateList resource.", "object" : "com\/ngrok\/definitions\/SshUserCertificateList$.html", "members_object" : [{"label" : "decodeSshUserCertificateList", "tail" : ": Decoder[SshUserCertificateList]", "member" : "com.ngrok.definitions.SshUserCertificateList.decodeSshUserCertificateList", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#decodeSshUserCertificateList:io.circe.Decoder[com.ngrok.definitions.SshUserCertificateList]", "kind" : "implicit val"}, {"label" : "encodeSshUserCertificateList", "tail" : ": Encoder[SshUserCertificateList]", "member" : "com.ngrok.definitions.SshUserCertificateList.encodeSshUserCertificateList", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#encodeSshUserCertificateList:io.circe.Encoder[com.ngrok.definitions.SshUserCertificateList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshUserCertificateList) => Boolean, msg: => Any): SshUserCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshUserCertificateList) => Boolean): SshUserCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshUserCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshUserCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshUserCertificateList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshUserCertificateList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshUserCertificateList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.SshUserCertificateList.nextPageUri", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshUserCertificateList.uri", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "sshUserCertificates", "tail" : ": List[SshUserCertificate]", "member" : "com.ngrok.definitions.SshUserCertificateList.sshUserCertificates", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#sshUserCertificates:List[com.ngrok.definitions.SshUserCertificate]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshUserCertificateList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TcpEdge", "shortDescription" : "A class encapsulating the TcpEdge resource.", "object" : "com\/ngrok\/definitions\/TcpEdge$.html", "members_object" : [{"label" : "decodeTcpEdge", "tail" : ": Decoder[TcpEdge]", "member" : "com.ngrok.definitions.TcpEdge.decodeTcpEdge", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#decodeTcpEdge:io.circe.Decoder[com.ngrok.definitions.TcpEdge]", "kind" : "implicit val"}, {"label" : "encodeTcpEdge", "tail" : ": Encoder[TcpEdge]", "member" : "com.ngrok.definitions.TcpEdge.encodeTcpEdge", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#encodeTcpEdge:io.circe.Encoder[com.ngrok.definitions.TcpEdge]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TcpEdge$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TcpEdge.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TcpEdge.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdge) => Boolean, msg: => Any): TcpEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdge.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdge) => Boolean): TcpEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdge.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TcpEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdge.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TcpEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdge.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TcpEdge, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TcpEdge.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TcpEdge, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TcpEdge.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TcpEdge#", "error" : "unsupported entity"}, {"label" : "ipRestriction", "tail" : ": Option[EndpointIpPolicy]", "member" : "com.ngrok.definitions.TcpEdge.ipRestriction", "link" : "com\/ngrok\/definitions\/TcpEdge.html#ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "val"}, {"label" : "backend", "tail" : ": Option[EndpointBackend]", "member" : "com.ngrok.definitions.TcpEdge.backend", "link" : "com\/ngrok\/definitions\/TcpEdge.html#backend:Option[com.ngrok.definitions.EndpointBackend]", "kind" : "val"}, {"label" : "hostports", "tail" : ": Option[List[String]]", "member" : "com.ngrok.definitions.TcpEdge.hostports", "link" : "com\/ngrok\/definitions\/TcpEdge.html#hostports:Option[List[String]]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TcpEdge.uri", "link" : "com\/ngrok\/definitions\/TcpEdge.html#uri:java.net.URI", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.TcpEdge.createdAt", "link" : "com\/ngrok\/definitions\/TcpEdge.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.TcpEdge.metadata", "link" : "com\/ngrok\/definitions\/TcpEdge.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.TcpEdge.description", "link" : "com\/ngrok\/definitions\/TcpEdge.html#description:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.TcpEdge.id", "link" : "com\/ngrok\/definitions\/TcpEdge.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TcpEdge.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TcpEdge.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TcpEdge.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TcpEdge.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TcpEdge.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TcpEdge.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TcpEdge.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TcpEdge.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdge.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdge.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdge.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TcpEdge.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TcpEdge.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TcpEdge.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TcpEdge.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdge.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdge.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TcpEdge.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TcpEdgeList", "shortDescription" : "A class encapsulating the TcpEdgeList resource.", "object" : "com\/ngrok\/definitions\/TcpEdgeList$.html", "members_object" : [{"label" : "decodeTcpEdgeList", "tail" : ": Decoder[TcpEdgeList]", "member" : "com.ngrok.definitions.TcpEdgeList.decodeTcpEdgeList", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#decodeTcpEdgeList:io.circe.Decoder[com.ngrok.definitions.TcpEdgeList]", "kind" : "implicit val"}, {"label" : "encodeTcpEdgeList", "tail" : ": Encoder[TcpEdgeList]", "member" : "com.ngrok.definitions.TcpEdgeList.encodeTcpEdgeList", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#encodeTcpEdgeList:io.circe.Encoder[com.ngrok.definitions.TcpEdgeList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdgeList) => Boolean, msg: => Any): TcpEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdgeList) => Boolean): TcpEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TcpEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TcpEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TcpEdgeList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TcpEdgeList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TcpEdgeList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.TcpEdgeList.nextPageUri", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TcpEdgeList.uri", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "tcpEdges", "tail" : ": List[TcpEdge]", "member" : "com.ngrok.definitions.TcpEdgeList.tcpEdges", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#tcpEdges:List[com.ngrok.definitions.TcpEdge]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TcpEdgeList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TlsCertificate", "shortDescription" : "A class encapsulating the TlsCertificate resource.", "object" : "com\/ngrok\/definitions\/TlsCertificate$.html", "members_object" : [{"label" : "decodeTlsCertificate", "tail" : ": Decoder[TlsCertificate]", "member" : "com.ngrok.definitions.TlsCertificate.decodeTlsCertificate", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#decodeTlsCertificate:io.circe.Decoder[com.ngrok.definitions.TlsCertificate]", "kind" : "implicit val"}, {"label" : "encodeTlsCertificate", "tail" : ": Encoder[TlsCertificate]", "member" : "com.ngrok.definitions.TlsCertificate.encodeTlsCertificate", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#encodeTlsCertificate:io.circe.Encoder[com.ngrok.definitions.TlsCertificate]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificate) => Boolean, msg: => Any): TlsCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificate) => Boolean): TlsCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsCertificate, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsCertificate, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TlsCertificate#", "error" : "unsupported entity"}, {"label" : "subjectCountry", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.subjectCountry", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#subjectCountry:String", "kind" : "val"}, {"label" : "subjectProvince", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.subjectProvince", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#subjectProvince:String", "kind" : "val"}, {"label" : "subjectLocality", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.subjectLocality", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#subjectLocality:String", "kind" : "val"}, {"label" : "subjectOrganizationalUnit", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.subjectOrganizationalUnit", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#subjectOrganizationalUnit:String", "kind" : "val"}, {"label" : "subjectOrganization", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.subjectOrganization", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#subjectOrganization:String", "kind" : "val"}, {"label" : "serialNumber", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.serialNumber", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#serialNumber:String", "kind" : "val"}, {"label" : "issuerCommonName", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.issuerCommonName", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#issuerCommonName:String", "kind" : "val"}, {"label" : "privateKeyType", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.privateKeyType", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#privateKeyType:String", "kind" : "val"}, {"label" : "extendedKeyUsages", "tail" : ": List[String]", "member" : "com.ngrok.definitions.TlsCertificate.extendedKeyUsages", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#extendedKeyUsages:List[String]", "kind" : "val"}, {"label" : "keyUsages", "tail" : ": List[String]", "member" : "com.ngrok.definitions.TlsCertificate.keyUsages", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#keyUsages:List[String]", "kind" : "val"}, {"label" : "notAfter", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.TlsCertificate.notAfter", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#notAfter:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "notBefore", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.TlsCertificate.notBefore", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#notBefore:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "issuedAt", "tail" : ": Option[OffsetDateTime]", "member" : "com.ngrok.definitions.TlsCertificate.issuedAt", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#issuedAt:Option[java.time.OffsetDateTime]", "kind" : "val"}, {"label" : "subjectAlternativeNames", "tail" : ": TlsCertificateSaNs", "member" : "com.ngrok.definitions.TlsCertificate.subjectAlternativeNames", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#subjectAlternativeNames:com.ngrok.definitions.TlsCertificateSaNs", "kind" : "val"}, {"label" : "subjectCommonName", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.subjectCommonName", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#subjectCommonName:String", "kind" : "val"}, {"label" : "certificatePem", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.certificatePem", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#certificatePem:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.metadata", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.description", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.TlsCertificate.createdAt", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TlsCertificate.uri", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.id", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsCertificate.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TlsCertificate.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TlsCertificateList", "shortDescription" : "A class encapsulating the TlsCertificateList resource.", "object" : "com\/ngrok\/definitions\/TlsCertificateList$.html", "members_object" : [{"label" : "decodeTlsCertificateList", "tail" : ": Decoder[TlsCertificateList]", "member" : "com.ngrok.definitions.TlsCertificateList.decodeTlsCertificateList", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#decodeTlsCertificateList:io.circe.Decoder[com.ngrok.definitions.TlsCertificateList]", "kind" : "implicit val"}, {"label" : "encodeTlsCertificateList", "tail" : ": Encoder[TlsCertificateList]", "member" : "com.ngrok.definitions.TlsCertificateList.encodeTlsCertificateList", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#encodeTlsCertificateList:io.circe.Encoder[com.ngrok.definitions.TlsCertificateList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificateList) => Boolean, msg: => Any): TlsCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificateList) => Boolean): TlsCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsCertificateList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsCertificateList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TlsCertificateList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.TlsCertificateList.nextPageUri", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TlsCertificateList.uri", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "tlsCertificates", "tail" : ": List[TlsCertificate]", "member" : "com.ngrok.definitions.TlsCertificateList.tlsCertificates", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#tlsCertificates:List[com.ngrok.definitions.TlsCertificate]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TlsCertificateList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TlsCertificateSaNs", "shortDescription" : "A class encapsulating the TlsCertificateSaNs resource.", "object" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html", "members_object" : [{"label" : "decodeTlsCertificateSaNs", "tail" : ": Decoder[TlsCertificateSaNs]", "member" : "com.ngrok.definitions.TlsCertificateSaNs.decodeTlsCertificateSaNs", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#decodeTlsCertificateSaNs:io.circe.Decoder[com.ngrok.definitions.TlsCertificateSaNs]", "kind" : "implicit val"}, {"label" : "encodeTlsCertificateSaNs", "tail" : ": Encoder[TlsCertificateSaNs]", "member" : "com.ngrok.definitions.TlsCertificateSaNs.encodeTlsCertificateSaNs", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#encodeTlsCertificateSaNs:io.circe.Encoder[com.ngrok.definitions.TlsCertificateSaNs]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificateSaNs) => Boolean, msg: => Any): TlsCertificateSaNs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificateSaNs) => Boolean): TlsCertificateSaNs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsCertificateSaNs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsCertificateSaNs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsCertificateSaNs, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsCertificateSaNs, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TlsCertificateSaNs#", "error" : "unsupported entity"}, {"label" : "ips", "tail" : ": List[String]", "member" : "com.ngrok.definitions.TlsCertificateSaNs.ips", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#ips:List[String]", "kind" : "val"}, {"label" : "dnsNames", "tail" : ": List[String]", "member" : "com.ngrok.definitions.TlsCertificateSaNs.dnsNames", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#dnsNames:List[String]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TlsEdge", "shortDescription" : "A class encapsulating the TlsEdge resource.", "object" : "com\/ngrok\/definitions\/TlsEdge$.html", "members_object" : [{"label" : "decodeTlsEdge", "tail" : ": Decoder[TlsEdge]", "member" : "com.ngrok.definitions.TlsEdge.decodeTlsEdge", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#decodeTlsEdge:io.circe.Decoder[com.ngrok.definitions.TlsEdge]", "kind" : "implicit val"}, {"label" : "encodeTlsEdge", "tail" : ": Encoder[TlsEdge]", "member" : "com.ngrok.definitions.TlsEdge.encodeTlsEdge", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#encodeTlsEdge:io.circe.Encoder[com.ngrok.definitions.TlsEdge]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsEdge$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TlsEdge.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TlsEdge.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdge) => Boolean, msg: => Any): TlsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdge.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdge) => Boolean): TlsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdge.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdge.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdge.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsEdge, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TlsEdge.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsEdge, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TlsEdge.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TlsEdge#", "error" : "unsupported entity"}, {"label" : "tlsTermination", "tail" : ": Option[EndpointTlsTermination]", "member" : "com.ngrok.definitions.TlsEdge.tlsTermination", "link" : "com\/ngrok\/definitions\/TlsEdge.html#tlsTermination:Option[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "val"}, {"label" : "mutualTls", "tail" : ": Option[EndpointMutualTls]", "member" : "com.ngrok.definitions.TlsEdge.mutualTls", "link" : "com\/ngrok\/definitions\/TlsEdge.html#mutualTls:Option[com.ngrok.definitions.EndpointMutualTls]", "kind" : "val"}, {"label" : "ipRestriction", "tail" : ": Option[EndpointIpPolicy]", "member" : "com.ngrok.definitions.TlsEdge.ipRestriction", "link" : "com\/ngrok\/definitions\/TlsEdge.html#ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "val"}, {"label" : "backend", "tail" : ": Option[EndpointBackend]", "member" : "com.ngrok.definitions.TlsEdge.backend", "link" : "com\/ngrok\/definitions\/TlsEdge.html#backend:Option[com.ngrok.definitions.EndpointBackend]", "kind" : "val"}, {"label" : "hostports", "tail" : ": Option[List[String]]", "member" : "com.ngrok.definitions.TlsEdge.hostports", "link" : "com\/ngrok\/definitions\/TlsEdge.html#hostports:Option[List[String]]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TlsEdge.uri", "link" : "com\/ngrok\/definitions\/TlsEdge.html#uri:java.net.URI", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.TlsEdge.createdAt", "link" : "com\/ngrok\/definitions\/TlsEdge.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.TlsEdge.metadata", "link" : "com\/ngrok\/definitions\/TlsEdge.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.TlsEdge.description", "link" : "com\/ngrok\/definitions\/TlsEdge.html#description:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.TlsEdge.id", "link" : "com\/ngrok\/definitions\/TlsEdge.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TlsEdge.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsEdge.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsEdge.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsEdge.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsEdge.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsEdge.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsEdge.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsEdge.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdge.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdge.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdge.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsEdge.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsEdge.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsEdge.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsEdge.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdge.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdge.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TlsEdge.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TlsEdgeList", "shortDescription" : "A class encapsulating the TlsEdgeList resource.", "object" : "com\/ngrok\/definitions\/TlsEdgeList$.html", "members_object" : [{"label" : "decodeTlsEdgeList", "tail" : ": Decoder[TlsEdgeList]", "member" : "com.ngrok.definitions.TlsEdgeList.decodeTlsEdgeList", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#decodeTlsEdgeList:io.circe.Decoder[com.ngrok.definitions.TlsEdgeList]", "kind" : "implicit val"}, {"label" : "encodeTlsEdgeList", "tail" : ": Encoder[TlsEdgeList]", "member" : "com.ngrok.definitions.TlsEdgeList.encodeTlsEdgeList", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#encodeTlsEdgeList:io.circe.Encoder[com.ngrok.definitions.TlsEdgeList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeList) => Boolean, msg: => Any): TlsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeList) => Boolean): TlsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsEdgeList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsEdgeList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TlsEdgeList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.TlsEdgeList.nextPageUri", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TlsEdgeList.uri", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "tlsEdges", "tail" : ": List[TlsEdge]", "member" : "com.ngrok.definitions.TlsEdgeList.tlsEdges", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#tlsEdges:List[com.ngrok.definitions.TlsEdge]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TlsEdgeList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.Tunnel", "shortDescription" : "A class encapsulating the Tunnel resource.", "object" : "com\/ngrok\/definitions\/Tunnel$.html", "members_object" : [{"label" : "decodeTunnel", "tail" : ": Decoder[Tunnel]", "member" : "com.ngrok.definitions.Tunnel.decodeTunnel", "link" : "com\/ngrok\/definitions\/Tunnel$.html#decodeTunnel:io.circe.Decoder[com.ngrok.definitions.Tunnel]", "kind" : "implicit val"}, {"label" : "encodeTunnel", "tail" : ": Encoder[Tunnel]", "member" : "com.ngrok.definitions.Tunnel.encodeTunnel", "link" : "com\/ngrok\/definitions\/Tunnel$.html#encodeTunnel:io.circe.Encoder[com.ngrok.definitions.Tunnel]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Tunnel$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Tunnel$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Tunnel$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Tunnel$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Tunnel$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Tunnel$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Tunnel$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Tunnel$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Tunnel$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Tunnel$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Tunnel$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Tunnel$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/Tunnel$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Tunnel$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/Tunnel$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/Tunnel$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Tunnel$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Tunnel$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Tunnel$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/Tunnel.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/Tunnel.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Tunnel) => Boolean, msg: => Any): Tunnel", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Tunnel.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Tunnel) => Boolean): Tunnel", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Tunnel.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Tunnel", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Tunnel.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Tunnel", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Tunnel.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Tunnel, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/Tunnel.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Tunnel, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/Tunnel.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.Tunnel#", "error" : "unsupported entity"}, {"label" : "forwardsTo", "tail" : ": String", "member" : "com.ngrok.definitions.Tunnel.forwardsTo", "link" : "com\/ngrok\/definitions\/Tunnel.html#forwardsTo:String", "kind" : "val"}, {"label" : "backends", "tail" : ": Option[List[Ref]]", "member" : "com.ngrok.definitions.Tunnel.backends", "link" : "com\/ngrok\/definitions\/Tunnel.html#backends:Option[List[com.ngrok.definitions.Ref]]", "kind" : "val"}, {"label" : "labels", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.Tunnel.labels", "link" : "com\/ngrok\/definitions\/Tunnel.html#labels:Map[String,String]", "kind" : "val"}, {"label" : "endpoint", "tail" : ": Option[Ref]", "member" : "com.ngrok.definitions.Tunnel.endpoint", "link" : "com\/ngrok\/definitions\/Tunnel.html#endpoint:Option[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "tunnelSession", "tail" : ": Ref", "member" : "com.ngrok.definitions.Tunnel.tunnelSession", "link" : "com\/ngrok\/definitions\/Tunnel.html#tunnelSession:com.ngrok.definitions.Ref", "kind" : "val"}, {"label" : "region", "tail" : ": String", "member" : "com.ngrok.definitions.Tunnel.region", "link" : "com\/ngrok\/definitions\/Tunnel.html#region:String", "kind" : "val"}, {"label" : "proto", "tail" : ": String", "member" : "com.ngrok.definitions.Tunnel.proto", "link" : "com\/ngrok\/definitions\/Tunnel.html#proto:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.Tunnel.metadata", "link" : "com\/ngrok\/definitions\/Tunnel.html#metadata:String", "kind" : "val"}, {"label" : "startedAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.Tunnel.startedAt", "link" : "com\/ngrok\/definitions\/Tunnel.html#startedAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "publicUrl", "tail" : ": URI", "member" : "com.ngrok.definitions.Tunnel.publicUrl", "link" : "com\/ngrok\/definitions\/Tunnel.html#publicUrl:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.Tunnel.id", "link" : "com\/ngrok\/definitions\/Tunnel.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/Tunnel.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Tunnel.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Tunnel.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Tunnel.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Tunnel.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Tunnel.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Tunnel.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Tunnel.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Tunnel.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Tunnel.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Tunnel.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Tunnel.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Tunnel.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Tunnel.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Tunnel.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Tunnel.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Tunnel.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/Tunnel.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TunnelGroupBackend", "shortDescription" : "A class encapsulating the TunnelGroupBackend resource.", "object" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html", "members_object" : [{"label" : "decodeTunnelGroupBackend", "tail" : ": Decoder[TunnelGroupBackend]", "member" : "com.ngrok.definitions.TunnelGroupBackend.decodeTunnelGroupBackend", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#decodeTunnelGroupBackend:io.circe.Decoder[com.ngrok.definitions.TunnelGroupBackend]", "kind" : "implicit val"}, {"label" : "encodeTunnelGroupBackend", "tail" : ": Encoder[TunnelGroupBackend]", "member" : "com.ngrok.definitions.TunnelGroupBackend.encodeTunnelGroupBackend", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#encodeTunnelGroupBackend:io.circe.Encoder[com.ngrok.definitions.TunnelGroupBackend]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelGroupBackend) => Boolean, msg: => Any): TunnelGroupBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelGroupBackend) => Boolean): TunnelGroupBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TunnelGroupBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TunnelGroupBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TunnelGroupBackend, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TunnelGroupBackend, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TunnelGroupBackend#", "error" : "unsupported entity"}, {"label" : "tunnels", "tail" : ": List[Ref]", "member" : "com.ngrok.definitions.TunnelGroupBackend.tunnels", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#tunnels:List[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "labels", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.TunnelGroupBackend.labels", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#labels:Map[String,String]", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelGroupBackend.metadata", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelGroupBackend.description", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.TunnelGroupBackend.createdAt", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelGroupBackend.uri", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#uri:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelGroupBackend.id", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TunnelGroupBackend.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TunnelGroupBackendList", "shortDescription" : "A class encapsulating the TunnelGroupBackendList resource.", "object" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html", "members_object" : [{"label" : "decodeTunnelGroupBackendList", "tail" : ": Decoder[TunnelGroupBackendList]", "member" : "com.ngrok.definitions.TunnelGroupBackendList.decodeTunnelGroupBackendList", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#decodeTunnelGroupBackendList:io.circe.Decoder[com.ngrok.definitions.TunnelGroupBackendList]", "kind" : "implicit val"}, {"label" : "encodeTunnelGroupBackendList", "tail" : ": Encoder[TunnelGroupBackendList]", "member" : "com.ngrok.definitions.TunnelGroupBackendList.encodeTunnelGroupBackendList", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#encodeTunnelGroupBackendList:io.circe.Encoder[com.ngrok.definitions.TunnelGroupBackendList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelGroupBackendList) => Boolean, msg: => Any): TunnelGroupBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelGroupBackendList) => Boolean): TunnelGroupBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TunnelGroupBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TunnelGroupBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TunnelGroupBackendList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TunnelGroupBackendList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TunnelGroupBackendList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.TunnelGroupBackendList.nextPageUri", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TunnelGroupBackendList.uri", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "backends", "tail" : ": List[TunnelGroupBackend]", "member" : "com.ngrok.definitions.TunnelGroupBackendList.backends", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#backends:List[com.ngrok.definitions.TunnelGroupBackend]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TunnelList", "shortDescription" : "A class encapsulating the TunnelList resource.", "object" : "com\/ngrok\/definitions\/TunnelList$.html", "members_object" : [{"label" : "decodeTunnelList", "tail" : ": Decoder[TunnelList]", "member" : "com.ngrok.definitions.TunnelList.decodeTunnelList", "link" : "com\/ngrok\/definitions\/TunnelList$.html#decodeTunnelList:io.circe.Decoder[com.ngrok.definitions.TunnelList]", "kind" : "implicit val"}, {"label" : "encodeTunnelList", "tail" : ": Encoder[TunnelList]", "member" : "com.ngrok.definitions.TunnelList.encodeTunnelList", "link" : "com\/ngrok\/definitions\/TunnelList$.html#encodeTunnelList:io.circe.Encoder[com.ngrok.definitions.TunnelList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TunnelList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TunnelList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TunnelList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TunnelList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TunnelList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelList) => Boolean, msg: => Any): TunnelList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelList) => Boolean): TunnelList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TunnelList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TunnelList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TunnelList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TunnelList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TunnelList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TunnelList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TunnelList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.TunnelList.nextPageUri", "link" : "com\/ngrok\/definitions\/TunnelList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TunnelList.uri", "link" : "com\/ngrok\/definitions\/TunnelList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "tunnels", "tail" : ": List[Tunnel]", "member" : "com.ngrok.definitions.TunnelList.tunnels", "link" : "com\/ngrok\/definitions\/TunnelList.html#tunnels:List[com.ngrok.definitions.Tunnel]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TunnelList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TunnelList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TunnelSession", "shortDescription" : "A class encapsulating the TunnelSession resource.", "object" : "com\/ngrok\/definitions\/TunnelSession$.html", "members_object" : [{"label" : "decodeTunnelSession", "tail" : ": Decoder[TunnelSession]", "member" : "com.ngrok.definitions.TunnelSession.decodeTunnelSession", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#decodeTunnelSession:io.circe.Decoder[com.ngrok.definitions.TunnelSession]", "kind" : "implicit val"}, {"label" : "encodeTunnelSession", "tail" : ": Encoder[TunnelSession]", "member" : "com.ngrok.definitions.TunnelSession.encodeTunnelSession", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#encodeTunnelSession:io.circe.Encoder[com.ngrok.definitions.TunnelSession]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelSession$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TunnelSession.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TunnelSession.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelSession) => Boolean, msg: => Any): TunnelSession", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSession.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelSession) => Boolean): TunnelSession", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSession.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TunnelSession", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSession.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TunnelSession", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSession.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TunnelSession, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TunnelSession.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TunnelSession, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TunnelSession.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TunnelSession#", "error" : "unsupported entity"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TunnelSession.uri", "link" : "com\/ngrok\/definitions\/TunnelSession.html#uri:java.net.URI", "kind" : "val"}, {"label" : "transport", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelSession.transport", "link" : "com\/ngrok\/definitions\/TunnelSession.html#transport:String", "kind" : "val"}, {"label" : "startedAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.TunnelSession.startedAt", "link" : "com\/ngrok\/definitions\/TunnelSession.html#startedAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "region", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelSession.region", "link" : "com\/ngrok\/definitions\/TunnelSession.html#region:String", "kind" : "val"}, {"label" : "os", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelSession.os", "link" : "com\/ngrok\/definitions\/TunnelSession.html#os:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelSession.metadata", "link" : "com\/ngrok\/definitions\/TunnelSession.html#metadata:String", "kind" : "val"}, {"label" : "ip", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelSession.ip", "link" : "com\/ngrok\/definitions\/TunnelSession.html#ip:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelSession.id", "link" : "com\/ngrok\/definitions\/TunnelSession.html#id:String", "kind" : "val"}, {"label" : "credential", "tail" : ": Ref", "member" : "com.ngrok.definitions.TunnelSession.credential", "link" : "com\/ngrok\/definitions\/TunnelSession.html#credential:com.ngrok.definitions.Ref", "kind" : "val"}, {"label" : "agentVersion", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelSession.agentVersion", "link" : "com\/ngrok\/definitions\/TunnelSession.html#agentVersion:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TunnelSession.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelSession.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelSession.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelSession.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelSession.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelSession.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelSession.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelSession.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSession.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSession.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSession.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelSession.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelSession.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelSession.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelSession.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSession.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSession.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TunnelSession.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TunnelSessionList", "shortDescription" : "A class encapsulating the TunnelSessionList resource.", "object" : "com\/ngrok\/definitions\/TunnelSessionList$.html", "members_object" : [{"label" : "decodeTunnelSessionList", "tail" : ": Decoder[TunnelSessionList]", "member" : "com.ngrok.definitions.TunnelSessionList.decodeTunnelSessionList", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#decodeTunnelSessionList:io.circe.Decoder[com.ngrok.definitions.TunnelSessionList]", "kind" : "implicit val"}, {"label" : "encodeTunnelSessionList", "tail" : ": Encoder[TunnelSessionList]", "member" : "com.ngrok.definitions.TunnelSessionList.encodeTunnelSessionList", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#encodeTunnelSessionList:io.circe.Encoder[com.ngrok.definitions.TunnelSessionList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelSessionList) => Boolean, msg: => Any): TunnelSessionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelSessionList) => Boolean): TunnelSessionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TunnelSessionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TunnelSessionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TunnelSessionList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TunnelSessionList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TunnelSessionList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.TunnelSessionList.nextPageUri", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TunnelSessionList.uri", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "tunnelSessions", "tail" : ": List[TunnelSession]", "member" : "com.ngrok.definitions.TunnelSessionList.tunnelSessions", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#tunnelSessions:List[com.ngrok.definitions.TunnelSession]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TunnelSessionList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.WeightedBackend", "shortDescription" : "A class encapsulating the WeightedBackend resource.", "object" : "com\/ngrok\/definitions\/WeightedBackend$.html", "members_object" : [{"label" : "decodeWeightedBackend", "tail" : ": Decoder[WeightedBackend]", "member" : "com.ngrok.definitions.WeightedBackend.decodeWeightedBackend", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#decodeWeightedBackend:io.circe.Decoder[com.ngrok.definitions.WeightedBackend]", "kind" : "implicit val"}, {"label" : "encodeWeightedBackend", "tail" : ": Encoder[WeightedBackend]", "member" : "com.ngrok.definitions.WeightedBackend.encodeWeightedBackend", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#encodeWeightedBackend:io.circe.Encoder[com.ngrok.definitions.WeightedBackend]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (WeightedBackend) => Boolean, msg: => Any): WeightedBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (WeightedBackend) => Boolean): WeightedBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): WeightedBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): WeightedBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (WeightedBackend, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (WeightedBackend, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.WeightedBackend#", "error" : "unsupported entity"}, {"label" : "backends", "tail" : ": Map[String, Long]", "member" : "com.ngrok.definitions.WeightedBackend.backends", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#backends:Map[String,Long]", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.WeightedBackend.metadata", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.WeightedBackend.description", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.WeightedBackend.createdAt", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": String", "member" : "com.ngrok.definitions.WeightedBackend.uri", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#uri:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.WeightedBackend.id", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/WeightedBackend.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/WeightedBackend.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.WeightedBackendList", "shortDescription" : "A class encapsulating the WeightedBackendList resource.", "object" : "com\/ngrok\/definitions\/WeightedBackendList$.html", "members_object" : [{"label" : "decodeWeightedBackendList", "tail" : ": Decoder[WeightedBackendList]", "member" : "com.ngrok.definitions.WeightedBackendList.decodeWeightedBackendList", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#decodeWeightedBackendList:io.circe.Decoder[com.ngrok.definitions.WeightedBackendList]", "kind" : "implicit val"}, {"label" : "encodeWeightedBackendList", "tail" : ": Encoder[WeightedBackendList]", "member" : "com.ngrok.definitions.WeightedBackendList.encodeWeightedBackendList", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#encodeWeightedBackendList:io.circe.Encoder[com.ngrok.definitions.WeightedBackendList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (WeightedBackendList) => Boolean, msg: => Any): WeightedBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (WeightedBackendList) => Boolean): WeightedBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): WeightedBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): WeightedBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (WeightedBackendList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (WeightedBackendList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.WeightedBackendList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.WeightedBackendList.nextPageUri", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.WeightedBackendList.uri", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "backends", "tail" : ": List[WeightedBackend]", "member" : "com.ngrok.definitions.WeightedBackendList.backends", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#backends:List[com.ngrok.definitions.WeightedBackend]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/WeightedBackendList.html", "kind" : "case class"}], "com.ngrok.services" : [{"name" : "com.ngrok.services.AbuseReports", "shortDescription" : "", "object" : "com\/ngrok\/services\/AbuseReports$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/AbuseReports.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/AbuseReports.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AbuseReports) => Boolean, msg: => Any): AbuseReports", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AbuseReports.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AbuseReports) => Boolean): AbuseReports", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AbuseReports.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AbuseReports", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AbuseReports.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AbuseReports", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AbuseReports.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AbuseReports, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/AbuseReports.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AbuseReports, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/AbuseReports.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[AbuseReport]", "member" : "com.ngrok.services.AbuseReports.get", "link" : "com\/ngrok\/services\/AbuseReports.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.AbuseReport]", "kind" : "def"}, {"label" : "create", "tail" : "(urls: List[URI], metadata: Option[String]): Future[AbuseReport]", "member" : "com.ngrok.services.AbuseReports.create", "link" : "com\/ngrok\/services\/AbuseReports.html#create(urls:List[java.net.URI],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.AbuseReport]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/AbuseReports.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/AbuseReports.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/AbuseReports.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/AbuseReports.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/AbuseReports.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/AbuseReports.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/AbuseReports.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AbuseReports.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AbuseReports.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AbuseReports.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/AbuseReports.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/AbuseReports.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/AbuseReports.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/AbuseReports.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/AbuseReports.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/AbuseReports.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/AbuseReports.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/AbuseReports.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/AbuseReports.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/AbuseReports$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/AbuseReports$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/AbuseReports$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/AbuseReports$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/AbuseReports$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/AbuseReports$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/AbuseReports$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AbuseReports$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AbuseReports$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AbuseReports$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/AbuseReports$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/AbuseReports$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/AbuseReports$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/AbuseReports$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/AbuseReports$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/AbuseReports$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/AbuseReports$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/AbuseReports$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/AbuseReports$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/AbuseReports.html", "kind" : "object"}, {"name" : "com.ngrok.services.AgentIngresses", "shortDescription" : "", "object" : "com\/ngrok\/services\/AgentIngresses$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/AgentIngresses.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/AgentIngresses.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AgentIngresses) => Boolean, msg: => Any): AgentIngresses", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AgentIngresses.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AgentIngresses) => Boolean): AgentIngresses", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AgentIngresses.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AgentIngresses", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AgentIngresses.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AgentIngresses", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AgentIngresses.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AgentIngresses, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/AgentIngresses.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AgentIngresses, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/AgentIngresses.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[AgentIngress]", "member" : "com.ngrok.services.AgentIngresses.update", "link" : "com\/ngrok\/services\/AgentIngresses.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.AgentIngress]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[AgentIngressList]]", "member" : "com.ngrok.services.AgentIngresses.list", "link" : "com\/ngrok\/services\/AgentIngresses.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.AgentIngressList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[AgentIngress]", "member" : "com.ngrok.services.AgentIngresses.get", "link" : "com\/ngrok\/services\/AgentIngresses.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.AgentIngress]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.AgentIngresses.delete", "link" : "com\/ngrok\/services\/AgentIngresses.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(domain: String, description: Option[String], metadata: Option[String]): Future[AgentIngress]", "member" : "com.ngrok.services.AgentIngresses.create", "link" : "com\/ngrok\/services\/AgentIngresses.html#create(domain:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.AgentIngress]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/AgentIngresses.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/AgentIngresses.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/AgentIngresses.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/AgentIngresses.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/AgentIngresses.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/AgentIngresses.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/AgentIngresses.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AgentIngresses.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AgentIngresses.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AgentIngresses.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/AgentIngresses.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/AgentIngresses.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/AgentIngresses.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/AgentIngresses.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/AgentIngresses.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/AgentIngresses.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/AgentIngresses.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/AgentIngresses.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/AgentIngresses.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/AgentIngresses$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/AgentIngresses$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/AgentIngresses$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/AgentIngresses$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/AgentIngresses$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/AgentIngresses$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/AgentIngresses$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AgentIngresses$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AgentIngresses$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AgentIngresses$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/AgentIngresses$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/AgentIngresses$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/AgentIngresses$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/AgentIngresses$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/AgentIngresses$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/AgentIngresses$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/AgentIngresses$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/AgentIngresses$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/AgentIngresses$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/AgentIngresses.html", "kind" : "object"}, {"name" : "com.ngrok.services.ApiKeys", "shortDescription" : "", "object" : "com\/ngrok\/services\/ApiKeys$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/ApiKeys.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/ApiKeys.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ApiKeys) => Boolean, msg: => Any): ApiKeys", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ApiKeys.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ApiKeys) => Boolean): ApiKeys", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ApiKeys.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ApiKeys", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ApiKeys.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ApiKeys", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ApiKeys.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ApiKeys, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/ApiKeys.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ApiKeys, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/ApiKeys.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[ApiKey]", "member" : "com.ngrok.services.ApiKeys.update", "link" : "com\/ngrok\/services\/ApiKeys.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.ApiKey]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[ApiKeyList]]", "member" : "com.ngrok.services.ApiKeys.list", "link" : "com\/ngrok\/services\/ApiKeys.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.ApiKeyList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[ApiKey]", "member" : "com.ngrok.services.ApiKeys.get", "link" : "com\/ngrok\/services\/ApiKeys.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.ApiKey]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.ApiKeys.delete", "link" : "com\/ngrok\/services\/ApiKeys.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String]): Future[ApiKey]", "member" : "com.ngrok.services.ApiKeys.create", "link" : "com\/ngrok\/services\/ApiKeys.html#create(description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.ApiKey]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/ApiKeys.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/ApiKeys.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/ApiKeys.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/ApiKeys.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/ApiKeys.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/ApiKeys.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/ApiKeys.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ApiKeys.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ApiKeys.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ApiKeys.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/ApiKeys.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/ApiKeys.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/ApiKeys.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/ApiKeys.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/ApiKeys.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/ApiKeys.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/ApiKeys.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/ApiKeys.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/ApiKeys.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/ApiKeys$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/ApiKeys$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/ApiKeys$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/ApiKeys$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/ApiKeys$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/ApiKeys$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/ApiKeys$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ApiKeys$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ApiKeys$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ApiKeys$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/ApiKeys$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/ApiKeys$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/ApiKeys$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/ApiKeys$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/ApiKeys$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/ApiKeys$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/ApiKeys$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/ApiKeys$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/ApiKeys$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/ApiKeys.html", "kind" : "object"}, {"name" : "com.ngrok.services.CertificateAuthorities", "shortDescription" : "", "object" : "com\/ngrok\/services\/CertificateAuthorities$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CertificateAuthorities) => Boolean, msg: => Any): CertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CertificateAuthorities) => Boolean): CertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): CertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): CertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (CertificateAuthorities, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (CertificateAuthorities, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[CertificateAuthority]", "member" : "com.ngrok.services.CertificateAuthorities.update", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.CertificateAuthority]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[CertificateAuthorityList]]", "member" : "com.ngrok.services.CertificateAuthorities.list", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.CertificateAuthorityList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[CertificateAuthority]", "member" : "com.ngrok.services.CertificateAuthorities.get", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.CertificateAuthority]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.CertificateAuthorities.delete", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(caPem: String, description: Option[String], metadata: Option[String]): Future[CertificateAuthority]", "member" : "com.ngrok.services.CertificateAuthorities.create", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#create(caPem:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.CertificateAuthority]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/CertificateAuthorities.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/CertificateAuthorities.html", "kind" : "object"}, {"name" : "com.ngrok.services.Credentials", "shortDescription" : "", "object" : "com\/ngrok\/services\/Credentials$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/Credentials.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/Credentials.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Credentials) => Boolean, msg: => Any): Credentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Credentials.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Credentials) => Boolean): Credentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Credentials.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Credentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Credentials.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Credentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Credentials.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Credentials, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/Credentials.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Credentials, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/Credentials.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], acl: Option[List[String]]): Future[Credential]", "member" : "com.ngrok.services.Credentials.update", "link" : "com\/ngrok\/services\/Credentials.html#update(id:String,description:Option[String],metadata:Option[String],acl:Option[List[String]]):scala.concurrent.Future[com.ngrok.definitions.Credential]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[CredentialList]]", "member" : "com.ngrok.services.Credentials.list", "link" : "com\/ngrok\/services\/Credentials.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.CredentialList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[Credential]", "member" : "com.ngrok.services.Credentials.get", "link" : "com\/ngrok\/services\/Credentials.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.Credential]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.Credentials.delete", "link" : "com\/ngrok\/services\/Credentials.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], acl: Option[List[String]]): Future[Credential]", "member" : "com.ngrok.services.Credentials.create", "link" : "com\/ngrok\/services\/Credentials.html#create(description:Option[String],metadata:Option[String],acl:Option[List[String]]):scala.concurrent.Future[com.ngrok.definitions.Credential]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/Credentials.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/Credentials.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/Credentials.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/Credentials.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/Credentials.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/Credentials.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/Credentials.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Credentials.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Credentials.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Credentials.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/Credentials.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/Credentials.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/Credentials.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/Credentials.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/Credentials.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/Credentials.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/Credentials.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/Credentials.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/Credentials.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/Credentials$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/Credentials$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/Credentials$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/Credentials$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/Credentials$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/Credentials$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/Credentials$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Credentials$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Credentials$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Credentials$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/Credentials$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/Credentials$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/Credentials$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/Credentials$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/Credentials$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/Credentials$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/Credentials$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/Credentials$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/Credentials$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/Credentials.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteBackendModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteBackendModule) => Boolean, msg: => Any): EdgeRouteBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteBackendModule) => Boolean): EdgeRouteBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteBackendModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteBackendModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteBackendModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointBackend]", "member" : "com.ngrok.services.EdgeRouteBackendModule.get", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointBackend]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointBackendMutate]): Future[EndpointBackend]", "member" : "com.ngrok.services.EdgeRouteBackendModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointBackendMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointBackend]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteBackendModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteCircuitBreakerModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteCircuitBreakerModule) => Boolean, msg: => Any): EdgeRouteCircuitBreakerModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteCircuitBreakerModule) => Boolean): EdgeRouteCircuitBreakerModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteCircuitBreakerModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteCircuitBreakerModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteCircuitBreakerModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteCircuitBreakerModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteCircuitBreakerModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointCircuitBreaker]", "member" : "com.ngrok.services.EdgeRouteCircuitBreakerModule.get", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointCircuitBreaker]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointCircuitBreaker]): Future[EndpointCircuitBreaker]", "member" : "com.ngrok.services.EdgeRouteCircuitBreakerModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointCircuitBreaker]):scala.concurrent.Future[com.ngrok.definitions.EndpointCircuitBreaker]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteCompressionModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteCompressionModule) => Boolean, msg: => Any): EdgeRouteCompressionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteCompressionModule) => Boolean): EdgeRouteCompressionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteCompressionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteCompressionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteCompressionModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteCompressionModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteCompressionModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointCompression]", "member" : "com.ngrok.services.EdgeRouteCompressionModule.get", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointCompression]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointCompression]): Future[EndpointCompression]", "member" : "com.ngrok.services.EdgeRouteCompressionModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointCompression]):scala.concurrent.Future[com.ngrok.definitions.EndpointCompression]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteIpRestrictionModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteIpRestrictionModule) => Boolean, msg: => Any): EdgeRouteIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteIpRestrictionModule) => Boolean): EdgeRouteIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteIpRestrictionModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteIpRestrictionModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteIpRestrictionModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointIpPolicy]", "member" : "com.ngrok.services.EdgeRouteIpRestrictionModule.get", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointIpPolicyMutate]): Future[EndpointIpPolicy]", "member" : "com.ngrok.services.EdgeRouteIpRestrictionModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointIpPolicyMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteOAuthModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteOAuthModule) => Boolean, msg: => Any): EdgeRouteOAuthModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteOAuthModule) => Boolean): EdgeRouteOAuthModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteOAuthModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteOAuthModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteOAuthModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteOAuthModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteOAuthModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointOAuth]", "member" : "com.ngrok.services.EdgeRouteOAuthModule.get", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointOAuth]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointOAuth]): Future[EndpointOAuth]", "member" : "com.ngrok.services.EdgeRouteOAuthModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointOAuth]):scala.concurrent.Future[com.ngrok.definitions.EndpointOAuth]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteOidcModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteOidcModule) => Boolean, msg: => Any): EdgeRouteOidcModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteOidcModule) => Boolean): EdgeRouteOidcModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteOidcModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteOidcModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteOidcModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteOidcModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteOidcModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointOidc]", "member" : "com.ngrok.services.EdgeRouteOidcModule.get", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointOidc]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointOidc]): Future[EndpointOidc]", "member" : "com.ngrok.services.EdgeRouteOidcModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointOidc]):scala.concurrent.Future[com.ngrok.definitions.EndpointOidc]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteOidcModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteRequestHeadersModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteRequestHeadersModule) => Boolean, msg: => Any): EdgeRouteRequestHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteRequestHeadersModule) => Boolean): EdgeRouteRequestHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteRequestHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteRequestHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteRequestHeadersModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteRequestHeadersModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteRequestHeadersModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointRequestHeaders]", "member" : "com.ngrok.services.EdgeRouteRequestHeadersModule.get", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointRequestHeaders]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointRequestHeaders]): Future[EndpointRequestHeaders]", "member" : "com.ngrok.services.EdgeRouteRequestHeadersModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointRequestHeaders]):scala.concurrent.Future[com.ngrok.definitions.EndpointRequestHeaders]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteResponseHeadersModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteResponseHeadersModule) => Boolean, msg: => Any): EdgeRouteResponseHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteResponseHeadersModule) => Boolean): EdgeRouteResponseHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteResponseHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteResponseHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteResponseHeadersModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteResponseHeadersModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteResponseHeadersModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointResponseHeaders]", "member" : "com.ngrok.services.EdgeRouteResponseHeadersModule.get", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointResponseHeaders]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointResponseHeaders]): Future[EndpointResponseHeaders]", "member" : "com.ngrok.services.EdgeRouteResponseHeadersModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointResponseHeaders]):scala.concurrent.Future[com.ngrok.definitions.EndpointResponseHeaders]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteSamlModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteSamlModule) => Boolean, msg: => Any): EdgeRouteSamlModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteSamlModule) => Boolean): EdgeRouteSamlModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteSamlModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteSamlModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteSamlModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteSamlModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteSamlModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointSaml]", "member" : "com.ngrok.services.EdgeRouteSamlModule.get", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointSaml]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointSamlMutate]): Future[EndpointSaml]", "member" : "com.ngrok.services.EdgeRouteSamlModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointSamlMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointSaml]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteSamlModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteWebhookVerificationModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteWebhookVerificationModule) => Boolean, msg: => Any): EdgeRouteWebhookVerificationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteWebhookVerificationModule) => Boolean): EdgeRouteWebhookVerificationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteWebhookVerificationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteWebhookVerificationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteWebhookVerificationModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteWebhookVerificationModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteWebhookVerificationModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointWebhookValidation]", "member" : "com.ngrok.services.EdgeRouteWebhookVerificationModule.get", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointWebhookValidation]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointWebhookValidation]): Future[EndpointWebhookValidation]", "member" : "com.ngrok.services.EdgeRouteWebhookVerificationModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointWebhookValidation]):scala.concurrent.Future[com.ngrok.definitions.EndpointWebhookValidation]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteWebsocketTcpConverterModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteWebsocketTcpConverterModule) => Boolean, msg: => Any): EdgeRouteWebsocketTcpConverterModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteWebsocketTcpConverterModule) => Boolean): EdgeRouteWebsocketTcpConverterModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteWebsocketTcpConverterModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteWebsocketTcpConverterModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteWebsocketTcpConverterModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteWebsocketTcpConverterModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteWebsocketTcpConverterModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointWebsocketTcpConverter]", "member" : "com.ngrok.services.EdgeRouteWebsocketTcpConverterModule.get", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointWebsocketTcpConverter]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointWebsocketTcpConverter]): Future[EndpointWebsocketTcpConverter]", "member" : "com.ngrok.services.EdgeRouteWebsocketTcpConverterModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointWebsocketTcpConverter]):scala.concurrent.Future[com.ngrok.definitions.EndpointWebsocketTcpConverter]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgesHttps", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgesHttps$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgesHttps.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgesHttps.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesHttps) => Boolean, msg: => Any): EdgesHttps", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttps.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesHttps) => Boolean): EdgesHttps", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttps.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgesHttps", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttps.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgesHttps", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttps.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgesHttps, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgesHttps.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgesHttps, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgesHttps.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.EdgesHttps.delete", "link" : "com\/ngrok\/services\/EdgesHttps.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], hostports: Option[List[String]], mutualTls: Option[EndpointMutualTlsMutate], tlsTermination: Option[EndpointTlsTerminationAtEdge]): Future[HttpsEdge]", "member" : "com.ngrok.services.EdgesHttps.update", "link" : "com\/ngrok\/services\/EdgesHttps.html#update(id:String,description:Option[String],metadata:Option[String],hostports:Option[List[String]],mutualTls:Option[com.ngrok.definitions.EndpointMutualTlsMutate],tlsTermination:Option[com.ngrok.definitions.EndpointTlsTerminationAtEdge]):scala.concurrent.Future[com.ngrok.definitions.HttpsEdge]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[HttpsEdgeList]]", "member" : "com.ngrok.services.EdgesHttps.list", "link" : "com\/ngrok\/services\/EdgesHttps.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.HttpsEdgeList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[HttpsEdge]", "member" : "com.ngrok.services.EdgesHttps.get", "link" : "com\/ngrok\/services\/EdgesHttps.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.HttpsEdge]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], hostports: Option[List[String]], mutualTls: Option[EndpointMutualTlsMutate], tlsTermination: Option[EndpointTlsTerminationAtEdge]): Future[HttpsEdge]", "member" : "com.ngrok.services.EdgesHttps.create", "link" : "com\/ngrok\/services\/EdgesHttps.html#create(description:Option[String],metadata:Option[String],hostports:Option[List[String]],mutualTls:Option[com.ngrok.definitions.EndpointMutualTlsMutate],tlsTermination:Option[com.ngrok.definitions.EndpointTlsTerminationAtEdge]):scala.concurrent.Future[com.ngrok.definitions.HttpsEdge]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesHttps.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesHttps.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesHttps.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesHttps.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesHttps.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesHttps.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesHttps.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttps.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttps.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttps.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesHttps.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesHttps.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesHttps.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesHttps.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesHttps.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesHttps.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesHttps.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttps.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttps.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesHttps$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesHttps$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesHttps$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesHttps$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesHttps$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesHttps$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesHttps$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttps$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttps$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttps$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesHttps$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesHttps$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesHttps$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesHttps$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesHttps$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesHttps$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesHttps$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttps$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttps$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgesHttps.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgesHttpsRoutes", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesHttpsRoutes) => Boolean, msg: => Any): EdgesHttpsRoutes", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesHttpsRoutes) => Boolean): EdgesHttpsRoutes", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgesHttpsRoutes", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgesHttpsRoutes", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgesHttpsRoutes, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgesHttpsRoutes, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgesHttpsRoutes.delete", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "update", "tail" : "(edgeId: String, id: String, matchType: Option[String], match: Option[String], description: Option[String], metadata: Option[String], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate], circuitBreaker: Option[EndpointCircuitBreaker], compression: Option[EndpointCompression], requestHeaders: Option[EndpointRequestHeaders], responseHeaders: Option[EndpointResponseHeaders], webhookVerification: Option[EndpointWebhookValidation], oauth: Option[EndpointOAuth], saml: Option[EndpointSamlMutate], oidc: Option[EndpointOidc], websocketTcpConverter: Option[EndpointWebsocketTcpConverter]): Future[HttpsEdgeRoute]", "member" : "com.ngrok.services.EdgesHttpsRoutes.update", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#update(edgeId:String,id:String,matchType:Option[String],match:Option[String],description:Option[String],metadata:Option[String],backend:Option[com.ngrok.definitions.EndpointBackendMutate],ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicyMutate],circuitBreaker:Option[com.ngrok.definitions.EndpointCircuitBreaker],compression:Option[com.ngrok.definitions.EndpointCompression],requestHeaders:Option[com.ngrok.definitions.EndpointRequestHeaders],responseHeaders:Option[com.ngrok.definitions.EndpointResponseHeaders],webhookVerification:Option[com.ngrok.definitions.EndpointWebhookValidation],oauth:Option[com.ngrok.definitions.EndpointOAuth],saml:Option[com.ngrok.definitions.EndpointSamlMutate],oidc:Option[com.ngrok.definitions.EndpointOidc],websocketTcpConverter:Option[com.ngrok.definitions.EndpointWebsocketTcpConverter]):scala.concurrent.Future[com.ngrok.definitions.HttpsEdgeRoute]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[HttpsEdgeRoute]", "member" : "com.ngrok.services.EdgesHttpsRoutes.get", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.HttpsEdgeRoute]", "kind" : "def"}, {"label" : "create", "tail" : "(edgeId: String, matchType: String, match: String, description: Option[String], metadata: Option[String], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate], circuitBreaker: Option[EndpointCircuitBreaker], compression: Option[EndpointCompression], requestHeaders: Option[EndpointRequestHeaders], responseHeaders: Option[EndpointResponseHeaders], webhookVerification: Option[EndpointWebhookValidation], oauth: Option[EndpointOAuth], saml: Option[EndpointSamlMutate], oidc: Option[EndpointOidc], websocketTcpConverter: Option[EndpointWebsocketTcpConverter]): Future[HttpsEdgeRoute]", "member" : "com.ngrok.services.EdgesHttpsRoutes.create", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#create(edgeId:String,matchType:String,match:String,description:Option[String],metadata:Option[String],backend:Option[com.ngrok.definitions.EndpointBackendMutate],ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicyMutate],circuitBreaker:Option[com.ngrok.definitions.EndpointCircuitBreaker],compression:Option[com.ngrok.definitions.EndpointCompression],requestHeaders:Option[com.ngrok.definitions.EndpointRequestHeaders],responseHeaders:Option[com.ngrok.definitions.EndpointResponseHeaders],webhookVerification:Option[com.ngrok.definitions.EndpointWebhookValidation],oauth:Option[com.ngrok.definitions.EndpointOAuth],saml:Option[com.ngrok.definitions.EndpointSamlMutate],oidc:Option[com.ngrok.definitions.EndpointOidc],websocketTcpConverter:Option[com.ngrok.definitions.EndpointWebsocketTcpConverter]):scala.concurrent.Future[com.ngrok.definitions.HttpsEdgeRoute]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgesHttpsRoutes.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgesTcp", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgesTcp$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgesTcp.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgesTcp.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesTcp) => Boolean, msg: => Any): EdgesTcp", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTcp.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesTcp) => Boolean): EdgesTcp", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTcp.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgesTcp", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTcp.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgesTcp", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTcp.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgesTcp, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgesTcp.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgesTcp, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgesTcp.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.EdgesTcp.delete", "link" : "com\/ngrok\/services\/EdgesTcp.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], hostports: Option[List[String]], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate]): Future[TcpEdge]", "member" : "com.ngrok.services.EdgesTcp.update", "link" : "com\/ngrok\/services\/EdgesTcp.html#update(id:String,description:Option[String],metadata:Option[String],hostports:Option[List[String]],backend:Option[com.ngrok.definitions.EndpointBackendMutate],ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicyMutate]):scala.concurrent.Future[com.ngrok.definitions.TcpEdge]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[TcpEdgeList]]", "member" : "com.ngrok.services.EdgesTcp.list", "link" : "com\/ngrok\/services\/EdgesTcp.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.TcpEdgeList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[TcpEdge]", "member" : "com.ngrok.services.EdgesTcp.get", "link" : "com\/ngrok\/services\/EdgesTcp.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.TcpEdge]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], hostports: Option[List[String]], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate]): Future[TcpEdge]", "member" : "com.ngrok.services.EdgesTcp.create", "link" : "com\/ngrok\/services\/EdgesTcp.html#create(description:Option[String],metadata:Option[String],hostports:Option[List[String]],backend:Option[com.ngrok.definitions.EndpointBackendMutate],ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicyMutate]):scala.concurrent.Future[com.ngrok.definitions.TcpEdge]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesTcp.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesTcp.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesTcp.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesTcp.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesTcp.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesTcp.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesTcp.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTcp.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTcp.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTcp.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesTcp.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesTcp.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesTcp.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesTcp.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesTcp.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesTcp.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesTcp.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesTcp.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesTcp.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesTcp$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesTcp$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesTcp$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesTcp$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesTcp$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesTcp$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesTcp$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTcp$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTcp$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTcp$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesTcp$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesTcp$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesTcp$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesTcp$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesTcp$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesTcp$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesTcp$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesTcp$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesTcp$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgesTcp.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgesTls", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgesTls$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgesTls.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgesTls.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesTls) => Boolean, msg: => Any): EdgesTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTls.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesTls) => Boolean): EdgesTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTls.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgesTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTls.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgesTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTls.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgesTls, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgesTls.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgesTls, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgesTls.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.EdgesTls.delete", "link" : "com\/ngrok\/services\/EdgesTls.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], hostports: Option[List[String]], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate], mutualTls: Option[EndpointMutualTlsMutate], tlsTermination: Option[EndpointTlsTermination]): Future[TlsEdge]", "member" : "com.ngrok.services.EdgesTls.update", "link" : "com\/ngrok\/services\/EdgesTls.html#update(id:String,description:Option[String],metadata:Option[String],hostports:Option[List[String]],backend:Option[com.ngrok.definitions.EndpointBackendMutate],ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicyMutate],mutualTls:Option[com.ngrok.definitions.EndpointMutualTlsMutate],tlsTermination:Option[com.ngrok.definitions.EndpointTlsTermination]):scala.concurrent.Future[com.ngrok.definitions.TlsEdge]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[TlsEdgeList]]", "member" : "com.ngrok.services.EdgesTls.list", "link" : "com\/ngrok\/services\/EdgesTls.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.TlsEdgeList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[TlsEdge]", "member" : "com.ngrok.services.EdgesTls.get", "link" : "com\/ngrok\/services\/EdgesTls.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.TlsEdge]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], hostports: Option[List[String]], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate], mutualTls: Option[EndpointMutualTlsMutate], tlsTermination: Option[EndpointTlsTermination]): Future[TlsEdge]", "member" : "com.ngrok.services.EdgesTls.create", "link" : "com\/ngrok\/services\/EdgesTls.html#create(description:Option[String],metadata:Option[String],hostports:Option[List[String]],backend:Option[com.ngrok.definitions.EndpointBackendMutate],ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicyMutate],mutualTls:Option[com.ngrok.definitions.EndpointMutualTlsMutate],tlsTermination:Option[com.ngrok.definitions.EndpointTlsTermination]):scala.concurrent.Future[com.ngrok.definitions.TlsEdge]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesTls.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesTls.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesTls.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesTls.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesTls.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesTls.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesTls.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTls.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTls.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTls.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesTls.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesTls.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesTls.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesTls.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesTls.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesTls.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesTls.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesTls.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesTls.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesTls$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesTls$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesTls$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesTls$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesTls$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesTls$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesTls$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTls$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTls$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTls$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesTls$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesTls$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesTls$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesTls$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesTls$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesTls$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesTls$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesTls$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesTls$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgesTls.html", "kind" : "object"}, {"name" : "com.ngrok.services.Endpoints", "shortDescription" : "", "object" : "com\/ngrok\/services\/Endpoints$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/Endpoints.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/Endpoints.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Endpoints) => Boolean, msg: => Any): Endpoints", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Endpoints.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Endpoints) => Boolean): Endpoints", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Endpoints.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Endpoints", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Endpoints.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Endpoints", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Endpoints.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Endpoints, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/Endpoints.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Endpoints, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/Endpoints.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[Endpoint]", "member" : "com.ngrok.services.Endpoints.get", "link" : "com\/ngrok\/services\/Endpoints.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.Endpoint]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[EndpointList]]", "member" : "com.ngrok.services.Endpoints.list", "link" : "com\/ngrok\/services\/Endpoints.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.EndpointList]]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/Endpoints.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/Endpoints.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/Endpoints.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/Endpoints.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/Endpoints.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/Endpoints.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/Endpoints.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Endpoints.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Endpoints.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Endpoints.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/Endpoints.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/Endpoints.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/Endpoints.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/Endpoints.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/Endpoints.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/Endpoints.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/Endpoints.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/Endpoints.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/Endpoints.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/Endpoints$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/Endpoints$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/Endpoints$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/Endpoints$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/Endpoints$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/Endpoints$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/Endpoints$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Endpoints$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Endpoints$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Endpoints$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/Endpoints$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/Endpoints$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/Endpoints$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/Endpoints$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/Endpoints$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/Endpoints$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/Endpoints$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/Endpoints$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/Endpoints$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/Endpoints.html", "kind" : "object"}, {"name" : "com.ngrok.services.EventDestinations", "shortDescription" : "", "object" : "com\/ngrok\/services\/EventDestinations$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EventDestinations.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EventDestinations.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventDestinations) => Boolean, msg: => Any): EventDestinations", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventDestinations.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventDestinations) => Boolean): EventDestinations", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventDestinations.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventDestinations", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventDestinations.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventDestinations", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventDestinations.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventDestinations, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EventDestinations.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventDestinations, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EventDestinations.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, metadata: Option[String], description: Option[String], format: Option[String], target: Option[EventTarget]): Future[EventDestination]", "member" : "com.ngrok.services.EventDestinations.update", "link" : "com\/ngrok\/services\/EventDestinations.html#update(id:String,metadata:Option[String],description:Option[String],format:Option[String],target:Option[com.ngrok.definitions.EventTarget]):scala.concurrent.Future[com.ngrok.definitions.EventDestination]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[EventDestinationList]]", "member" : "com.ngrok.services.EventDestinations.list", "link" : "com\/ngrok\/services\/EventDestinations.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.EventDestinationList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EventDestination]", "member" : "com.ngrok.services.EventDestinations.get", "link" : "com\/ngrok\/services\/EventDestinations.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EventDestination]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.EventDestinations.delete", "link" : "com\/ngrok\/services\/EventDestinations.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(metadata: Option[String], description: Option[String], format: Option[String], target: Option[EventTarget]): Future[EventDestination]", "member" : "com.ngrok.services.EventDestinations.create", "link" : "com\/ngrok\/services\/EventDestinations.html#create(metadata:Option[String],description:Option[String],format:Option[String],target:Option[com.ngrok.definitions.EventTarget]):scala.concurrent.Future[com.ngrok.definitions.EventDestination]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EventDestinations.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EventDestinations.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EventDestinations.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EventDestinations.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EventDestinations.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EventDestinations.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EventDestinations.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventDestinations.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventDestinations.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventDestinations.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EventDestinations.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EventDestinations.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EventDestinations.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EventDestinations.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EventDestinations.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EventDestinations.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EventDestinations.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EventDestinations.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EventDestinations.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EventDestinations$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EventDestinations$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EventDestinations$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EventDestinations$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EventDestinations$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EventDestinations$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EventDestinations$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventDestinations$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventDestinations$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventDestinations$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EventDestinations$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EventDestinations$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EventDestinations$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EventDestinations$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EventDestinations$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EventDestinations$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EventDestinations$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EventDestinations$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EventDestinations$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EventDestinations.html", "kind" : "object"}, {"name" : "com.ngrok.services.EventSources", "shortDescription" : "", "object" : "com\/ngrok\/services\/EventSources$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EventSources.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EventSources.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSources) => Boolean, msg: => Any): EventSources", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSources.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSources) => Boolean): EventSources", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSources.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventSources", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSources.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventSources", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSources.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventSources, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EventSources.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventSources, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EventSources.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(subscriptionId: String, type: String): Future[EventSource]", "member" : "com.ngrok.services.EventSources.update", "link" : "com\/ngrok\/services\/EventSources.html#update(subscriptionId:String,type:String):scala.concurrent.Future[com.ngrok.definitions.EventSource]", "kind" : "def"}, {"label" : "list", "tail" : "(subscriptionId: String): Future[EventSourceList]", "member" : "com.ngrok.services.EventSources.list", "link" : "com\/ngrok\/services\/EventSources.html#list(subscriptionId:String):scala.concurrent.Future[com.ngrok.definitions.EventSourceList]", "kind" : "def"}, {"label" : "get", "tail" : "(subscriptionId: String, type: String): Future[EventSource]", "member" : "com.ngrok.services.EventSources.get", "link" : "com\/ngrok\/services\/EventSources.html#get(subscriptionId:String,type:String):scala.concurrent.Future[com.ngrok.definitions.EventSource]", "kind" : "def"}, {"label" : "delete", "tail" : "(subscriptionId: String, type: String): Future[Unit]", "member" : "com.ngrok.services.EventSources.delete", "link" : "com\/ngrok\/services\/EventSources.html#delete(subscriptionId:String,type:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(subscriptionId: String, type: Option[String]): Future[EventSource]", "member" : "com.ngrok.services.EventSources.create", "link" : "com\/ngrok\/services\/EventSources.html#create(subscriptionId:String,type:Option[String]):scala.concurrent.Future[com.ngrok.definitions.EventSource]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EventSources.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EventSources.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EventSources.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EventSources.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EventSources.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EventSources.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EventSources.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSources.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSources.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSources.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EventSources.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EventSources.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EventSources.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EventSources.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EventSources.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EventSources.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EventSources.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EventSources.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EventSources.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EventSources$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EventSources$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EventSources$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EventSources$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EventSources$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EventSources$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EventSources$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSources$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSources$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSources$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EventSources$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EventSources$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EventSources$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EventSources$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EventSources$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EventSources$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EventSources$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EventSources$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EventSources$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EventSources.html", "kind" : "object"}, {"name" : "com.ngrok.services.EventSubscriptions", "shortDescription" : "", "object" : "com\/ngrok\/services\/EventSubscriptions$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EventSubscriptions.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EventSubscriptions.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSubscriptions) => Boolean, msg: => Any): EventSubscriptions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSubscriptions.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSubscriptions) => Boolean): EventSubscriptions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSubscriptions.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventSubscriptions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSubscriptions.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventSubscriptions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSubscriptions.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventSubscriptions, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EventSubscriptions.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventSubscriptions, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EventSubscriptions.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, metadata: Option[String], description: Option[String], sources: Option[List[EventSourceReplace]], destinationIds: Option[List[String]]): Future[EventSubscription]", "member" : "com.ngrok.services.EventSubscriptions.update", "link" : "com\/ngrok\/services\/EventSubscriptions.html#update(id:String,metadata:Option[String],description:Option[String],sources:Option[List[com.ngrok.definitions.EventSourceReplace]],destinationIds:Option[List[String]]):scala.concurrent.Future[com.ngrok.definitions.EventSubscription]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[EventSubscriptionList]]", "member" : "com.ngrok.services.EventSubscriptions.list", "link" : "com\/ngrok\/services\/EventSubscriptions.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.EventSubscriptionList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EventSubscription]", "member" : "com.ngrok.services.EventSubscriptions.get", "link" : "com\/ngrok\/services\/EventSubscriptions.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EventSubscription]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.EventSubscriptions.delete", "link" : "com\/ngrok\/services\/EventSubscriptions.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(metadata: Option[String], description: Option[String], sources: Option[List[EventSourceReplace]], destinationIds: Option[List[String]]): Future[EventSubscription]", "member" : "com.ngrok.services.EventSubscriptions.create", "link" : "com\/ngrok\/services\/EventSubscriptions.html#create(metadata:Option[String],description:Option[String],sources:Option[List[com.ngrok.definitions.EventSourceReplace]],destinationIds:Option[List[String]]):scala.concurrent.Future[com.ngrok.definitions.EventSubscription]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EventSubscriptions.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EventSubscriptions.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EventSubscriptions.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EventSubscriptions.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EventSubscriptions.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EventSubscriptions.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EventSubscriptions.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSubscriptions.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSubscriptions.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSubscriptions.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EventSubscriptions.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EventSubscriptions.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EventSubscriptions.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EventSubscriptions.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EventSubscriptions.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EventSubscriptions.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EventSubscriptions.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EventSubscriptions.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EventSubscriptions.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EventSubscriptions$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EventSubscriptions.html", "kind" : "object"}, {"name" : "com.ngrok.services.FailoverBackends", "shortDescription" : "", "object" : "com\/ngrok\/services\/FailoverBackends$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/FailoverBackends.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/FailoverBackends.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (FailoverBackends) => Boolean, msg: => Any): FailoverBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/FailoverBackends.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (FailoverBackends) => Boolean): FailoverBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/FailoverBackends.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): FailoverBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/FailoverBackends.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): FailoverBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/FailoverBackends.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (FailoverBackends, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/FailoverBackends.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (FailoverBackends, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/FailoverBackends.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], backends: Option[List[String]]): Future[FailoverBackend]", "member" : "com.ngrok.services.FailoverBackends.update", "link" : "com\/ngrok\/services\/FailoverBackends.html#update(id:String,description:Option[String],metadata:Option[String],backends:Option[List[String]]):scala.concurrent.Future[com.ngrok.definitions.FailoverBackend]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[FailoverBackendList]]", "member" : "com.ngrok.services.FailoverBackends.list", "link" : "com\/ngrok\/services\/FailoverBackends.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.FailoverBackendList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[FailoverBackend]", "member" : "com.ngrok.services.FailoverBackends.get", "link" : "com\/ngrok\/services\/FailoverBackends.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.FailoverBackend]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.FailoverBackends.delete", "link" : "com\/ngrok\/services\/FailoverBackends.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], backends: Option[List[String]]): Future[FailoverBackend]", "member" : "com.ngrok.services.FailoverBackends.create", "link" : "com\/ngrok\/services\/FailoverBackends.html#create(description:Option[String],metadata:Option[String],backends:Option[List[String]]):scala.concurrent.Future[com.ngrok.definitions.FailoverBackend]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/FailoverBackends.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/FailoverBackends.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/FailoverBackends.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/FailoverBackends.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/FailoverBackends.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/FailoverBackends.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/FailoverBackends.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/FailoverBackends.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/FailoverBackends.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/FailoverBackends.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/FailoverBackends.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/FailoverBackends.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/FailoverBackends.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/FailoverBackends.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/FailoverBackends.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/FailoverBackends.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/FailoverBackends.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/FailoverBackends.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/FailoverBackends.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/FailoverBackends$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/FailoverBackends$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/FailoverBackends$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/FailoverBackends$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/FailoverBackends$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/FailoverBackends$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/FailoverBackends$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/FailoverBackends$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/FailoverBackends$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/FailoverBackends$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/FailoverBackends$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/FailoverBackends$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/FailoverBackends$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/FailoverBackends$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/FailoverBackends$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/FailoverBackends$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/FailoverBackends$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/FailoverBackends$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/FailoverBackends$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/FailoverBackends.html", "kind" : "object"}, {"name" : "com.ngrok.services.HttpResponseBackends", "shortDescription" : "", "object" : "com\/ngrok\/services\/HttpResponseBackends$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpResponseBackends) => Boolean, msg: => Any): HttpResponseBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpResponseBackends) => Boolean): HttpResponseBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpResponseBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpResponseBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpResponseBackends, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpResponseBackends, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], body: Option[String], headers: Option[Map[String, String]], statusCode: Option[Int]): Future[HttpResponseBackend]", "member" : "com.ngrok.services.HttpResponseBackends.update", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#update(id:String,description:Option[String],metadata:Option[String],body:Option[String],headers:Option[Map[String,String]],statusCode:Option[Int]):scala.concurrent.Future[com.ngrok.definitions.HttpResponseBackend]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[HttpResponseBackendList]]", "member" : "com.ngrok.services.HttpResponseBackends.list", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.HttpResponseBackendList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[HttpResponseBackend]", "member" : "com.ngrok.services.HttpResponseBackends.get", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.HttpResponseBackend]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.HttpResponseBackends.delete", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], body: Option[String], headers: Option[Map[String, String]], statusCode: Option[Int]): Future[HttpResponseBackend]", "member" : "com.ngrok.services.HttpResponseBackends.create", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#create(description:Option[String],metadata:Option[String],body:Option[String],headers:Option[Map[String,String]],statusCode:Option[Int]):scala.concurrent.Future[com.ngrok.definitions.HttpResponseBackend]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/HttpResponseBackends.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/HttpResponseBackends.html", "kind" : "object"}, {"name" : "com.ngrok.services.HttpsEdgeMutualTlsModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeMutualTlsModule) => Boolean, msg: => Any): HttpsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeMutualTlsModule) => Boolean): HttpsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpsEdgeMutualTlsModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpsEdgeMutualTlsModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.HttpsEdgeMutualTlsModule.delete", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointMutualTls]", "member" : "com.ngrok.services.HttpsEdgeMutualTlsModule.get", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointMutualTls]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointMutualTlsMutate]): Future[EndpointMutualTls]", "member" : "com.ngrok.services.HttpsEdgeMutualTlsModule.replace", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointMutualTlsMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointMutualTls]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.HttpsEdgeTlsTerminationModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeTlsTerminationModule) => Boolean, msg: => Any): HttpsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeTlsTerminationModule) => Boolean): HttpsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpsEdgeTlsTerminationModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpsEdgeTlsTerminationModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.HttpsEdgeTlsTerminationModule.delete", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointTlsTermination]", "member" : "com.ngrok.services.HttpsEdgeTlsTerminationModule.get", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointTlsTerminationAtEdge]): Future[EndpointTlsTermination]", "member" : "com.ngrok.services.HttpsEdgeTlsTerminationModule.replace", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointTlsTerminationAtEdge]):scala.concurrent.Future[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.IpPolicies", "shortDescription" : "", "object" : "com\/ngrok\/services\/IpPolicies$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/IpPolicies.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/IpPolicies.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicies) => Boolean, msg: => Any): IpPolicies", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicies.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicies) => Boolean): IpPolicies", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicies.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpPolicies", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicies.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpPolicies", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicies.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpPolicies, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/IpPolicies.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpPolicies, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/IpPolicies.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[IpPolicy]", "member" : "com.ngrok.services.IpPolicies.update", "link" : "com\/ngrok\/services\/IpPolicies.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.IpPolicy]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[IpPolicyList]]", "member" : "com.ngrok.services.IpPolicies.list", "link" : "com\/ngrok\/services\/IpPolicies.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.IpPolicyList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[IpPolicy]", "member" : "com.ngrok.services.IpPolicies.get", "link" : "com\/ngrok\/services\/IpPolicies.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.IpPolicy]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.IpPolicies.delete", "link" : "com\/ngrok\/services\/IpPolicies.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String]): Future[IpPolicy]", "member" : "com.ngrok.services.IpPolicies.create", "link" : "com\/ngrok\/services\/IpPolicies.html#create(description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.IpPolicy]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/IpPolicies.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/IpPolicies.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/IpPolicies.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/IpPolicies.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/IpPolicies.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/IpPolicies.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/IpPolicies.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicies.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicies.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicies.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/IpPolicies.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/IpPolicies.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/IpPolicies.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/IpPolicies.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/IpPolicies.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/IpPolicies.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/IpPolicies.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/IpPolicies.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/IpPolicies.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/IpPolicies$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/IpPolicies$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/IpPolicies$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/IpPolicies$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/IpPolicies$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/IpPolicies$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/IpPolicies$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicies$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicies$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicies$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/IpPolicies$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/IpPolicies$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/IpPolicies$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/IpPolicies$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/IpPolicies$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/IpPolicies$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/IpPolicies$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/IpPolicies$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/IpPolicies$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/IpPolicies.html", "kind" : "object"}, {"name" : "com.ngrok.services.IpPolicyRules", "shortDescription" : "", "object" : "com\/ngrok\/services\/IpPolicyRules$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/IpPolicyRules.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/IpPolicyRules.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyRules) => Boolean, msg: => Any): IpPolicyRules", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicyRules.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyRules) => Boolean): IpPolicyRules", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicyRules.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpPolicyRules", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicyRules.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpPolicyRules", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicyRules.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpPolicyRules, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/IpPolicyRules.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpPolicyRules, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/IpPolicyRules.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], cidr: Option[String]): Future[IpPolicyRule]", "member" : "com.ngrok.services.IpPolicyRules.update", "link" : "com\/ngrok\/services\/IpPolicyRules.html#update(id:String,description:Option[String],metadata:Option[String],cidr:Option[String]):scala.concurrent.Future[com.ngrok.definitions.IpPolicyRule]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[IpPolicyRuleList]]", "member" : "com.ngrok.services.IpPolicyRules.list", "link" : "com\/ngrok\/services\/IpPolicyRules.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.IpPolicyRuleList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[IpPolicyRule]", "member" : "com.ngrok.services.IpPolicyRules.get", "link" : "com\/ngrok\/services\/IpPolicyRules.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.IpPolicyRule]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.IpPolicyRules.delete", "link" : "com\/ngrok\/services\/IpPolicyRules.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(cidr: String, ipPolicyId: String, description: Option[String], metadata: Option[String], action: Option[String]): Future[IpPolicyRule]", "member" : "com.ngrok.services.IpPolicyRules.create", "link" : "com\/ngrok\/services\/IpPolicyRules.html#create(cidr:String,ipPolicyId:String,description:Option[String],metadata:Option[String],action:Option[String]):scala.concurrent.Future[com.ngrok.definitions.IpPolicyRule]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/IpPolicyRules.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/IpPolicyRules.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/IpPolicyRules.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/IpPolicyRules.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/IpPolicyRules.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/IpPolicyRules.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/IpPolicyRules.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicyRules.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicyRules.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicyRules.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/IpPolicyRules.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/IpPolicyRules.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/IpPolicyRules.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/IpPolicyRules.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/IpPolicyRules.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/IpPolicyRules.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/IpPolicyRules.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/IpPolicyRules.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/IpPolicyRules.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/IpPolicyRules$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/IpPolicyRules.html", "kind" : "object"}, {"name" : "com.ngrok.services.IpRestrictions", "shortDescription" : "", "object" : "com\/ngrok\/services\/IpRestrictions$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/IpRestrictions.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/IpRestrictions.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpRestrictions) => Boolean, msg: => Any): IpRestrictions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpRestrictions.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpRestrictions) => Boolean): IpRestrictions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpRestrictions.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpRestrictions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpRestrictions.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpRestrictions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpRestrictions.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpRestrictions, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/IpRestrictions.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpRestrictions, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/IpRestrictions.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], enforced: Option[Boolean], ipPolicyIds: Option[List[String]]): Future[IpRestriction]", "member" : "com.ngrok.services.IpRestrictions.update", "link" : "com\/ngrok\/services\/IpRestrictions.html#update(id:String,description:Option[String],metadata:Option[String],enforced:Option[Boolean],ipPolicyIds:Option[List[String]]):scala.concurrent.Future[com.ngrok.definitions.IpRestriction]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[IpRestrictionList]]", "member" : "com.ngrok.services.IpRestrictions.list", "link" : "com\/ngrok\/services\/IpRestrictions.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.IpRestrictionList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[IpRestriction]", "member" : "com.ngrok.services.IpRestrictions.get", "link" : "com\/ngrok\/services\/IpRestrictions.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.IpRestriction]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.IpRestrictions.delete", "link" : "com\/ngrok\/services\/IpRestrictions.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(type: String, ipPolicyIds: List[String], description: Option[String], metadata: Option[String], enforced: Option[Boolean]): Future[IpRestriction]", "member" : "com.ngrok.services.IpRestrictions.create", "link" : "com\/ngrok\/services\/IpRestrictions.html#create(type:String,ipPolicyIds:List[String],description:Option[String],metadata:Option[String],enforced:Option[Boolean]):scala.concurrent.Future[com.ngrok.definitions.IpRestriction]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/IpRestrictions.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/IpRestrictions.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/IpRestrictions.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/IpRestrictions.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/IpRestrictions.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/IpRestrictions.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/IpRestrictions.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpRestrictions.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpRestrictions.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpRestrictions.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/IpRestrictions.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/IpRestrictions.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/IpRestrictions.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/IpRestrictions.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/IpRestrictions.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/IpRestrictions.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/IpRestrictions.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/IpRestrictions.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/IpRestrictions.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/IpRestrictions$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/IpRestrictions$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/IpRestrictions$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/IpRestrictions$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/IpRestrictions$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/IpRestrictions$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/IpRestrictions$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpRestrictions$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpRestrictions$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpRestrictions$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/IpRestrictions$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/IpRestrictions$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/IpRestrictions$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/IpRestrictions$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/IpRestrictions$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/IpRestrictions$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/IpRestrictions$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/IpRestrictions$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/IpRestrictions$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/IpRestrictions.html", "kind" : "object"}, {"name" : "com.ngrok.services.ReservedAddrs", "shortDescription" : "", "object" : "com\/ngrok\/services\/ReservedAddrs$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/ReservedAddrs.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/ReservedAddrs.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedAddrs) => Boolean, msg: => Any): ReservedAddrs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedAddrs.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedAddrs) => Boolean): ReservedAddrs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedAddrs.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedAddrs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedAddrs.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedAddrs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedAddrs.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedAddrs, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/ReservedAddrs.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedAddrs, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/ReservedAddrs.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[ReservedAddr]", "member" : "com.ngrok.services.ReservedAddrs.update", "link" : "com\/ngrok\/services\/ReservedAddrs.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.ReservedAddr]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[ReservedAddrList]]", "member" : "com.ngrok.services.ReservedAddrs.list", "link" : "com\/ngrok\/services\/ReservedAddrs.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.ReservedAddrList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[ReservedAddr]", "member" : "com.ngrok.services.ReservedAddrs.get", "link" : "com\/ngrok\/services\/ReservedAddrs.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.ReservedAddr]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.ReservedAddrs.delete", "link" : "com\/ngrok\/services\/ReservedAddrs.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], region: Option[String]): Future[ReservedAddr]", "member" : "com.ngrok.services.ReservedAddrs.create", "link" : "com\/ngrok\/services\/ReservedAddrs.html#create(description:Option[String],metadata:Option[String],region:Option[String]):scala.concurrent.Future[com.ngrok.definitions.ReservedAddr]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/ReservedAddrs.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/ReservedAddrs.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/ReservedAddrs.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/ReservedAddrs.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/ReservedAddrs.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/ReservedAddrs.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/ReservedAddrs.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedAddrs.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedAddrs.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedAddrs.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/ReservedAddrs.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/ReservedAddrs.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/ReservedAddrs.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/ReservedAddrs.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/ReservedAddrs.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/ReservedAddrs.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/ReservedAddrs.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/ReservedAddrs.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/ReservedAddrs.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/ReservedAddrs$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/ReservedAddrs.html", "kind" : "object"}, {"name" : "com.ngrok.services.ReservedDomains", "shortDescription" : "", "object" : "com\/ngrok\/services\/ReservedDomains$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/ReservedDomains.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/ReservedDomains.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomains) => Boolean, msg: => Any): ReservedDomains", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedDomains.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomains) => Boolean): ReservedDomains", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedDomains.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedDomains", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedDomains.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedDomains", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedDomains.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedDomains, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/ReservedDomains.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedDomains, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/ReservedDomains.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "deleteCertificate", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.ReservedDomains.deleteCertificate", "link" : "com\/ngrok\/services\/ReservedDomains.html#deleteCertificate(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "deleteCertificateManagementPolicy", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.ReservedDomains.deleteCertificateManagementPolicy", "link" : "com\/ngrok\/services\/ReservedDomains.html#deleteCertificateManagementPolicy(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], certificateId: Option[String], certificateManagementPolicy: Option[ReservedDomainCertPolicy]): Future[ReservedDomain]", "member" : "com.ngrok.services.ReservedDomains.update", "link" : "com\/ngrok\/services\/ReservedDomains.html#update(id:String,description:Option[String],metadata:Option[String],certificateId:Option[String],certificateManagementPolicy:Option[com.ngrok.definitions.ReservedDomainCertPolicy]):scala.concurrent.Future[com.ngrok.definitions.ReservedDomain]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[ReservedDomainList]]", "member" : "com.ngrok.services.ReservedDomains.list", "link" : "com\/ngrok\/services\/ReservedDomains.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.ReservedDomainList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[ReservedDomain]", "member" : "com.ngrok.services.ReservedDomains.get", "link" : "com\/ngrok\/services\/ReservedDomains.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.ReservedDomain]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.ReservedDomains.delete", "link" : "com\/ngrok\/services\/ReservedDomains.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(name: String, region: Option[String], description: Option[String], metadata: Option[String], certificateId: Option[String], certificateManagementPolicy: Option[ReservedDomainCertPolicy]): Future[ReservedDomain]", "member" : "com.ngrok.services.ReservedDomains.create", "link" : "com\/ngrok\/services\/ReservedDomains.html#create(name:String,region:Option[String],description:Option[String],metadata:Option[String],certificateId:Option[String],certificateManagementPolicy:Option[com.ngrok.definitions.ReservedDomainCertPolicy]):scala.concurrent.Future[com.ngrok.definitions.ReservedDomain]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/ReservedDomains.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/ReservedDomains.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/ReservedDomains.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/ReservedDomains.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/ReservedDomains.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/ReservedDomains.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/ReservedDomains.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedDomains.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedDomains.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedDomains.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/ReservedDomains.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/ReservedDomains.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/ReservedDomains.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/ReservedDomains.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/ReservedDomains.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/ReservedDomains.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/ReservedDomains.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/ReservedDomains.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/ReservedDomains.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/ReservedDomains$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/ReservedDomains$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/ReservedDomains$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/ReservedDomains$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/ReservedDomains$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/ReservedDomains$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/ReservedDomains$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedDomains$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedDomains$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedDomains$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/ReservedDomains$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/ReservedDomains$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/ReservedDomains$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/ReservedDomains$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/ReservedDomains$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/ReservedDomains$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/ReservedDomains$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/ReservedDomains$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/ReservedDomains$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/ReservedDomains.html", "kind" : "object"}, {"name" : "com.ngrok.services.SshCertificateAuthorities", "shortDescription" : "", "object" : "com\/ngrok\/services\/SshCertificateAuthorities$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCertificateAuthorities) => Boolean, msg: => Any): SshCertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCertificateAuthorities) => Boolean): SshCertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshCertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshCertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshCertificateAuthorities, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshCertificateAuthorities, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[SshCertificateAuthority]", "member" : "com.ngrok.services.SshCertificateAuthorities.update", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.SshCertificateAuthority]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[SshCertificateAuthorityList]]", "member" : "com.ngrok.services.SshCertificateAuthorities.list", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.SshCertificateAuthorityList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[SshCertificateAuthority]", "member" : "com.ngrok.services.SshCertificateAuthorities.get", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.SshCertificateAuthority]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.SshCertificateAuthorities.delete", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], privateKeyType: Option[String], ellipticCurve: Option[String], keySize: Option[Long]): Future[SshCertificateAuthority]", "member" : "com.ngrok.services.SshCertificateAuthorities.create", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#create(description:Option[String],metadata:Option[String],privateKeyType:Option[String],ellipticCurve:Option[String],keySize:Option[Long]):scala.concurrent.Future[com.ngrok.definitions.SshCertificateAuthority]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/SshCertificateAuthorities.html", "kind" : "object"}, {"name" : "com.ngrok.services.SshCredentials", "shortDescription" : "", "object" : "com\/ngrok\/services\/SshCredentials$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/SshCredentials.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/SshCredentials.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCredentials) => Boolean, msg: => Any): SshCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCredentials.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCredentials) => Boolean): SshCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCredentials.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCredentials.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCredentials.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshCredentials, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/SshCredentials.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshCredentials, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/SshCredentials.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], acl: Option[List[String]]): Future[SshCredential]", "member" : "com.ngrok.services.SshCredentials.update", "link" : "com\/ngrok\/services\/SshCredentials.html#update(id:String,description:Option[String],metadata:Option[String],acl:Option[List[String]]):scala.concurrent.Future[com.ngrok.definitions.SshCredential]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[SshCredentialList]]", "member" : "com.ngrok.services.SshCredentials.list", "link" : "com\/ngrok\/services\/SshCredentials.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.SshCredentialList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[SshCredential]", "member" : "com.ngrok.services.SshCredentials.get", "link" : "com\/ngrok\/services\/SshCredentials.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.SshCredential]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.SshCredentials.delete", "link" : "com\/ngrok\/services\/SshCredentials.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(publicKey: String, description: Option[String], metadata: Option[String], acl: Option[List[String]]): Future[SshCredential]", "member" : "com.ngrok.services.SshCredentials.create", "link" : "com\/ngrok\/services\/SshCredentials.html#create(publicKey:String,description:Option[String],metadata:Option[String],acl:Option[List[String]]):scala.concurrent.Future[com.ngrok.definitions.SshCredential]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshCredentials.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshCredentials.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshCredentials.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshCredentials.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshCredentials.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshCredentials.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshCredentials.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCredentials.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCredentials.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCredentials.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshCredentials.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshCredentials.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshCredentials.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshCredentials.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshCredentials.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshCredentials.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshCredentials.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshCredentials.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshCredentials.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshCredentials$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshCredentials$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshCredentials$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshCredentials$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshCredentials$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshCredentials$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshCredentials$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCredentials$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCredentials$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCredentials$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshCredentials$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshCredentials$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshCredentials$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshCredentials$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshCredentials$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshCredentials$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshCredentials$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshCredentials$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshCredentials$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/SshCredentials.html", "kind" : "object"}, {"name" : "com.ngrok.services.SshHostCertificates", "shortDescription" : "", "object" : "com\/ngrok\/services\/SshHostCertificates$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/SshHostCertificates.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/SshHostCertificates.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshHostCertificates) => Boolean, msg: => Any): SshHostCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshHostCertificates.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshHostCertificates) => Boolean): SshHostCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshHostCertificates.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshHostCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshHostCertificates.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshHostCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshHostCertificates.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshHostCertificates, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/SshHostCertificates.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshHostCertificates, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/SshHostCertificates.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[SshHostCertificate]", "member" : "com.ngrok.services.SshHostCertificates.update", "link" : "com\/ngrok\/services\/SshHostCertificates.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.SshHostCertificate]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[SshHostCertificateList]]", "member" : "com.ngrok.services.SshHostCertificates.list", "link" : "com\/ngrok\/services\/SshHostCertificates.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.SshHostCertificateList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[SshHostCertificate]", "member" : "com.ngrok.services.SshHostCertificates.get", "link" : "com\/ngrok\/services\/SshHostCertificates.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.SshHostCertificate]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.SshHostCertificates.delete", "link" : "com\/ngrok\/services\/SshHostCertificates.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(sshCertificateAuthorityId: String, publicKey: String, principals: Option[List[String]], validAfter: Option[OffsetDateTime], validUntil: Option[OffsetDateTime], description: Option[String], metadata: Option[String]): Future[SshHostCertificate]", "member" : "com.ngrok.services.SshHostCertificates.create", "link" : "com\/ngrok\/services\/SshHostCertificates.html#create(sshCertificateAuthorityId:String,publicKey:String,principals:Option[List[String]],validAfter:Option[java.time.OffsetDateTime],validUntil:Option[java.time.OffsetDateTime],description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.SshHostCertificate]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshHostCertificates.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshHostCertificates.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshHostCertificates.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshHostCertificates.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshHostCertificates.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshHostCertificates.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshHostCertificates.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshHostCertificates.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshHostCertificates.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshHostCertificates.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshHostCertificates.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshHostCertificates.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshHostCertificates.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshHostCertificates.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshHostCertificates.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshHostCertificates.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshHostCertificates.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshHostCertificates.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshHostCertificates.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshHostCertificates$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/SshHostCertificates.html", "kind" : "object"}, {"name" : "com.ngrok.services.SshUserCertificates", "shortDescription" : "", "object" : "com\/ngrok\/services\/SshUserCertificates$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/SshUserCertificates.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/SshUserCertificates.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshUserCertificates) => Boolean, msg: => Any): SshUserCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshUserCertificates.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshUserCertificates) => Boolean): SshUserCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshUserCertificates.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshUserCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshUserCertificates.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshUserCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshUserCertificates.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshUserCertificates, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/SshUserCertificates.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshUserCertificates, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/SshUserCertificates.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[SshUserCertificate]", "member" : "com.ngrok.services.SshUserCertificates.update", "link" : "com\/ngrok\/services\/SshUserCertificates.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.SshUserCertificate]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[SshUserCertificateList]]", "member" : "com.ngrok.services.SshUserCertificates.list", "link" : "com\/ngrok\/services\/SshUserCertificates.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.SshUserCertificateList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[SshUserCertificate]", "member" : "com.ngrok.services.SshUserCertificates.get", "link" : "com\/ngrok\/services\/SshUserCertificates.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.SshUserCertificate]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.SshUserCertificates.delete", "link" : "com\/ngrok\/services\/SshUserCertificates.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(sshCertificateAuthorityId: String, publicKey: String, principals: Option[List[String]], criticalOptions: Option[Map[String, String]], extensions: Option[Map[String, String]], validAfter: Option[OffsetDateTime], validUntil: Option[OffsetDateTime], description: Option[String], metadata: Option[String]): Future[SshUserCertificate]", "member" : "com.ngrok.services.SshUserCertificates.create", "link" : "com\/ngrok\/services\/SshUserCertificates.html#create(sshCertificateAuthorityId:String,publicKey:String,principals:Option[List[String]],criticalOptions:Option[Map[String,String]],extensions:Option[Map[String,String]],validAfter:Option[java.time.OffsetDateTime],validUntil:Option[java.time.OffsetDateTime],description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.SshUserCertificate]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshUserCertificates.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshUserCertificates.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshUserCertificates.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshUserCertificates.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshUserCertificates.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshUserCertificates.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshUserCertificates.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshUserCertificates.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshUserCertificates.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshUserCertificates.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshUserCertificates.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshUserCertificates.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshUserCertificates.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshUserCertificates.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshUserCertificates.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshUserCertificates.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshUserCertificates.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshUserCertificates.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshUserCertificates.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshUserCertificates$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/SshUserCertificates.html", "kind" : "object"}, {"name" : "com.ngrok.services.TcpEdgeBackendModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdgeBackendModule) => Boolean, msg: => Any): TcpEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdgeBackendModule) => Boolean): TcpEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TcpEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TcpEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TcpEdgeBackendModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TcpEdgeBackendModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TcpEdgeBackendModule.delete", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointBackend]", "member" : "com.ngrok.services.TcpEdgeBackendModule.get", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointBackend]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointBackendMutate]): Future[EndpointBackend]", "member" : "com.ngrok.services.TcpEdgeBackendModule.replace", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointBackendMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointBackend]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TcpEdgeBackendModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.TcpEdgeIpRestrictionModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdgeIpRestrictionModule) => Boolean, msg: => Any): TcpEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdgeIpRestrictionModule) => Boolean): TcpEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TcpEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TcpEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TcpEdgeIpRestrictionModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TcpEdgeIpRestrictionModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TcpEdgeIpRestrictionModule.delete", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointIpPolicy]", "member" : "com.ngrok.services.TcpEdgeIpRestrictionModule.get", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointIpPolicyMutate]): Future[EndpointIpPolicy]", "member" : "com.ngrok.services.TcpEdgeIpRestrictionModule.replace", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointIpPolicyMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.TlsCertificates", "shortDescription" : "", "object" : "com\/ngrok\/services\/TlsCertificates$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TlsCertificates.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TlsCertificates.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificates) => Boolean, msg: => Any): TlsCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsCertificates.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificates) => Boolean): TlsCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsCertificates.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsCertificates.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsCertificates.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsCertificates, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TlsCertificates.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsCertificates, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TlsCertificates.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[TlsCertificate]", "member" : "com.ngrok.services.TlsCertificates.update", "link" : "com\/ngrok\/services\/TlsCertificates.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.TlsCertificate]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[TlsCertificateList]]", "member" : "com.ngrok.services.TlsCertificates.list", "link" : "com\/ngrok\/services\/TlsCertificates.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.TlsCertificateList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[TlsCertificate]", "member" : "com.ngrok.services.TlsCertificates.get", "link" : "com\/ngrok\/services\/TlsCertificates.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.TlsCertificate]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TlsCertificates.delete", "link" : "com\/ngrok\/services\/TlsCertificates.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(certificatePem: String, privateKeyPem: String, description: Option[String], metadata: Option[String]): Future[TlsCertificate]", "member" : "com.ngrok.services.TlsCertificates.create", "link" : "com\/ngrok\/services\/TlsCertificates.html#create(certificatePem:String,privateKeyPem:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.TlsCertificate]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsCertificates.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsCertificates.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsCertificates.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsCertificates.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsCertificates.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsCertificates.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsCertificates.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsCertificates.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsCertificates.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsCertificates.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsCertificates.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsCertificates.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsCertificates.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsCertificates.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsCertificates.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsCertificates.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsCertificates.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsCertificates.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsCertificates.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsCertificates$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsCertificates$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsCertificates$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsCertificates$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsCertificates$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsCertificates$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsCertificates$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsCertificates$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsCertificates$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsCertificates$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsCertificates$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsCertificates$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsCertificates$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsCertificates$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsCertificates$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsCertificates$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsCertificates$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsCertificates$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsCertificates$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TlsCertificates.html", "kind" : "object"}, {"name" : "com.ngrok.services.TlsEdgeBackendModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeBackendModule) => Boolean, msg: => Any): TlsEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeBackendModule) => Boolean): TlsEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsEdgeBackendModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsEdgeBackendModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TlsEdgeBackendModule.delete", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointBackend]", "member" : "com.ngrok.services.TlsEdgeBackendModule.get", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointBackend]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointBackendMutate]): Future[EndpointBackend]", "member" : "com.ngrok.services.TlsEdgeBackendModule.replace", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointBackendMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointBackend]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TlsEdgeBackendModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.TlsEdgeIpRestrictionModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeIpRestrictionModule) => Boolean, msg: => Any): TlsEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeIpRestrictionModule) => Boolean): TlsEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsEdgeIpRestrictionModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsEdgeIpRestrictionModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TlsEdgeIpRestrictionModule.delete", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointIpPolicy]", "member" : "com.ngrok.services.TlsEdgeIpRestrictionModule.get", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointIpPolicyMutate]): Future[EndpointIpPolicy]", "member" : "com.ngrok.services.TlsEdgeIpRestrictionModule.replace", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointIpPolicyMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.TlsEdgeMutualTlsModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeMutualTlsModule) => Boolean, msg: => Any): TlsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeMutualTlsModule) => Boolean): TlsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsEdgeMutualTlsModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsEdgeMutualTlsModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TlsEdgeMutualTlsModule.delete", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointMutualTls]", "member" : "com.ngrok.services.TlsEdgeMutualTlsModule.get", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointMutualTls]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointMutualTlsMutate]): Future[EndpointMutualTls]", "member" : "com.ngrok.services.TlsEdgeMutualTlsModule.replace", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointMutualTlsMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointMutualTls]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.TlsEdgeTlsTerminationModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeTlsTerminationModule) => Boolean, msg: => Any): TlsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeTlsTerminationModule) => Boolean): TlsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsEdgeTlsTerminationModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsEdgeTlsTerminationModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TlsEdgeTlsTerminationModule.delete", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointTlsTermination]", "member" : "com.ngrok.services.TlsEdgeTlsTerminationModule.get", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointTlsTermination]): Future[EndpointTlsTermination]", "member" : "com.ngrok.services.TlsEdgeTlsTerminationModule.replace", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointTlsTermination]):scala.concurrent.Future[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.TunnelGroupBackends", "shortDescription" : "", "object" : "com\/ngrok\/services\/TunnelGroupBackends$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelGroupBackends) => Boolean, msg: => Any): TunnelGroupBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelGroupBackends) => Boolean): TunnelGroupBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TunnelGroupBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TunnelGroupBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TunnelGroupBackends, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TunnelGroupBackends, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], labels: Option[Map[String, String]]): Future[TunnelGroupBackend]", "member" : "com.ngrok.services.TunnelGroupBackends.update", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#update(id:String,description:Option[String],metadata:Option[String],labels:Option[Map[String,String]]):scala.concurrent.Future[com.ngrok.definitions.TunnelGroupBackend]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[TunnelGroupBackendList]]", "member" : "com.ngrok.services.TunnelGroupBackends.list", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.TunnelGroupBackendList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[TunnelGroupBackend]", "member" : "com.ngrok.services.TunnelGroupBackends.get", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.TunnelGroupBackend]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TunnelGroupBackends.delete", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], labels: Option[Map[String, String]]): Future[TunnelGroupBackend]", "member" : "com.ngrok.services.TunnelGroupBackends.create", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#create(description:Option[String],metadata:Option[String],labels:Option[Map[String,String]]):scala.concurrent.Future[com.ngrok.definitions.TunnelGroupBackend]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TunnelGroupBackends.html", "kind" : "object"}, {"name" : "com.ngrok.services.Tunnels", "shortDescription" : "", "object" : "com\/ngrok\/services\/Tunnels$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/Tunnels.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/Tunnels.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Tunnels) => Boolean, msg: => Any): Tunnels", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Tunnels.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Tunnels) => Boolean): Tunnels", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Tunnels.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Tunnels", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Tunnels.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Tunnels", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Tunnels.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Tunnels, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/Tunnels.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Tunnels, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/Tunnels.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[Tunnel]", "member" : "com.ngrok.services.Tunnels.get", "link" : "com\/ngrok\/services\/Tunnels.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.Tunnel]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[TunnelList]]", "member" : "com.ngrok.services.Tunnels.list", "link" : "com\/ngrok\/services\/Tunnels.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.TunnelList]]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/Tunnels.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/Tunnels.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/Tunnels.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/Tunnels.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/Tunnels.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/Tunnels.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/Tunnels.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Tunnels.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Tunnels.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Tunnels.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/Tunnels.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/Tunnels.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/Tunnels.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/Tunnels.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/Tunnels.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/Tunnels.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/Tunnels.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/Tunnels.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/Tunnels.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/Tunnels$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/Tunnels$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/Tunnels$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/Tunnels$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/Tunnels$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/Tunnels$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/Tunnels$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Tunnels$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Tunnels$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Tunnels$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/Tunnels$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/Tunnels$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/Tunnels$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/Tunnels$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/Tunnels$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/Tunnels$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/Tunnels$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/Tunnels$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/Tunnels$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/Tunnels.html", "kind" : "object"}, {"name" : "com.ngrok.services.TunnelSessions", "shortDescription" : "", "object" : "com\/ngrok\/services\/TunnelSessions$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TunnelSessions.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TunnelSessions.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelSessions) => Boolean, msg: => Any): TunnelSessions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelSessions.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelSessions) => Boolean): TunnelSessions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelSessions.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TunnelSessions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelSessions.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TunnelSessions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelSessions.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TunnelSessions, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TunnelSessions.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TunnelSessions, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TunnelSessions.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TunnelSessions.update", "link" : "com\/ngrok\/services\/TunnelSessions.html#update(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "stop", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TunnelSessions.stop", "link" : "com\/ngrok\/services\/TunnelSessions.html#stop(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "restart", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TunnelSessions.restart", "link" : "com\/ngrok\/services\/TunnelSessions.html#restart(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[TunnelSession]", "member" : "com.ngrok.services.TunnelSessions.get", "link" : "com\/ngrok\/services\/TunnelSessions.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.TunnelSession]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[TunnelSessionList]]", "member" : "com.ngrok.services.TunnelSessions.list", "link" : "com\/ngrok\/services\/TunnelSessions.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.TunnelSessionList]]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TunnelSessions.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TunnelSessions.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TunnelSessions.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TunnelSessions.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TunnelSessions.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TunnelSessions.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TunnelSessions.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelSessions.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelSessions.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelSessions.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TunnelSessions.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TunnelSessions.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TunnelSessions.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TunnelSessions.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TunnelSessions.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TunnelSessions.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TunnelSessions.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TunnelSessions.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TunnelSessions.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TunnelSessions$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TunnelSessions$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TunnelSessions$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TunnelSessions$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TunnelSessions$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TunnelSessions$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TunnelSessions$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelSessions$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelSessions$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelSessions$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TunnelSessions$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TunnelSessions$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TunnelSessions$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TunnelSessions$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TunnelSessions$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TunnelSessions$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TunnelSessions$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TunnelSessions$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TunnelSessions$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TunnelSessions.html", "kind" : "object"}, {"name" : "com.ngrok.services.WeightedBackends", "shortDescription" : "", "object" : "com\/ngrok\/services\/WeightedBackends$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/WeightedBackends.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/WeightedBackends.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (WeightedBackends) => Boolean, msg: => Any): WeightedBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/WeightedBackends.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (WeightedBackends) => Boolean): WeightedBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/WeightedBackends.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): WeightedBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/WeightedBackends.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): WeightedBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/WeightedBackends.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (WeightedBackends, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/WeightedBackends.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (WeightedBackends, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/WeightedBackends.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], backends: Option[Map[String, Long]]): Future[WeightedBackend]", "member" : "com.ngrok.services.WeightedBackends.update", "link" : "com\/ngrok\/services\/WeightedBackends.html#update(id:String,description:Option[String],metadata:Option[String],backends:Option[Map[String,Long]]):scala.concurrent.Future[com.ngrok.definitions.WeightedBackend]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[WeightedBackendList]]", "member" : "com.ngrok.services.WeightedBackends.list", "link" : "com\/ngrok\/services\/WeightedBackends.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.WeightedBackendList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[WeightedBackend]", "member" : "com.ngrok.services.WeightedBackends.get", "link" : "com\/ngrok\/services\/WeightedBackends.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.WeightedBackend]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.WeightedBackends.delete", "link" : "com\/ngrok\/services\/WeightedBackends.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], backends: Option[Map[String, Long]]): Future[WeightedBackend]", "member" : "com.ngrok.services.WeightedBackends.create", "link" : "com\/ngrok\/services\/WeightedBackends.html#create(description:Option[String],metadata:Option[String],backends:Option[Map[String,Long]]):scala.concurrent.Future[com.ngrok.definitions.WeightedBackend]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/WeightedBackends.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/WeightedBackends.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/WeightedBackends.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/WeightedBackends.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/WeightedBackends.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/WeightedBackends.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/WeightedBackends.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/WeightedBackends.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/WeightedBackends.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/WeightedBackends.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/WeightedBackends.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/WeightedBackends.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/WeightedBackends.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/WeightedBackends.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/WeightedBackends.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/WeightedBackends.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/WeightedBackends.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/WeightedBackends.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/WeightedBackends.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/WeightedBackends$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/WeightedBackends$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/WeightedBackends$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/WeightedBackends$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/WeightedBackends$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/WeightedBackends$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/WeightedBackends$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/WeightedBackends$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/WeightedBackends$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/WeightedBackends$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/WeightedBackends$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/WeightedBackends$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/WeightedBackends$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/WeightedBackends$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/WeightedBackends$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/WeightedBackends$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/WeightedBackends$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/WeightedBackends$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/WeightedBackends$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/WeightedBackends.html", "kind" : "object"}]}; \ No newline at end of file +Index.PACKAGES = {"com" : [], "com.ngrok" : [{"name" : "com.ngrok.DefaultNgrokApiClient", "shortDescription" : "Helpers for creating new DefaultNgrokApiClient instances.", "object" : "com\/ngrok\/DefaultNgrokApiClient$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (DefaultNgrokApiClient) => Boolean, msg: => Any): DefaultNgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (DefaultNgrokApiClient) => Boolean): DefaultNgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): DefaultNgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): DefaultNgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (DefaultNgrokApiClient, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (DefaultNgrokApiClient, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "sendRequest", "tail" : "(method: HttpMethod, endpoint: String, queryParams: List[(String, Option[Any])], body: Option[Json])(arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]", "member" : "com.ngrok.DefaultNgrokApiClient.sendRequest", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#sendRequest[O](method:com.ngrok.NgrokApiClient.HttpMethod,endpoint:String,queryParams:List[(String,Option[Any])],body:Option[io.circe.Json])(implicitevidence$3:io.circe.Decoder[O],implicitevidence$4:scala.reflect.ClassTag[O],implicitec:scala.concurrent.ExecutionContext):scala.concurrent.Future[O]", "kind" : "def"}, {"label" : "sendRequest", "tail" : "(uri: URI)(arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]", "member" : "com.ngrok.DefaultNgrokApiClient.sendRequest", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#sendRequest[O](uri:java.net.URI)(implicitevidence$1:io.circe.Decoder[O],implicitevidence$2:scala.reflect.ClassTag[O],implicitec:scala.concurrent.ExecutionContext):scala.concurrent.Future[O]", "kind" : "def"}, {"label" : "SCALA_VERSION", "tail" : ": String", "member" : "com.ngrok.DefaultNgrokApiClient.SCALA_VERSION", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#SCALA_VERSION:String", "kind" : "val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/DefaultNgrokApiClient.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/DefaultNgrokApiClient.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "newDefaultHttpClient", "tail" : "(): WebClient", "member" : "com.ngrok.DefaultNgrokApiClient.newDefaultHttpClient", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#newDefaultHttpClient:com.linecorp.armeria.client.WebClient", "kind" : "def"}, {"label" : "apply", "tail" : "(apiKey: String, httpClient: Option[WebClient], baseUri: Option[URI]): DefaultNgrokApiClient", "member" : "com.ngrok.DefaultNgrokApiClient.apply", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#apply(apiKey:String,httpClient:Option[com.linecorp.armeria.client.WebClient],baseUri:Option[java.net.URI]):com.ngrok.DefaultNgrokApiClient", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/DefaultNgrokApiClient$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/DefaultNgrokApiClient.html", "kind" : "object"}, {"name" : "com.ngrok.Ngrok", "shortDescription" : "Factory for Ngrok instances.", "object" : "com\/ngrok\/Ngrok$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/Ngrok.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/Ngrok.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Ngrok) => Boolean, msg: => Any): Ngrok", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/Ngrok.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Ngrok) => Boolean): Ngrok", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/Ngrok.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Ngrok", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/Ngrok.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Ngrok", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/Ngrok.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Ngrok, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/Ngrok.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Ngrok, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/Ngrok.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "EdgeModulesNamespace", "tail" : "", "member" : "com.ngrok.Ngrok.EdgeModulesNamespace", "link" : "com\/ngrok\/Ngrok.html#EdgeModulesNamespaceextendsAnyRef", "kind" : "class"}, {"label" : "EdgesNamespace", "tail" : "", "member" : "com.ngrok.Ngrok.EdgesNamespace", "link" : "com\/ngrok\/Ngrok.html#EdgesNamespaceextendsAnyRef", "kind" : "class"}, {"label" : "BackendsNamespace", "tail" : "", "member" : "com.ngrok.Ngrok.BackendsNamespace", "link" : "com\/ngrok\/Ngrok.html#BackendsNamespaceextendsAnyRef", "kind" : "class"}, {"label" : "edgeModules", "tail" : ": EdgeModulesNamespace", "member" : "com.ngrok.Ngrok.edgeModules", "link" : "com\/ngrok\/Ngrok.html#edgeModules:Ngrok.this.EdgeModulesNamespace", "kind" : "lazy val"}, {"label" : "edges", "tail" : ": EdgesNamespace", "member" : "com.ngrok.Ngrok.edges", "link" : "com\/ngrok\/Ngrok.html#edges:Ngrok.this.EdgesNamespace", "kind" : "lazy val"}, {"label" : "backends", "tail" : ": BackendsNamespace", "member" : "com.ngrok.Ngrok.backends", "link" : "com\/ngrok\/Ngrok.html#backends:Ngrok.this.BackendsNamespace", "kind" : "lazy val"}, {"label" : "tunnels", "tail" : ": Tunnels", "member" : "com.ngrok.Ngrok.tunnels", "link" : "com\/ngrok\/Ngrok.html#tunnels:com.ngrok.services.Tunnels", "kind" : "lazy val"}, {"label" : "tunnelSessions", "tail" : ": TunnelSessions", "member" : "com.ngrok.Ngrok.tunnelSessions", "link" : "com\/ngrok\/Ngrok.html#tunnelSessions:com.ngrok.services.TunnelSessions", "kind" : "lazy val"}, {"label" : "tlsCertificates", "tail" : ": TlsCertificates", "member" : "com.ngrok.Ngrok.tlsCertificates", "link" : "com\/ngrok\/Ngrok.html#tlsCertificates:com.ngrok.services.TlsCertificates", "kind" : "lazy val"}, {"label" : "sshUserCertificates", "tail" : ": SshUserCertificates", "member" : "com.ngrok.Ngrok.sshUserCertificates", "link" : "com\/ngrok\/Ngrok.html#sshUserCertificates:com.ngrok.services.SshUserCertificates", "kind" : "lazy val"}, {"label" : "sshHostCertificates", "tail" : ": SshHostCertificates", "member" : "com.ngrok.Ngrok.sshHostCertificates", "link" : "com\/ngrok\/Ngrok.html#sshHostCertificates:com.ngrok.services.SshHostCertificates", "kind" : "lazy val"}, {"label" : "sshCredentials", "tail" : ": SshCredentials", "member" : "com.ngrok.Ngrok.sshCredentials", "link" : "com\/ngrok\/Ngrok.html#sshCredentials:com.ngrok.services.SshCredentials", "kind" : "lazy val"}, {"label" : "sshCertificateAuthorities", "tail" : ": SshCertificateAuthorities", "member" : "com.ngrok.Ngrok.sshCertificateAuthorities", "link" : "com\/ngrok\/Ngrok.html#sshCertificateAuthorities:com.ngrok.services.SshCertificateAuthorities", "kind" : "lazy val"}, {"label" : "reservedDomains", "tail" : ": ReservedDomains", "member" : "com.ngrok.Ngrok.reservedDomains", "link" : "com\/ngrok\/Ngrok.html#reservedDomains:com.ngrok.services.ReservedDomains", "kind" : "lazy val"}, {"label" : "reservedAddrs", "tail" : ": ReservedAddrs", "member" : "com.ngrok.Ngrok.reservedAddrs", "link" : "com\/ngrok\/Ngrok.html#reservedAddrs:com.ngrok.services.ReservedAddrs", "kind" : "lazy val"}, {"label" : "ipRestrictions", "tail" : ": IpRestrictions", "member" : "com.ngrok.Ngrok.ipRestrictions", "link" : "com\/ngrok\/Ngrok.html#ipRestrictions:com.ngrok.services.IpRestrictions", "kind" : "lazy val"}, {"label" : "ipPolicyRules", "tail" : ": IpPolicyRules", "member" : "com.ngrok.Ngrok.ipPolicyRules", "link" : "com\/ngrok\/Ngrok.html#ipPolicyRules:com.ngrok.services.IpPolicyRules", "kind" : "lazy val"}, {"label" : "ipPolicies", "tail" : ": IpPolicies", "member" : "com.ngrok.Ngrok.ipPolicies", "link" : "com\/ngrok\/Ngrok.html#ipPolicies:com.ngrok.services.IpPolicies", "kind" : "lazy val"}, {"label" : "eventSources", "tail" : ": EventSources", "member" : "com.ngrok.Ngrok.eventSources", "link" : "com\/ngrok\/Ngrok.html#eventSources:com.ngrok.services.EventSources", "kind" : "lazy val"}, {"label" : "eventSubscriptions", "tail" : ": EventSubscriptions", "member" : "com.ngrok.Ngrok.eventSubscriptions", "link" : "com\/ngrok\/Ngrok.html#eventSubscriptions:com.ngrok.services.EventSubscriptions", "kind" : "lazy val"}, {"label" : "eventDestinations", "tail" : ": EventDestinations", "member" : "com.ngrok.Ngrok.eventDestinations", "link" : "com\/ngrok\/Ngrok.html#eventDestinations:com.ngrok.services.EventDestinations", "kind" : "lazy val"}, {"label" : "endpoints", "tail" : ": Endpoints", "member" : "com.ngrok.Ngrok.endpoints", "link" : "com\/ngrok\/Ngrok.html#endpoints:com.ngrok.services.Endpoints", "kind" : "lazy val"}, {"label" : "credentials", "tail" : ": Credentials", "member" : "com.ngrok.Ngrok.credentials", "link" : "com\/ngrok\/Ngrok.html#credentials:com.ngrok.services.Credentials", "kind" : "lazy val"}, {"label" : "certificateAuthorities", "tail" : ": CertificateAuthorities", "member" : "com.ngrok.Ngrok.certificateAuthorities", "link" : "com\/ngrok\/Ngrok.html#certificateAuthorities:com.ngrok.services.CertificateAuthorities", "kind" : "lazy val"}, {"label" : "apiKeys", "tail" : ": ApiKeys", "member" : "com.ngrok.Ngrok.apiKeys", "link" : "com\/ngrok\/Ngrok.html#apiKeys:com.ngrok.services.ApiKeys", "kind" : "lazy val"}, {"label" : "agentIngresses", "tail" : ": AgentIngresses", "member" : "com.ngrok.Ngrok.agentIngresses", "link" : "com\/ngrok\/Ngrok.html#agentIngresses:com.ngrok.services.AgentIngresses", "kind" : "lazy val"}, {"label" : "abuseReports", "tail" : ": AbuseReports", "member" : "com.ngrok.Ngrok.abuseReports", "link" : "com\/ngrok\/Ngrok.html#abuseReports:com.ngrok.services.AbuseReports", "kind" : "lazy val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/Ngrok.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/Ngrok.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/Ngrok.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/Ngrok.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/Ngrok.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/Ngrok.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/Ngrok.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Ngrok.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Ngrok.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Ngrok.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/Ngrok.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/Ngrok.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/Ngrok.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/Ngrok.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/Ngrok.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/Ngrok.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/Ngrok.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/Ngrok.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/Ngrok.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "apply", "tail" : "()(ec: ExecutionContext): Ngrok", "member" : "com.ngrok.Ngrok.apply", "link" : "com\/ngrok\/Ngrok$.html#apply()(implicitec:scala.concurrent.ExecutionContext):com.ngrok.Ngrok", "kind" : "def"}, {"label" : "apply", "tail" : "(apiKey: String)(ec: ExecutionContext): Ngrok", "member" : "com.ngrok.Ngrok.apply", "link" : "com\/ngrok\/Ngrok$.html#apply(apiKey:String)(implicitec:scala.concurrent.ExecutionContext):com.ngrok.Ngrok", "kind" : "def"}, {"label" : "apply", "tail" : "(apiClient: NgrokApiClient)(ec: ExecutionContext): Ngrok", "member" : "com.ngrok.Ngrok.apply", "link" : "com\/ngrok\/Ngrok$.html#apply(apiClient:com.ngrok.NgrokApiClient)(implicitec:scala.concurrent.ExecutionContext):com.ngrok.Ngrok", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/Ngrok$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/Ngrok$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/Ngrok$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/Ngrok$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/Ngrok$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/Ngrok$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/Ngrok$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Ngrok$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Ngrok$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Ngrok$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/Ngrok$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/Ngrok$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/Ngrok$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/Ngrok$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/Ngrok$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/Ngrok$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/Ngrok$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/Ngrok$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/Ngrok$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/Ngrok.html", "kind" : "object"}, {"name" : "com.ngrok.NgrokApiClient", "object" : "com\/ngrok\/NgrokApiClient$.html", "members_object" : [{"label" : "HttpMethod", "tail" : "", "member" : "com.ngrok.NgrokApiClient.HttpMethod", "link" : "com\/ngrok\/NgrokApiClient$.html#HttpMethod", "kind" : "object"}, {"label" : "HttpMethod", "tail" : "", "member" : "com.ngrok.NgrokApiClient.HttpMethod", "link" : "com\/ngrok\/NgrokApiClient$.html#HttpMethodextendsProductwithSerializable", "kind" : "sealed trait"}, {"label" : "DefaultBaseUri", "tail" : ": URI", "member" : "com.ngrok.NgrokApiClient.DefaultBaseUri", "link" : "com\/ngrok\/NgrokApiClient$.html#DefaultBaseUri:java.net.URI", "kind" : "final val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/NgrokApiClient$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/NgrokApiClient$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/NgrokApiClient$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/NgrokApiClient$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/NgrokApiClient$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/NgrokApiClient$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/NgrokApiClient$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/NgrokApiClient$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/NgrokApiClient$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/NgrokApiClient$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/NgrokApiClient$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/NgrokApiClient$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/NgrokApiClient$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/NgrokApiClient$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/NgrokApiClient$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/NgrokApiClient$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/NgrokApiClient$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/NgrokApiClient$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/NgrokApiClient$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "trait" : "com\/ngrok\/NgrokApiClient.html", "kind" : "object", "members_trait" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/NgrokApiClient.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/NgrokApiClient.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (NgrokApiClient) => Boolean, msg: => Any): NgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/NgrokApiClient.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (NgrokApiClient) => Boolean): NgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/NgrokApiClient.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): NgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/NgrokApiClient.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): NgrokApiClient", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/NgrokApiClient.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (NgrokApiClient, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/NgrokApiClient.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (NgrokApiClient, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/NgrokApiClient.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/NgrokApiClient.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/NgrokApiClient.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/NgrokApiClient.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/NgrokApiClient.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/NgrokApiClient.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/NgrokApiClient.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/NgrokApiClient.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/NgrokApiClient.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/NgrokApiClient.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/NgrokApiClient.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/NgrokApiClient.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/NgrokApiClient.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/NgrokApiClient.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/NgrokApiClient.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/NgrokApiClient.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/NgrokApiClient.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/NgrokApiClient.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/NgrokApiClient.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/NgrokApiClient.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}, {"label" : "sendRequest", "tail" : "(method: HttpMethod, endpoint: String, queryParams: List[(String, Option[Any])], body: Option[Json])(arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]", "member" : "com.ngrok.NgrokApiClient.sendRequest", "link" : "com\/ngrok\/NgrokApiClient.html#sendRequest[O](method:com.ngrok.NgrokApiClient.HttpMethod,endpoint:String,queryParams:List[(String,Option[Any])],body:Option[io.circe.Json])(implicitevidence$3:io.circe.Decoder[O],implicitevidence$4:scala.reflect.ClassTag[O],implicitec:scala.concurrent.ExecutionContext):scala.concurrent.Future[O]", "kind" : "abstract def"}, {"label" : "sendRequest", "tail" : "(uri: URI)(arg0: Decoder[O], arg1: ClassTag[O], ec: ExecutionContext): Future[O]", "member" : "com.ngrok.NgrokApiClient.sendRequest", "link" : "com\/ngrok\/NgrokApiClient.html#sendRequest[O](uri:java.net.URI)(implicitevidence$1:io.circe.Decoder[O],implicitevidence$2:scala.reflect.ClassTag[O],implicitec:scala.concurrent.ExecutionContext):scala.concurrent.Future[O]", "kind" : "abstract def"}], "shortDescription" : "Helpful constants and enums for making API requests."}, {"name" : "com.ngrok.Version", "shortDescription" : "Client version information.", "object" : "com\/ngrok\/Version$.html", "members_object" : [{"label" : "ClientVersion", "tail" : ": String", "member" : "com.ngrok.Version.ClientVersion", "link" : "com\/ngrok\/Version$.html#ClientVersion:String", "kind" : "final val"}, {"label" : "ApiVersion", "tail" : ": String", "member" : "com.ngrok.Version.ApiVersion", "link" : "com\/ngrok\/Version$.html#ApiVersion:String", "kind" : "final val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/Version$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/Version$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/Version$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/Version$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/Version$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/Version$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/Version$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Version$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Version$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/Version$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/Version$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/Version$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/Version$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/Version$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/Version$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/Version$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/Version$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/Version$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/Version$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "kind" : "object"}], "com.ngrok.definitions" : [{"name" : "com.ngrok.definitions.AbuseReport", "shortDescription" : "A class encapsulating the AbuseReport resource.", "object" : "com\/ngrok\/definitions\/AbuseReport$.html", "members_object" : [{"label" : "decodeAbuseReport", "tail" : ": Decoder[AbuseReport]", "member" : "com.ngrok.definitions.AbuseReport.decodeAbuseReport", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#decodeAbuseReport:io.circe.Decoder[com.ngrok.definitions.AbuseReport]", "kind" : "implicit val"}, {"label" : "encodeAbuseReport", "tail" : ": Encoder[AbuseReport]", "member" : "com.ngrok.definitions.AbuseReport.encodeAbuseReport", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#encodeAbuseReport:io.circe.Encoder[com.ngrok.definitions.AbuseReport]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AbuseReport$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReport$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/AbuseReport.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/AbuseReport.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AbuseReport) => Boolean, msg: => Any): AbuseReport", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReport.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AbuseReport) => Boolean): AbuseReport", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReport.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AbuseReport", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReport.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AbuseReport", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReport.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AbuseReport, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/AbuseReport.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AbuseReport, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/AbuseReport.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.AbuseReport#", "error" : "unsupported entity"}, {"label" : "hostnames", "tail" : ": List[AbuseReportHostname]", "member" : "com.ngrok.definitions.AbuseReport.hostnames", "link" : "com\/ngrok\/definitions\/AbuseReport.html#hostnames:List[com.ngrok.definitions.AbuseReportHostname]", "kind" : "val"}, {"label" : "status", "tail" : ": String", "member" : "com.ngrok.definitions.AbuseReport.status", "link" : "com\/ngrok\/definitions\/AbuseReport.html#status:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.AbuseReport.metadata", "link" : "com\/ngrok\/definitions\/AbuseReport.html#metadata:String", "kind" : "val"}, {"label" : "urls", "tail" : ": List[URI]", "member" : "com.ngrok.definitions.AbuseReport.urls", "link" : "com\/ngrok\/definitions\/AbuseReport.html#urls:List[java.net.URI]", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.AbuseReport.createdAt", "link" : "com\/ngrok\/definitions\/AbuseReport.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.AbuseReport.uri", "link" : "com\/ngrok\/definitions\/AbuseReport.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.AbuseReport.id", "link" : "com\/ngrok\/definitions\/AbuseReport.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/AbuseReport.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AbuseReport.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AbuseReport.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AbuseReport.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AbuseReport.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AbuseReport.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AbuseReport.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AbuseReport.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReport.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReport.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReport.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AbuseReport.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AbuseReport.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AbuseReport.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AbuseReport.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReport.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReport.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/AbuseReport.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.AbuseReportHostname", "shortDescription" : "A class encapsulating the AbuseReportHostname resource.", "object" : "com\/ngrok\/definitions\/AbuseReportHostname$.html", "members_object" : [{"label" : "decodeAbuseReportHostname", "tail" : ": Decoder[AbuseReportHostname]", "member" : "com.ngrok.definitions.AbuseReportHostname.decodeAbuseReportHostname", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#decodeAbuseReportHostname:io.circe.Decoder[com.ngrok.definitions.AbuseReportHostname]", "kind" : "implicit val"}, {"label" : "encodeAbuseReportHostname", "tail" : ": Encoder[AbuseReportHostname]", "member" : "com.ngrok.definitions.AbuseReportHostname.encodeAbuseReportHostname", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#encodeAbuseReportHostname:io.circe.Encoder[com.ngrok.definitions.AbuseReportHostname]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReportHostname$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AbuseReportHostname) => Boolean, msg: => Any): AbuseReportHostname", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AbuseReportHostname) => Boolean): AbuseReportHostname", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AbuseReportHostname", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AbuseReportHostname", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AbuseReportHostname, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AbuseReportHostname, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.AbuseReportHostname#", "error" : "unsupported entity"}, {"label" : "status", "tail" : ": String", "member" : "com.ngrok.definitions.AbuseReportHostname.status", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#status:String", "kind" : "val"}, {"label" : "hostname", "tail" : ": String", "member" : "com.ngrok.definitions.AbuseReportHostname.hostname", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#hostname:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AbuseReportHostname.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/AbuseReportHostname.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.AgentIngress", "shortDescription" : "A class encapsulating the AgentIngress resource.", "object" : "com\/ngrok\/definitions\/AgentIngress$.html", "members_object" : [{"label" : "decodeAgentIngress", "tail" : ": Decoder[AgentIngress]", "member" : "com.ngrok.definitions.AgentIngress.decodeAgentIngress", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#decodeAgentIngress:io.circe.Decoder[com.ngrok.definitions.AgentIngress]", "kind" : "implicit val"}, {"label" : "encodeAgentIngress", "tail" : ": Encoder[AgentIngress]", "member" : "com.ngrok.definitions.AgentIngress.encodeAgentIngress", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#encodeAgentIngress:io.circe.Encoder[com.ngrok.definitions.AgentIngress]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AgentIngress$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngress$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/AgentIngress.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/AgentIngress.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AgentIngress) => Boolean, msg: => Any): AgentIngress", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngress.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AgentIngress) => Boolean): AgentIngress", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngress.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AgentIngress", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngress.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AgentIngress", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngress.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AgentIngress, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/AgentIngress.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AgentIngress, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/AgentIngress.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.AgentIngress#", "error" : "unsupported entity"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.AgentIngress.createdAt", "link" : "com\/ngrok\/definitions\/AgentIngress.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "regionDomains", "tail" : ": List[String]", "member" : "com.ngrok.definitions.AgentIngress.regionDomains", "link" : "com\/ngrok\/definitions\/AgentIngress.html#regionDomains:List[String]", "kind" : "val"}, {"label" : "nsTargets", "tail" : ": List[String]", "member" : "com.ngrok.definitions.AgentIngress.nsTargets", "link" : "com\/ngrok\/definitions\/AgentIngress.html#nsTargets:List[String]", "kind" : "val"}, {"label" : "domain", "tail" : ": String", "member" : "com.ngrok.definitions.AgentIngress.domain", "link" : "com\/ngrok\/definitions\/AgentIngress.html#domain:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.AgentIngress.metadata", "link" : "com\/ngrok\/definitions\/AgentIngress.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.AgentIngress.description", "link" : "com\/ngrok\/definitions\/AgentIngress.html#description:String", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.AgentIngress.uri", "link" : "com\/ngrok\/definitions\/AgentIngress.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.AgentIngress.id", "link" : "com\/ngrok\/definitions\/AgentIngress.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/AgentIngress.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AgentIngress.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AgentIngress.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AgentIngress.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AgentIngress.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AgentIngress.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AgentIngress.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AgentIngress.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngress.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngress.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngress.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AgentIngress.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AgentIngress.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AgentIngress.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AgentIngress.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngress.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngress.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/AgentIngress.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.AgentIngressList", "shortDescription" : "A class encapsulating the AgentIngressList resource.", "object" : "com\/ngrok\/definitions\/AgentIngressList$.html", "members_object" : [{"label" : "decodeAgentIngressList", "tail" : ": Decoder[AgentIngressList]", "member" : "com.ngrok.definitions.AgentIngressList.decodeAgentIngressList", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#decodeAgentIngressList:io.circe.Decoder[com.ngrok.definitions.AgentIngressList]", "kind" : "implicit val"}, {"label" : "encodeAgentIngressList", "tail" : ": Encoder[AgentIngressList]", "member" : "com.ngrok.definitions.AgentIngressList.encodeAgentIngressList", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#encodeAgentIngressList:io.circe.Encoder[com.ngrok.definitions.AgentIngressList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngressList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AgentIngressList) => Boolean, msg: => Any): AgentIngressList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AgentIngressList) => Boolean): AgentIngressList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AgentIngressList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AgentIngressList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AgentIngressList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AgentIngressList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.AgentIngressList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.AgentIngressList.nextPageUri", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.AgentIngressList.uri", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "ingresses", "tail" : ": List[AgentIngress]", "member" : "com.ngrok.definitions.AgentIngressList.ingresses", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#ingresses:List[com.ngrok.definitions.AgentIngress]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AgentIngressList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AgentIngressList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/AgentIngressList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ApiKey", "shortDescription" : "A class encapsulating the ApiKey resource.", "object" : "com\/ngrok\/definitions\/ApiKey$.html", "members_object" : [{"label" : "decodeApiKey", "tail" : ": Decoder[ApiKey]", "member" : "com.ngrok.definitions.ApiKey.decodeApiKey", "link" : "com\/ngrok\/definitions\/ApiKey$.html#decodeApiKey:io.circe.Decoder[com.ngrok.definitions.ApiKey]", "kind" : "implicit val"}, {"label" : "encodeApiKey", "tail" : ": Encoder[ApiKey]", "member" : "com.ngrok.definitions.ApiKey.encodeApiKey", "link" : "com\/ngrok\/definitions\/ApiKey$.html#encodeApiKey:io.circe.Encoder[com.ngrok.definitions.ApiKey]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ApiKey$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ApiKey$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ApiKey$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ApiKey$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ApiKey$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ApiKey$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ApiKey$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKey$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKey$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKey$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ApiKey$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ApiKey$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ApiKey$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ApiKey$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ApiKey$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ApiKey$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ApiKey$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKey$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKey$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ApiKey.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ApiKey.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ApiKey) => Boolean, msg: => Any): ApiKey", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKey.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ApiKey) => Boolean): ApiKey", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKey.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ApiKey", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKey.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ApiKey", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKey.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ApiKey, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ApiKey.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ApiKey, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ApiKey.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ApiKey#", "error" : "unsupported entity"}, {"label" : "token", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.ApiKey.token", "link" : "com\/ngrok\/definitions\/ApiKey.html#token:Option[String]", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.ApiKey.createdAt", "link" : "com\/ngrok\/definitions\/ApiKey.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.ApiKey.metadata", "link" : "com\/ngrok\/definitions\/ApiKey.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.ApiKey.description", "link" : "com\/ngrok\/definitions\/ApiKey.html#description:String", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.ApiKey.uri", "link" : "com\/ngrok\/definitions\/ApiKey.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.ApiKey.id", "link" : "com\/ngrok\/definitions\/ApiKey.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ApiKey.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ApiKey.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ApiKey.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ApiKey.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ApiKey.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ApiKey.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ApiKey.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ApiKey.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKey.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKey.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKey.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ApiKey.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ApiKey.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ApiKey.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ApiKey.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKey.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKey.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ApiKey.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ApiKeyList", "shortDescription" : "A class encapsulating the ApiKeyList resource.", "object" : "com\/ngrok\/definitions\/ApiKeyList$.html", "members_object" : [{"label" : "decodeApiKeyList", "tail" : ": Decoder[ApiKeyList]", "member" : "com.ngrok.definitions.ApiKeyList.decodeApiKeyList", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#decodeApiKeyList:io.circe.Decoder[com.ngrok.definitions.ApiKeyList]", "kind" : "implicit val"}, {"label" : "encodeApiKeyList", "tail" : ": Encoder[ApiKeyList]", "member" : "com.ngrok.definitions.ApiKeyList.encodeApiKeyList", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#encodeApiKeyList:io.circe.Encoder[com.ngrok.definitions.ApiKeyList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKeyList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ApiKeyList) => Boolean, msg: => Any): ApiKeyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ApiKeyList) => Boolean): ApiKeyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ApiKeyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ApiKeyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ApiKeyList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ApiKeyList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ApiKeyList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.ApiKeyList.nextPageUri", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.ApiKeyList.uri", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "keys", "tail" : ": List[ApiKey]", "member" : "com.ngrok.definitions.ApiKeyList.keys", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#keys:List[com.ngrok.definitions.ApiKey]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ApiKeyList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ApiKeyList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ApiKeyList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.AwsAuth", "shortDescription" : "A class encapsulating the AwsAuth resource.", "object" : "com\/ngrok\/definitions\/AwsAuth$.html", "members_object" : [{"label" : "decodeAwsAuth", "tail" : ": Decoder[AwsAuth]", "member" : "com.ngrok.definitions.AwsAuth.decodeAwsAuth", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#decodeAwsAuth:io.circe.Decoder[com.ngrok.definitions.AwsAuth]", "kind" : "implicit val"}, {"label" : "encodeAwsAuth", "tail" : ": Encoder[AwsAuth]", "member" : "com.ngrok.definitions.AwsAuth.encodeAwsAuth", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#encodeAwsAuth:io.circe.Encoder[com.ngrok.definitions.AwsAuth]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AwsAuth$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AwsAuth$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/AwsAuth.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/AwsAuth.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AwsAuth) => Boolean, msg: => Any): AwsAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsAuth.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AwsAuth) => Boolean): AwsAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsAuth.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AwsAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsAuth.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AwsAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsAuth.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AwsAuth, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/AwsAuth.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AwsAuth, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/AwsAuth.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.AwsAuth#", "error" : "unsupported entity"}, {"label" : "creds", "tail" : ": Option[AwsCredentials]", "member" : "com.ngrok.definitions.AwsAuth.creds", "link" : "com\/ngrok\/definitions\/AwsAuth.html#creds:Option[com.ngrok.definitions.AwsCredentials]", "kind" : "val"}, {"label" : "role", "tail" : ": Option[AwsRole]", "member" : "com.ngrok.definitions.AwsAuth.role", "link" : "com\/ngrok\/definitions\/AwsAuth.html#role:Option[com.ngrok.definitions.AwsRole]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/AwsAuth.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AwsAuth.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AwsAuth.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AwsAuth.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AwsAuth.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AwsAuth.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AwsAuth.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AwsAuth.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsAuth.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsAuth.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsAuth.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AwsAuth.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AwsAuth.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AwsAuth.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AwsAuth.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AwsAuth.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AwsAuth.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/AwsAuth.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.AwsCredentials", "shortDescription" : "A class encapsulating the AwsCredentials resource.", "object" : "com\/ngrok\/definitions\/AwsCredentials$.html", "members_object" : [{"label" : "decodeAwsCredentials", "tail" : ": Decoder[AwsCredentials]", "member" : "com.ngrok.definitions.AwsCredentials.decodeAwsCredentials", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#decodeAwsCredentials:io.circe.Decoder[com.ngrok.definitions.AwsCredentials]", "kind" : "implicit val"}, {"label" : "encodeAwsCredentials", "tail" : ": Encoder[AwsCredentials]", "member" : "com.ngrok.definitions.AwsCredentials.encodeAwsCredentials", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#encodeAwsCredentials:io.circe.Encoder[com.ngrok.definitions.AwsCredentials]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AwsCredentials$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AwsCredentials) => Boolean, msg: => Any): AwsCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AwsCredentials) => Boolean): AwsCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AwsCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AwsCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AwsCredentials, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AwsCredentials, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.AwsCredentials#", "error" : "unsupported entity"}, {"label" : "awsSecretAccessKey", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.AwsCredentials.awsSecretAccessKey", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#awsSecretAccessKey:Option[String]", "kind" : "val"}, {"label" : "awsAccessKeyId", "tail" : ": String", "member" : "com.ngrok.definitions.AwsCredentials.awsAccessKeyId", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#awsAccessKeyId:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AwsCredentials.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AwsCredentials.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/AwsCredentials.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.AwsRole", "shortDescription" : "A class encapsulating the AwsRole resource.", "object" : "com\/ngrok\/definitions\/AwsRole$.html", "members_object" : [{"label" : "decodeAwsRole", "tail" : ": Decoder[AwsRole]", "member" : "com.ngrok.definitions.AwsRole.decodeAwsRole", "link" : "com\/ngrok\/definitions\/AwsRole$.html#decodeAwsRole:io.circe.Decoder[com.ngrok.definitions.AwsRole]", "kind" : "implicit val"}, {"label" : "encodeAwsRole", "tail" : ": Encoder[AwsRole]", "member" : "com.ngrok.definitions.AwsRole.encodeAwsRole", "link" : "com\/ngrok\/definitions\/AwsRole$.html#encodeAwsRole:io.circe.Encoder[com.ngrok.definitions.AwsRole]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AwsRole$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AwsRole$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AwsRole$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AwsRole$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AwsRole$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AwsRole$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AwsRole$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsRole$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsRole$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsRole$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AwsRole$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AwsRole$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/AwsRole$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AwsRole$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/AwsRole$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/AwsRole$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AwsRole$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AwsRole$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AwsRole$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/AwsRole.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/AwsRole.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AwsRole) => Boolean, msg: => Any): AwsRole", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsRole.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AwsRole) => Boolean): AwsRole", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsRole.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AwsRole", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsRole.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AwsRole", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/AwsRole.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AwsRole, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/AwsRole.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AwsRole, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/AwsRole.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.AwsRole#", "error" : "unsupported entity"}, {"label" : "roleArn", "tail" : ": String", "member" : "com.ngrok.definitions.AwsRole.roleArn", "link" : "com\/ngrok\/definitions\/AwsRole.html#roleArn:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/AwsRole.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/AwsRole.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/AwsRole.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/AwsRole.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/AwsRole.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/AwsRole.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/AwsRole.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/AwsRole.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsRole.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsRole.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/AwsRole.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/AwsRole.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/AwsRole.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/AwsRole.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/AwsRole.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/AwsRole.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/AwsRole.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/AwsRole.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.CertificateAuthority", "shortDescription" : "A class encapsulating the CertificateAuthority resource.", "object" : "com\/ngrok\/definitions\/CertificateAuthority$.html", "members_object" : [{"label" : "decodeCertificateAuthority", "tail" : ": Decoder[CertificateAuthority]", "member" : "com.ngrok.definitions.CertificateAuthority.decodeCertificateAuthority", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#decodeCertificateAuthority:io.circe.Decoder[com.ngrok.definitions.CertificateAuthority]", "kind" : "implicit val"}, {"label" : "encodeCertificateAuthority", "tail" : ": Encoder[CertificateAuthority]", "member" : "com.ngrok.definitions.CertificateAuthority.encodeCertificateAuthority", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#encodeCertificateAuthority:io.circe.Encoder[com.ngrok.definitions.CertificateAuthority]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthority$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CertificateAuthority) => Boolean, msg: => Any): CertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CertificateAuthority) => Boolean): CertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): CertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): CertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (CertificateAuthority, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (CertificateAuthority, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.CertificateAuthority#", "error" : "unsupported entity"}, {"label" : "extendedKeyUsages", "tail" : ": List[String]", "member" : "com.ngrok.definitions.CertificateAuthority.extendedKeyUsages", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#extendedKeyUsages:List[String]", "kind" : "val"}, {"label" : "keyUsages", "tail" : ": List[String]", "member" : "com.ngrok.definitions.CertificateAuthority.keyUsages", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#keyUsages:List[String]", "kind" : "val"}, {"label" : "notAfter", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.CertificateAuthority.notAfter", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#notAfter:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "notBefore", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.CertificateAuthority.notBefore", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#notBefore:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "subjectCommonName", "tail" : ": String", "member" : "com.ngrok.definitions.CertificateAuthority.subjectCommonName", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#subjectCommonName:String", "kind" : "val"}, {"label" : "caPem", "tail" : ": String", "member" : "com.ngrok.definitions.CertificateAuthority.caPem", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#caPem:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.CertificateAuthority.metadata", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.CertificateAuthority.description", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.CertificateAuthority.createdAt", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.CertificateAuthority.uri", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.CertificateAuthority.id", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthority.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/CertificateAuthority.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.CertificateAuthorityList", "shortDescription" : "A class encapsulating the CertificateAuthorityList resource.", "object" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html", "members_object" : [{"label" : "decodeCertificateAuthorityList", "tail" : ": Decoder[CertificateAuthorityList]", "member" : "com.ngrok.definitions.CertificateAuthorityList.decodeCertificateAuthorityList", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#decodeCertificateAuthorityList:io.circe.Decoder[com.ngrok.definitions.CertificateAuthorityList]", "kind" : "implicit val"}, {"label" : "encodeCertificateAuthorityList", "tail" : ": Encoder[CertificateAuthorityList]", "member" : "com.ngrok.definitions.CertificateAuthorityList.encodeCertificateAuthorityList", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#encodeCertificateAuthorityList:io.circe.Encoder[com.ngrok.definitions.CertificateAuthorityList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CertificateAuthorityList) => Boolean, msg: => Any): CertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CertificateAuthorityList) => Boolean): CertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): CertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): CertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (CertificateAuthorityList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (CertificateAuthorityList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.CertificateAuthorityList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.CertificateAuthorityList.nextPageUri", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.CertificateAuthorityList.uri", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "certificateAuthorities", "tail" : ": List[CertificateAuthority]", "member" : "com.ngrok.definitions.CertificateAuthorityList.certificateAuthorities", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#certificateAuthorities:List[com.ngrok.definitions.CertificateAuthority]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/CertificateAuthorityList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/CertificateAuthorityList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.Credential", "shortDescription" : "A class encapsulating the Credential resource.", "object" : "com\/ngrok\/definitions\/Credential$.html", "members_object" : [{"label" : "decodeCredential", "tail" : ": Decoder[Credential]", "member" : "com.ngrok.definitions.Credential.decodeCredential", "link" : "com\/ngrok\/definitions\/Credential$.html#decodeCredential:io.circe.Decoder[com.ngrok.definitions.Credential]", "kind" : "implicit val"}, {"label" : "encodeCredential", "tail" : ": Encoder[Credential]", "member" : "com.ngrok.definitions.Credential.encodeCredential", "link" : "com\/ngrok\/definitions\/Credential$.html#encodeCredential:io.circe.Encoder[com.ngrok.definitions.Credential]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Credential$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Credential$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Credential$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Credential$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Credential$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Credential$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Credential$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Credential$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Credential$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Credential$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Credential$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Credential$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/Credential$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Credential$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/Credential$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/Credential$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Credential$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Credential$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Credential$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/Credential.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/Credential.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Credential) => Boolean, msg: => Any): Credential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Credential.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Credential) => Boolean): Credential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Credential.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Credential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Credential.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Credential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Credential.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Credential, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/Credential.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Credential, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/Credential.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.Credential#", "error" : "unsupported entity"}, {"label" : "acl", "tail" : ": List[String]", "member" : "com.ngrok.definitions.Credential.acl", "link" : "com\/ngrok\/definitions\/Credential.html#acl:List[String]", "kind" : "val"}, {"label" : "token", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.Credential.token", "link" : "com\/ngrok\/definitions\/Credential.html#token:Option[String]", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.Credential.metadata", "link" : "com\/ngrok\/definitions\/Credential.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.Credential.description", "link" : "com\/ngrok\/definitions\/Credential.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.Credential.createdAt", "link" : "com\/ngrok\/definitions\/Credential.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.Credential.uri", "link" : "com\/ngrok\/definitions\/Credential.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.Credential.id", "link" : "com\/ngrok\/definitions\/Credential.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/Credential.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Credential.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Credential.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Credential.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Credential.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Credential.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Credential.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Credential.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Credential.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Credential.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Credential.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Credential.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Credential.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Credential.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Credential.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Credential.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Credential.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/Credential.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.CredentialList", "shortDescription" : "A class encapsulating the CredentialList resource.", "object" : "com\/ngrok\/definitions\/CredentialList$.html", "members_object" : [{"label" : "decodeCredentialList", "tail" : ": Decoder[CredentialList]", "member" : "com.ngrok.definitions.CredentialList.decodeCredentialList", "link" : "com\/ngrok\/definitions\/CredentialList$.html#decodeCredentialList:io.circe.Decoder[com.ngrok.definitions.CredentialList]", "kind" : "implicit val"}, {"label" : "encodeCredentialList", "tail" : ": Encoder[CredentialList]", "member" : "com.ngrok.definitions.CredentialList.encodeCredentialList", "link" : "com\/ngrok\/definitions\/CredentialList$.html#encodeCredentialList:io.circe.Encoder[com.ngrok.definitions.CredentialList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/CredentialList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/CredentialList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/CredentialList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/CredentialList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/CredentialList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/CredentialList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/CredentialList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CredentialList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CredentialList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CredentialList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/CredentialList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/CredentialList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/CredentialList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/CredentialList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/CredentialList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/CredentialList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/CredentialList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/CredentialList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/CredentialList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/CredentialList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/CredentialList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CredentialList) => Boolean, msg: => Any): CredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CredentialList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CredentialList) => Boolean): CredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CredentialList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): CredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CredentialList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): CredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/CredentialList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (CredentialList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/CredentialList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (CredentialList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/CredentialList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.CredentialList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.CredentialList.nextPageUri", "link" : "com\/ngrok\/definitions\/CredentialList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.CredentialList.uri", "link" : "com\/ngrok\/definitions\/CredentialList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "credentials", "tail" : ": List[Credential]", "member" : "com.ngrok.definitions.CredentialList.credentials", "link" : "com\/ngrok\/definitions\/CredentialList.html#credentials:List[com.ngrok.definitions.Credential]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/CredentialList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/CredentialList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/CredentialList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/CredentialList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/CredentialList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/CredentialList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/CredentialList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/CredentialList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CredentialList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CredentialList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/CredentialList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/CredentialList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/CredentialList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/CredentialList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/CredentialList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/CredentialList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/CredentialList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/CredentialList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.Endpoint", "shortDescription" : "A class encapsulating the Endpoint resource.", "object" : "com\/ngrok\/definitions\/Endpoint$.html", "members_object" : [{"label" : "decodeEndpoint", "tail" : ": Decoder[Endpoint]", "member" : "com.ngrok.definitions.Endpoint.decodeEndpoint", "link" : "com\/ngrok\/definitions\/Endpoint$.html#decodeEndpoint:io.circe.Decoder[com.ngrok.definitions.Endpoint]", "kind" : "implicit val"}, {"label" : "encodeEndpoint", "tail" : ": Encoder[Endpoint]", "member" : "com.ngrok.definitions.Endpoint.encodeEndpoint", "link" : "com\/ngrok\/definitions\/Endpoint$.html#encodeEndpoint:io.circe.Encoder[com.ngrok.definitions.Endpoint]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Endpoint$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Endpoint$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Endpoint$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Endpoint$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Endpoint$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Endpoint$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Endpoint$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Endpoint$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Endpoint$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Endpoint$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Endpoint$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Endpoint$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/Endpoint$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Endpoint$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/Endpoint$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/Endpoint$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Endpoint$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Endpoint$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Endpoint$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/Endpoint.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/Endpoint.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Endpoint) => Boolean, msg: => Any): Endpoint", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Endpoint.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Endpoint) => Boolean): Endpoint", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Endpoint.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Endpoint", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Endpoint.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Endpoint", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Endpoint.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Endpoint, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/Endpoint.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Endpoint, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/Endpoint.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.Endpoint#", "error" : "unsupported entity"}, {"label" : "edge", "tail" : ": Option[Ref]", "member" : "com.ngrok.definitions.Endpoint.edge", "link" : "com\/ngrok\/definitions\/Endpoint.html#edge:Option[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "tunnel", "tail" : ": Option[Ref]", "member" : "com.ngrok.definitions.Endpoint.tunnel", "link" : "com\/ngrok\/definitions\/Endpoint.html#tunnel:Option[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "tcpAddr", "tail" : ": Option[Ref]", "member" : "com.ngrok.definitions.Endpoint.tcpAddr", "link" : "com\/ngrok\/definitions\/Endpoint.html#tcpAddr:Option[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "domain", "tail" : ": Option[Ref]", "member" : "com.ngrok.definitions.Endpoint.domain", "link" : "com\/ngrok\/definitions\/Endpoint.html#domain:Option[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.Endpoint.metadata", "link" : "com\/ngrok\/definitions\/Endpoint.html#metadata:String", "kind" : "val"}, {"label" : "type", "tail" : ": String", "member" : "com.ngrok.definitions.Endpoint.type", "link" : "com\/ngrok\/definitions\/Endpoint.html#type:String", "kind" : "val"}, {"label" : "hostport", "tail" : ": String", "member" : "com.ngrok.definitions.Endpoint.hostport", "link" : "com\/ngrok\/definitions\/Endpoint.html#hostport:String", "kind" : "val"}, {"label" : "proto", "tail" : ": String", "member" : "com.ngrok.definitions.Endpoint.proto", "link" : "com\/ngrok\/definitions\/Endpoint.html#proto:String", "kind" : "val"}, {"label" : "publicUrl", "tail" : ": URI", "member" : "com.ngrok.definitions.Endpoint.publicUrl", "link" : "com\/ngrok\/definitions\/Endpoint.html#publicUrl:java.net.URI", "kind" : "val"}, {"label" : "updatedAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.Endpoint.updatedAt", "link" : "com\/ngrok\/definitions\/Endpoint.html#updatedAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.Endpoint.createdAt", "link" : "com\/ngrok\/definitions\/Endpoint.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "region", "tail" : ": String", "member" : "com.ngrok.definitions.Endpoint.region", "link" : "com\/ngrok\/definitions\/Endpoint.html#region:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.Endpoint.id", "link" : "com\/ngrok\/definitions\/Endpoint.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/Endpoint.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Endpoint.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Endpoint.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Endpoint.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Endpoint.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Endpoint.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Endpoint.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Endpoint.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Endpoint.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Endpoint.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Endpoint.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Endpoint.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Endpoint.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Endpoint.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Endpoint.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Endpoint.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Endpoint.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/Endpoint.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointBackend", "shortDescription" : "A class encapsulating the EndpointBackend resource.", "object" : "com\/ngrok\/definitions\/EndpointBackend$.html", "members_object" : [{"label" : "decodeEndpointBackend", "tail" : ": Decoder[EndpointBackend]", "member" : "com.ngrok.definitions.EndpointBackend.decodeEndpointBackend", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#decodeEndpointBackend:io.circe.Decoder[com.ngrok.definitions.EndpointBackend]", "kind" : "implicit val"}, {"label" : "encodeEndpointBackend", "tail" : ": Encoder[EndpointBackend]", "member" : "com.ngrok.definitions.EndpointBackend.encodeEndpointBackend", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#encodeEndpointBackend:io.circe.Encoder[com.ngrok.definitions.EndpointBackend]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackend$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointBackend) => Boolean, msg: => Any): EndpointBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointBackend) => Boolean): EndpointBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointBackend, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointBackend, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointBackend#", "error" : "unsupported entity"}, {"label" : "backend", "tail" : ": Ref", "member" : "com.ngrok.definitions.EndpointBackend.backend", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#backend:com.ngrok.definitions.Ref", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointBackend.enabled", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointBackend.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackend.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointBackend.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointBackendMutate", "shortDescription" : "A class encapsulating the EndpointBackendMutate resource.", "object" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html", "members_object" : [{"label" : "decodeEndpointBackendMutate", "tail" : ": Decoder[EndpointBackendMutate]", "member" : "com.ngrok.definitions.EndpointBackendMutate.decodeEndpointBackendMutate", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#decodeEndpointBackendMutate:io.circe.Decoder[com.ngrok.definitions.EndpointBackendMutate]", "kind" : "implicit val"}, {"label" : "encodeEndpointBackendMutate", "tail" : ": Encoder[EndpointBackendMutate]", "member" : "com.ngrok.definitions.EndpointBackendMutate.encodeEndpointBackendMutate", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#encodeEndpointBackendMutate:io.circe.Encoder[com.ngrok.definitions.EndpointBackendMutate]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointBackendMutate) => Boolean, msg: => Any): EndpointBackendMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointBackendMutate) => Boolean): EndpointBackendMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointBackendMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointBackendMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointBackendMutate, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointBackendMutate, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointBackendMutate#", "error" : "unsupported entity"}, {"label" : "backendId", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointBackendMutate.backendId", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#backendId:String", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointBackendMutate.enabled", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointBackendMutate.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointBackendMutate.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointCircuitBreaker", "shortDescription" : "A class encapsulating the EndpointCircuitBreaker resource.", "object" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html", "members_object" : [{"label" : "decodeEndpointCircuitBreaker", "tail" : ": Decoder[EndpointCircuitBreaker]", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.decodeEndpointCircuitBreaker", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#decodeEndpointCircuitBreaker:io.circe.Decoder[com.ngrok.definitions.EndpointCircuitBreaker]", "kind" : "implicit val"}, {"label" : "encodeEndpointCircuitBreaker", "tail" : ": Encoder[EndpointCircuitBreaker]", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.encodeEndpointCircuitBreaker", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#encodeEndpointCircuitBreaker:io.circe.Encoder[com.ngrok.definitions.EndpointCircuitBreaker]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointCircuitBreaker) => Boolean, msg: => Any): EndpointCircuitBreaker", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointCircuitBreaker) => Boolean): EndpointCircuitBreaker", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointCircuitBreaker", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointCircuitBreaker", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointCircuitBreaker, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointCircuitBreaker, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointCircuitBreaker#", "error" : "unsupported entity"}, {"label" : "errorThresholdPercentage", "tail" : ": Double", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.errorThresholdPercentage", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#errorThresholdPercentage:Double", "kind" : "val"}, {"label" : "volumeThreshold", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.volumeThreshold", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#volumeThreshold:Long", "kind" : "val"}, {"label" : "numBuckets", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.numBuckets", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#numBuckets:Long", "kind" : "val"}, {"label" : "rollingWindow", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.rollingWindow", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#rollingWindow:Long", "kind" : "val"}, {"label" : "trippedDuration", "tail" : ": Duration", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.trippedDuration", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#trippedDuration:java.time.Duration", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointCircuitBreaker.enabled", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointCircuitBreaker.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointCompression", "shortDescription" : "A class encapsulating the EndpointCompression resource.", "object" : "com\/ngrok\/definitions\/EndpointCompression$.html", "members_object" : [{"label" : "decodeEndpointCompression", "tail" : ": Decoder[EndpointCompression]", "member" : "com.ngrok.definitions.EndpointCompression.decodeEndpointCompression", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#decodeEndpointCompression:io.circe.Decoder[com.ngrok.definitions.EndpointCompression]", "kind" : "implicit val"}, {"label" : "encodeEndpointCompression", "tail" : ": Encoder[EndpointCompression]", "member" : "com.ngrok.definitions.EndpointCompression.encodeEndpointCompression", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#encodeEndpointCompression:io.circe.Encoder[com.ngrok.definitions.EndpointCompression]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCompression$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointCompression) => Boolean, msg: => Any): EndpointCompression", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointCompression) => Boolean): EndpointCompression", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointCompression", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointCompression", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointCompression, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointCompression, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointCompression#", "error" : "unsupported entity"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointCompression.enabled", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointCompression.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointCompression.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointCompression.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointIpPolicy", "shortDescription" : "A class encapsulating the EndpointIpPolicy resource.", "object" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html", "members_object" : [{"label" : "decodeEndpointIpPolicy", "tail" : ": Decoder[EndpointIpPolicy]", "member" : "com.ngrok.definitions.EndpointIpPolicy.decodeEndpointIpPolicy", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#decodeEndpointIpPolicy:io.circe.Decoder[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "implicit val"}, {"label" : "encodeEndpointIpPolicy", "tail" : ": Encoder[EndpointIpPolicy]", "member" : "com.ngrok.definitions.EndpointIpPolicy.encodeEndpointIpPolicy", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#encodeEndpointIpPolicy:io.circe.Encoder[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointIpPolicy) => Boolean, msg: => Any): EndpointIpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointIpPolicy) => Boolean): EndpointIpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointIpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointIpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointIpPolicy, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointIpPolicy, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointIpPolicy#", "error" : "unsupported entity"}, {"label" : "ipPolicies", "tail" : ": List[Ref]", "member" : "com.ngrok.definitions.EndpointIpPolicy.ipPolicies", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#ipPolicies:List[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointIpPolicy.enabled", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicy.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointIpPolicy.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointIpPolicyMutate", "shortDescription" : "A class encapsulating the EndpointIpPolicyMutate resource.", "object" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html", "members_object" : [{"label" : "decodeEndpointIpPolicyMutate", "tail" : ": Decoder[EndpointIpPolicyMutate]", "member" : "com.ngrok.definitions.EndpointIpPolicyMutate.decodeEndpointIpPolicyMutate", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#decodeEndpointIpPolicyMutate:io.circe.Decoder[com.ngrok.definitions.EndpointIpPolicyMutate]", "kind" : "implicit val"}, {"label" : "encodeEndpointIpPolicyMutate", "tail" : ": Encoder[EndpointIpPolicyMutate]", "member" : "com.ngrok.definitions.EndpointIpPolicyMutate.encodeEndpointIpPolicyMutate", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#encodeEndpointIpPolicyMutate:io.circe.Encoder[com.ngrok.definitions.EndpointIpPolicyMutate]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointIpPolicyMutate) => Boolean, msg: => Any): EndpointIpPolicyMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointIpPolicyMutate) => Boolean): EndpointIpPolicyMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointIpPolicyMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointIpPolicyMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointIpPolicyMutate, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointIpPolicyMutate, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointIpPolicyMutate#", "error" : "unsupported entity"}, {"label" : "ipPolicyIds", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointIpPolicyMutate.ipPolicyIds", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#ipPolicyIds:List[String]", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointIpPolicyMutate.enabled", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointIpPolicyMutate.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointList", "shortDescription" : "A class encapsulating the EndpointList resource.", "object" : "com\/ngrok\/definitions\/EndpointList$.html", "members_object" : [{"label" : "decodeEndpointList", "tail" : ": Decoder[EndpointList]", "member" : "com.ngrok.definitions.EndpointList.decodeEndpointList", "link" : "com\/ngrok\/definitions\/EndpointList$.html#decodeEndpointList:io.circe.Decoder[com.ngrok.definitions.EndpointList]", "kind" : "implicit val"}, {"label" : "encodeEndpointList", "tail" : ": Encoder[EndpointList]", "member" : "com.ngrok.definitions.EndpointList.encodeEndpointList", "link" : "com\/ngrok\/definitions\/EndpointList$.html#encodeEndpointList:io.circe.Encoder[com.ngrok.definitions.EndpointList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointList) => Boolean, msg: => Any): EndpointList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointList) => Boolean): EndpointList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.EndpointList.nextPageUri", "link" : "com\/ngrok\/definitions\/EndpointList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.EndpointList.uri", "link" : "com\/ngrok\/definitions\/EndpointList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "endpoints", "tail" : ": List[Endpoint]", "member" : "com.ngrok.definitions.EndpointList.endpoints", "link" : "com\/ngrok\/definitions\/EndpointList.html#endpoints:List[com.ngrok.definitions.Endpoint]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointMutualTls", "shortDescription" : "A class encapsulating the EndpointMutualTls resource.", "object" : "com\/ngrok\/definitions\/EndpointMutualTls$.html", "members_object" : [{"label" : "decodeEndpointMutualTls", "tail" : ": Decoder[EndpointMutualTls]", "member" : "com.ngrok.definitions.EndpointMutualTls.decodeEndpointMutualTls", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#decodeEndpointMutualTls:io.circe.Decoder[com.ngrok.definitions.EndpointMutualTls]", "kind" : "implicit val"}, {"label" : "encodeEndpointMutualTls", "tail" : ": Encoder[EndpointMutualTls]", "member" : "com.ngrok.definitions.EndpointMutualTls.encodeEndpointMutualTls", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#encodeEndpointMutualTls:io.circe.Encoder[com.ngrok.definitions.EndpointMutualTls]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTls$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointMutualTls) => Boolean, msg: => Any): EndpointMutualTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointMutualTls) => Boolean): EndpointMutualTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointMutualTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointMutualTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointMutualTls, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointMutualTls, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointMutualTls#", "error" : "unsupported entity"}, {"label" : "certificateAuthorities", "tail" : ": List[Ref]", "member" : "com.ngrok.definitions.EndpointMutualTls.certificateAuthorities", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#certificateAuthorities:List[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointMutualTls.enabled", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTls.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointMutualTls.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointMutualTlsMutate", "shortDescription" : "A class encapsulating the EndpointMutualTlsMutate resource.", "object" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html", "members_object" : [{"label" : "decodeEndpointMutualTlsMutate", "tail" : ": Decoder[EndpointMutualTlsMutate]", "member" : "com.ngrok.definitions.EndpointMutualTlsMutate.decodeEndpointMutualTlsMutate", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#decodeEndpointMutualTlsMutate:io.circe.Decoder[com.ngrok.definitions.EndpointMutualTlsMutate]", "kind" : "implicit val"}, {"label" : "encodeEndpointMutualTlsMutate", "tail" : ": Encoder[EndpointMutualTlsMutate]", "member" : "com.ngrok.definitions.EndpointMutualTlsMutate.encodeEndpointMutualTlsMutate", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#encodeEndpointMutualTlsMutate:io.circe.Encoder[com.ngrok.definitions.EndpointMutualTlsMutate]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointMutualTlsMutate) => Boolean, msg: => Any): EndpointMutualTlsMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointMutualTlsMutate) => Boolean): EndpointMutualTlsMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointMutualTlsMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointMutualTlsMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointMutualTlsMutate, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointMutualTlsMutate, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointMutualTlsMutate#", "error" : "unsupported entity"}, {"label" : "certificateAuthorityIds", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointMutualTlsMutate.certificateAuthorityIds", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#certificateAuthorityIds:List[String]", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointMutualTlsMutate.enabled", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointMutualTlsMutate.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointOAuth", "shortDescription" : "A class encapsulating the EndpointOAuth resource.", "object" : "com\/ngrok\/definitions\/EndpointOAuth$.html", "members_object" : [{"label" : "decodeEndpointOAuth", "tail" : ": Decoder[EndpointOAuth]", "member" : "com.ngrok.definitions.EndpointOAuth.decodeEndpointOAuth", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#decodeEndpointOAuth:io.circe.Decoder[com.ngrok.definitions.EndpointOAuth]", "kind" : "implicit val"}, {"label" : "encodeEndpointOAuth", "tail" : ": Encoder[EndpointOAuth]", "member" : "com.ngrok.definitions.EndpointOAuth.encodeEndpointOAuth", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#encodeEndpointOAuth:io.circe.Encoder[com.ngrok.definitions.EndpointOAuth]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuth$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuth) => Boolean, msg: => Any): EndpointOAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuth) => Boolean): EndpointOAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointOAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointOAuth", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointOAuth, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointOAuth, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointOAuth#", "error" : "unsupported entity"}, {"label" : "authCheckInterval", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointOAuth.authCheckInterval", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#authCheckInterval:Long", "kind" : "val"}, {"label" : "maximumDuration", "tail" : ": Duration", "member" : "com.ngrok.definitions.EndpointOAuth.maximumDuration", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#maximumDuration:java.time.Duration", "kind" : "val"}, {"label" : "inactivityTimeout", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointOAuth.inactivityTimeout", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#inactivityTimeout:Long", "kind" : "val"}, {"label" : "cookiePrefix", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointOAuth.cookiePrefix", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#cookiePrefix:String", "kind" : "val"}, {"label" : "optionsPassthrough", "tail" : ": Boolean", "member" : "com.ngrok.definitions.EndpointOAuth.optionsPassthrough", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#optionsPassthrough:Boolean", "kind" : "val"}, {"label" : "provider", "tail" : ": EndpointOAuthProvider", "member" : "com.ngrok.definitions.EndpointOAuth.provider", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#provider:com.ngrok.definitions.EndpointOAuthProvider", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointOAuth.enabled", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuth.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointOAuth.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointOAuthFacebook", "shortDescription" : "A class encapsulating the EndpointOAuthFacebook resource.", "object" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html", "members_object" : [{"label" : "decodeEndpointOAuthFacebook", "tail" : ": Decoder[EndpointOAuthFacebook]", "member" : "com.ngrok.definitions.EndpointOAuthFacebook.decodeEndpointOAuthFacebook", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#decodeEndpointOAuthFacebook:io.circe.Decoder[com.ngrok.definitions.EndpointOAuthFacebook]", "kind" : "implicit val"}, {"label" : "encodeEndpointOAuthFacebook", "tail" : ": Encoder[EndpointOAuthFacebook]", "member" : "com.ngrok.definitions.EndpointOAuthFacebook.encodeEndpointOAuthFacebook", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#encodeEndpointOAuthFacebook:io.circe.Encoder[com.ngrok.definitions.EndpointOAuthFacebook]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthFacebook) => Boolean, msg: => Any): EndpointOAuthFacebook", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthFacebook) => Boolean): EndpointOAuthFacebook", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointOAuthFacebook", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointOAuthFacebook", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointOAuthFacebook, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointOAuthFacebook, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointOAuthFacebook#", "error" : "unsupported entity"}, {"label" : "emailDomains", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthFacebook.emailDomains", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#emailDomains:List[String]", "kind" : "val"}, {"label" : "emailAddresses", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthFacebook.emailAddresses", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#emailAddresses:List[String]", "kind" : "val"}, {"label" : "scopes", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthFacebook.scopes", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#scopes:List[String]", "kind" : "val"}, {"label" : "clientSecret", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthFacebook.clientSecret", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#clientSecret:Option[String]", "kind" : "val"}, {"label" : "clientId", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthFacebook.clientId", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#clientId:Option[String]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointOAuthFacebook.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointOAuthGitHub", "shortDescription" : "A class encapsulating the EndpointOAuthGitHub resource.", "object" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html", "members_object" : [{"label" : "decodeEndpointOAuthGitHub", "tail" : ": Decoder[EndpointOAuthGitHub]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.decodeEndpointOAuthGitHub", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#decodeEndpointOAuthGitHub:io.circe.Decoder[com.ngrok.definitions.EndpointOAuthGitHub]", "kind" : "implicit val"}, {"label" : "encodeEndpointOAuthGitHub", "tail" : ": Encoder[EndpointOAuthGitHub]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.encodeEndpointOAuthGitHub", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#encodeEndpointOAuthGitHub:io.circe.Encoder[com.ngrok.definitions.EndpointOAuthGitHub]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthGitHub) => Boolean, msg: => Any): EndpointOAuthGitHub", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthGitHub) => Boolean): EndpointOAuthGitHub", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointOAuthGitHub", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointOAuthGitHub", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointOAuthGitHub, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointOAuthGitHub, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointOAuthGitHub#", "error" : "unsupported entity"}, {"label" : "organizations", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.organizations", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#organizations:List[String]", "kind" : "val"}, {"label" : "teams", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.teams", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#teams:List[String]", "kind" : "val"}, {"label" : "emailDomains", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.emailDomains", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#emailDomains:List[String]", "kind" : "val"}, {"label" : "emailAddresses", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.emailAddresses", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#emailAddresses:List[String]", "kind" : "val"}, {"label" : "scopes", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.scopes", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#scopes:List[String]", "kind" : "val"}, {"label" : "clientSecret", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.clientSecret", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#clientSecret:Option[String]", "kind" : "val"}, {"label" : "clientId", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthGitHub.clientId", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#clientId:Option[String]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointOAuthGitHub.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointOAuthGoogle", "shortDescription" : "A class encapsulating the EndpointOAuthGoogle resource.", "object" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html", "members_object" : [{"label" : "decodeEndpointOAuthGoogle", "tail" : ": Decoder[EndpointOAuthGoogle]", "member" : "com.ngrok.definitions.EndpointOAuthGoogle.decodeEndpointOAuthGoogle", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#decodeEndpointOAuthGoogle:io.circe.Decoder[com.ngrok.definitions.EndpointOAuthGoogle]", "kind" : "implicit val"}, {"label" : "encodeEndpointOAuthGoogle", "tail" : ": Encoder[EndpointOAuthGoogle]", "member" : "com.ngrok.definitions.EndpointOAuthGoogle.encodeEndpointOAuthGoogle", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#encodeEndpointOAuthGoogle:io.circe.Encoder[com.ngrok.definitions.EndpointOAuthGoogle]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthGoogle) => Boolean, msg: => Any): EndpointOAuthGoogle", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthGoogle) => Boolean): EndpointOAuthGoogle", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointOAuthGoogle", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointOAuthGoogle", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointOAuthGoogle, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointOAuthGoogle, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointOAuthGoogle#", "error" : "unsupported entity"}, {"label" : "emailDomains", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGoogle.emailDomains", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#emailDomains:List[String]", "kind" : "val"}, {"label" : "emailAddresses", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGoogle.emailAddresses", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#emailAddresses:List[String]", "kind" : "val"}, {"label" : "scopes", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthGoogle.scopes", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#scopes:List[String]", "kind" : "val"}, {"label" : "clientSecret", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthGoogle.clientSecret", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#clientSecret:Option[String]", "kind" : "val"}, {"label" : "clientId", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthGoogle.clientId", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#clientId:Option[String]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointOAuthGoogle.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointOAuthMicrosoft", "shortDescription" : "A class encapsulating the EndpointOAuthMicrosoft resource.", "object" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html", "members_object" : [{"label" : "decodeEndpointOAuthMicrosoft", "tail" : ": Decoder[EndpointOAuthMicrosoft]", "member" : "com.ngrok.definitions.EndpointOAuthMicrosoft.decodeEndpointOAuthMicrosoft", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#decodeEndpointOAuthMicrosoft:io.circe.Decoder[com.ngrok.definitions.EndpointOAuthMicrosoft]", "kind" : "implicit val"}, {"label" : "encodeEndpointOAuthMicrosoft", "tail" : ": Encoder[EndpointOAuthMicrosoft]", "member" : "com.ngrok.definitions.EndpointOAuthMicrosoft.encodeEndpointOAuthMicrosoft", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#encodeEndpointOAuthMicrosoft:io.circe.Encoder[com.ngrok.definitions.EndpointOAuthMicrosoft]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthMicrosoft) => Boolean, msg: => Any): EndpointOAuthMicrosoft", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthMicrosoft) => Boolean): EndpointOAuthMicrosoft", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointOAuthMicrosoft", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointOAuthMicrosoft", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointOAuthMicrosoft, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointOAuthMicrosoft, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointOAuthMicrosoft#", "error" : "unsupported entity"}, {"label" : "emailDomains", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthMicrosoft.emailDomains", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#emailDomains:List[String]", "kind" : "val"}, {"label" : "emailAddresses", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthMicrosoft.emailAddresses", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#emailAddresses:List[String]", "kind" : "val"}, {"label" : "scopes", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOAuthMicrosoft.scopes", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#scopes:List[String]", "kind" : "val"}, {"label" : "clientSecret", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthMicrosoft.clientSecret", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#clientSecret:Option[String]", "kind" : "val"}, {"label" : "clientId", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointOAuthMicrosoft.clientId", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#clientId:Option[String]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointOAuthMicrosoft.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointOAuthProvider", "shortDescription" : "A class encapsulating the EndpointOAuthProvider resource.", "object" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html", "members_object" : [{"label" : "decodeEndpointOAuthProvider", "tail" : ": Decoder[EndpointOAuthProvider]", "member" : "com.ngrok.definitions.EndpointOAuthProvider.decodeEndpointOAuthProvider", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#decodeEndpointOAuthProvider:io.circe.Decoder[com.ngrok.definitions.EndpointOAuthProvider]", "kind" : "implicit val"}, {"label" : "encodeEndpointOAuthProvider", "tail" : ": Encoder[EndpointOAuthProvider]", "member" : "com.ngrok.definitions.EndpointOAuthProvider.encodeEndpointOAuthProvider", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#encodeEndpointOAuthProvider:io.circe.Encoder[com.ngrok.definitions.EndpointOAuthProvider]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthProvider) => Boolean, msg: => Any): EndpointOAuthProvider", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOAuthProvider) => Boolean): EndpointOAuthProvider", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointOAuthProvider", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointOAuthProvider", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointOAuthProvider, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointOAuthProvider, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointOAuthProvider#", "error" : "unsupported entity"}, {"label" : "google", "tail" : ": Option[EndpointOAuthGoogle]", "member" : "com.ngrok.definitions.EndpointOAuthProvider.google", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#google:Option[com.ngrok.definitions.EndpointOAuthGoogle]", "kind" : "val"}, {"label" : "microsoft", "tail" : ": Option[EndpointOAuthMicrosoft]", "member" : "com.ngrok.definitions.EndpointOAuthProvider.microsoft", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#microsoft:Option[com.ngrok.definitions.EndpointOAuthMicrosoft]", "kind" : "val"}, {"label" : "facebook", "tail" : ": Option[EndpointOAuthFacebook]", "member" : "com.ngrok.definitions.EndpointOAuthProvider.facebook", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#facebook:Option[com.ngrok.definitions.EndpointOAuthFacebook]", "kind" : "val"}, {"label" : "github", "tail" : ": Option[EndpointOAuthGitHub]", "member" : "com.ngrok.definitions.EndpointOAuthProvider.github", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#github:Option[com.ngrok.definitions.EndpointOAuthGitHub]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointOAuthProvider.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointOidc", "shortDescription" : "A class encapsulating the EndpointOidc resource.", "object" : "com\/ngrok\/definitions\/EndpointOidc$.html", "members_object" : [{"label" : "decodeEndpointOidc", "tail" : ": Decoder[EndpointOidc]", "member" : "com.ngrok.definitions.EndpointOidc.decodeEndpointOidc", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#decodeEndpointOidc:io.circe.Decoder[com.ngrok.definitions.EndpointOidc]", "kind" : "implicit val"}, {"label" : "encodeEndpointOidc", "tail" : ": Encoder[EndpointOidc]", "member" : "com.ngrok.definitions.EndpointOidc.encodeEndpointOidc", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#encodeEndpointOidc:io.circe.Encoder[com.ngrok.definitions.EndpointOidc]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOidc$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOidc) => Boolean, msg: => Any): EndpointOidc", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointOidc) => Boolean): EndpointOidc", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointOidc", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointOidc", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointOidc, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointOidc, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointOidc#", "error" : "unsupported entity"}, {"label" : "scopes", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointOidc.scopes", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#scopes:List[String]", "kind" : "val"}, {"label" : "clientSecret", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointOidc.clientSecret", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#clientSecret:String", "kind" : "val"}, {"label" : "clientId", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointOidc.clientId", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#clientId:String", "kind" : "val"}, {"label" : "issuer", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointOidc.issuer", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#issuer:String", "kind" : "val"}, {"label" : "maximumDuration", "tail" : ": Duration", "member" : "com.ngrok.definitions.EndpointOidc.maximumDuration", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#maximumDuration:java.time.Duration", "kind" : "val"}, {"label" : "inactivityTimeout", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointOidc.inactivityTimeout", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#inactivityTimeout:Long", "kind" : "val"}, {"label" : "cookiePrefix", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointOidc.cookiePrefix", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#cookiePrefix:String", "kind" : "val"}, {"label" : "optionsPassthrough", "tail" : ": Boolean", "member" : "com.ngrok.definitions.EndpointOidc.optionsPassthrough", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#optionsPassthrough:Boolean", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointOidc.enabled", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointOidc.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointOidc.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointOidc.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointRequestHeaders", "shortDescription" : "A class encapsulating the EndpointRequestHeaders resource.", "object" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html", "members_object" : [{"label" : "decodeEndpointRequestHeaders", "tail" : ": Decoder[EndpointRequestHeaders]", "member" : "com.ngrok.definitions.EndpointRequestHeaders.decodeEndpointRequestHeaders", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#decodeEndpointRequestHeaders:io.circe.Decoder[com.ngrok.definitions.EndpointRequestHeaders]", "kind" : "implicit val"}, {"label" : "encodeEndpointRequestHeaders", "tail" : ": Encoder[EndpointRequestHeaders]", "member" : "com.ngrok.definitions.EndpointRequestHeaders.encodeEndpointRequestHeaders", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#encodeEndpointRequestHeaders:io.circe.Encoder[com.ngrok.definitions.EndpointRequestHeaders]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointRequestHeaders) => Boolean, msg: => Any): EndpointRequestHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointRequestHeaders) => Boolean): EndpointRequestHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointRequestHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointRequestHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointRequestHeaders, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointRequestHeaders, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointRequestHeaders#", "error" : "unsupported entity"}, {"label" : "remove", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointRequestHeaders.remove", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#remove:List[String]", "kind" : "val"}, {"label" : "add", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.EndpointRequestHeaders.add", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#add:Map[String,String]", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointRequestHeaders.enabled", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointRequestHeaders.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointResponseHeaders", "shortDescription" : "A class encapsulating the EndpointResponseHeaders resource.", "object" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html", "members_object" : [{"label" : "decodeEndpointResponseHeaders", "tail" : ": Decoder[EndpointResponseHeaders]", "member" : "com.ngrok.definitions.EndpointResponseHeaders.decodeEndpointResponseHeaders", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#decodeEndpointResponseHeaders:io.circe.Decoder[com.ngrok.definitions.EndpointResponseHeaders]", "kind" : "implicit val"}, {"label" : "encodeEndpointResponseHeaders", "tail" : ": Encoder[EndpointResponseHeaders]", "member" : "com.ngrok.definitions.EndpointResponseHeaders.encodeEndpointResponseHeaders", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#encodeEndpointResponseHeaders:io.circe.Encoder[com.ngrok.definitions.EndpointResponseHeaders]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointResponseHeaders) => Boolean, msg: => Any): EndpointResponseHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointResponseHeaders) => Boolean): EndpointResponseHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointResponseHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointResponseHeaders", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointResponseHeaders, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointResponseHeaders, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointResponseHeaders#", "error" : "unsupported entity"}, {"label" : "remove", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointResponseHeaders.remove", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#remove:List[String]", "kind" : "val"}, {"label" : "add", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.EndpointResponseHeaders.add", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#add:Map[String,String]", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointResponseHeaders.enabled", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointResponseHeaders.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointSaml", "shortDescription" : "A class encapsulating the EndpointSaml resource.", "object" : "com\/ngrok\/definitions\/EndpointSaml$.html", "members_object" : [{"label" : "decodeEndpointSaml", "tail" : ": Decoder[EndpointSaml]", "member" : "com.ngrok.definitions.EndpointSaml.decodeEndpointSaml", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#decodeEndpointSaml:io.circe.Decoder[com.ngrok.definitions.EndpointSaml]", "kind" : "implicit val"}, {"label" : "encodeEndpointSaml", "tail" : ": Encoder[EndpointSaml]", "member" : "com.ngrok.definitions.EndpointSaml.encodeEndpointSaml", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#encodeEndpointSaml:io.circe.Encoder[com.ngrok.definitions.EndpointSaml]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSaml$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointSaml) => Boolean, msg: => Any): EndpointSaml", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointSaml) => Boolean): EndpointSaml", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointSaml", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointSaml", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointSaml, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointSaml, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointSaml#", "error" : "unsupported entity"}, {"label" : "nameidFormat", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSaml.nameidFormat", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#nameidFormat:String", "kind" : "val"}, {"label" : "metadataUrl", "tail" : ": URI", "member" : "com.ngrok.definitions.EndpointSaml.metadataUrl", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#metadataUrl:java.net.URI", "kind" : "val"}, {"label" : "requestSigningCertificatePem", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSaml.requestSigningCertificatePem", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#requestSigningCertificatePem:String", "kind" : "val"}, {"label" : "singleLogoutUrl", "tail" : ": URI", "member" : "com.ngrok.definitions.EndpointSaml.singleLogoutUrl", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#singleLogoutUrl:java.net.URI", "kind" : "val"}, {"label" : "assertionConsumerServiceUrl", "tail" : ": URI", "member" : "com.ngrok.definitions.EndpointSaml.assertionConsumerServiceUrl", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#assertionConsumerServiceUrl:java.net.URI", "kind" : "val"}, {"label" : "entityId", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSaml.entityId", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#entityId:String", "kind" : "val"}, {"label" : "authorizedGroups", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointSaml.authorizedGroups", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#authorizedGroups:List[String]", "kind" : "val"}, {"label" : "allowIdpInitiated", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointSaml.allowIdpInitiated", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#allowIdpInitiated:Option[Boolean]", "kind" : "val"}, {"label" : "forceAuthn", "tail" : ": Boolean", "member" : "com.ngrok.definitions.EndpointSaml.forceAuthn", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#forceAuthn:Boolean", "kind" : "val"}, {"label" : "idpMetadata", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSaml.idpMetadata", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#idpMetadata:String", "kind" : "val"}, {"label" : "maximumDuration", "tail" : ": Duration", "member" : "com.ngrok.definitions.EndpointSaml.maximumDuration", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#maximumDuration:java.time.Duration", "kind" : "val"}, {"label" : "inactivityTimeout", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointSaml.inactivityTimeout", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#inactivityTimeout:Long", "kind" : "val"}, {"label" : "cookiePrefix", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSaml.cookiePrefix", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#cookiePrefix:String", "kind" : "val"}, {"label" : "optionsPassthrough", "tail" : ": Boolean", "member" : "com.ngrok.definitions.EndpointSaml.optionsPassthrough", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#optionsPassthrough:Boolean", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointSaml.enabled", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointSaml.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSaml.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointSaml.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointSamlMutate", "shortDescription" : "A class encapsulating the EndpointSamlMutate resource.", "object" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html", "members_object" : [{"label" : "decodeEndpointSamlMutate", "tail" : ": Decoder[EndpointSamlMutate]", "member" : "com.ngrok.definitions.EndpointSamlMutate.decodeEndpointSamlMutate", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#decodeEndpointSamlMutate:io.circe.Decoder[com.ngrok.definitions.EndpointSamlMutate]", "kind" : "implicit val"}, {"label" : "encodeEndpointSamlMutate", "tail" : ": Encoder[EndpointSamlMutate]", "member" : "com.ngrok.definitions.EndpointSamlMutate.encodeEndpointSamlMutate", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#encodeEndpointSamlMutate:io.circe.Encoder[com.ngrok.definitions.EndpointSamlMutate]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointSamlMutate) => Boolean, msg: => Any): EndpointSamlMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointSamlMutate) => Boolean): EndpointSamlMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointSamlMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointSamlMutate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointSamlMutate, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointSamlMutate, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointSamlMutate#", "error" : "unsupported entity"}, {"label" : "nameidFormat", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSamlMutate.nameidFormat", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#nameidFormat:String", "kind" : "val"}, {"label" : "authorizedGroups", "tail" : ": List[String]", "member" : "com.ngrok.definitions.EndpointSamlMutate.authorizedGroups", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#authorizedGroups:List[String]", "kind" : "val"}, {"label" : "allowIdpInitiated", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointSamlMutate.allowIdpInitiated", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#allowIdpInitiated:Option[Boolean]", "kind" : "val"}, {"label" : "forceAuthn", "tail" : ": Boolean", "member" : "com.ngrok.definitions.EndpointSamlMutate.forceAuthn", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#forceAuthn:Boolean", "kind" : "val"}, {"label" : "idpMetadata", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSamlMutate.idpMetadata", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#idpMetadata:String", "kind" : "val"}, {"label" : "maximumDuration", "tail" : ": Duration", "member" : "com.ngrok.definitions.EndpointSamlMutate.maximumDuration", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#maximumDuration:java.time.Duration", "kind" : "val"}, {"label" : "inactivityTimeout", "tail" : ": Long", "member" : "com.ngrok.definitions.EndpointSamlMutate.inactivityTimeout", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#inactivityTimeout:Long", "kind" : "val"}, {"label" : "cookiePrefix", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointSamlMutate.cookiePrefix", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#cookiePrefix:String", "kind" : "val"}, {"label" : "optionsPassthrough", "tail" : ": Boolean", "member" : "com.ngrok.definitions.EndpointSamlMutate.optionsPassthrough", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#optionsPassthrough:Boolean", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointSamlMutate.enabled", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointSamlMutate.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointSamlMutate.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointTlsTermination", "shortDescription" : "A class encapsulating the EndpointTlsTermination resource.", "object" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html", "members_object" : [{"label" : "decodeEndpointTlsTermination", "tail" : ": Decoder[EndpointTlsTermination]", "member" : "com.ngrok.definitions.EndpointTlsTermination.decodeEndpointTlsTermination", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#decodeEndpointTlsTermination:io.circe.Decoder[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "implicit val"}, {"label" : "encodeEndpointTlsTermination", "tail" : ": Encoder[EndpointTlsTermination]", "member" : "com.ngrok.definitions.EndpointTlsTermination.encodeEndpointTlsTermination", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#encodeEndpointTlsTermination:io.circe.Encoder[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointTlsTermination) => Boolean, msg: => Any): EndpointTlsTermination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointTlsTermination) => Boolean): EndpointTlsTermination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointTlsTermination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointTlsTermination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointTlsTermination, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointTlsTermination, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointTlsTermination#", "error" : "unsupported entity"}, {"label" : "minVersion", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointTlsTermination.minVersion", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#minVersion:Option[String]", "kind" : "val"}, {"label" : "terminateAt", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointTlsTermination.terminateAt", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#terminateAt:String", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointTlsTermination.enabled", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTermination.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointTlsTermination.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointTlsTerminationAtEdge", "shortDescription" : "A class encapsulating the EndpointTlsTerminationAtEdge resource.", "object" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html", "members_object" : [{"label" : "decodeEndpointTlsTerminationAtEdge", "tail" : ": Decoder[EndpointTlsTerminationAtEdge]", "member" : "com.ngrok.definitions.EndpointTlsTerminationAtEdge.decodeEndpointTlsTerminationAtEdge", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#decodeEndpointTlsTerminationAtEdge:io.circe.Decoder[com.ngrok.definitions.EndpointTlsTerminationAtEdge]", "kind" : "implicit val"}, {"label" : "encodeEndpointTlsTerminationAtEdge", "tail" : ": Encoder[EndpointTlsTerminationAtEdge]", "member" : "com.ngrok.definitions.EndpointTlsTerminationAtEdge.encodeEndpointTlsTerminationAtEdge", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#encodeEndpointTlsTerminationAtEdge:io.circe.Encoder[com.ngrok.definitions.EndpointTlsTerminationAtEdge]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointTlsTerminationAtEdge) => Boolean, msg: => Any): EndpointTlsTerminationAtEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointTlsTerminationAtEdge) => Boolean): EndpointTlsTerminationAtEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointTlsTerminationAtEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointTlsTerminationAtEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointTlsTerminationAtEdge, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointTlsTerminationAtEdge, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointTlsTerminationAtEdge#", "error" : "unsupported entity"}, {"label" : "minVersion", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.EndpointTlsTerminationAtEdge.minVersion", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#minVersion:Option[String]", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointTlsTerminationAtEdge.enabled", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointTlsTerminationAtEdge.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointWebhookValidation", "shortDescription" : "A class encapsulating the EndpointWebhookValidation resource.", "object" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html", "members_object" : [{"label" : "decodeEndpointWebhookValidation", "tail" : ": Decoder[EndpointWebhookValidation]", "member" : "com.ngrok.definitions.EndpointWebhookValidation.decodeEndpointWebhookValidation", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#decodeEndpointWebhookValidation:io.circe.Decoder[com.ngrok.definitions.EndpointWebhookValidation]", "kind" : "implicit val"}, {"label" : "encodeEndpointWebhookValidation", "tail" : ": Encoder[EndpointWebhookValidation]", "member" : "com.ngrok.definitions.EndpointWebhookValidation.encodeEndpointWebhookValidation", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#encodeEndpointWebhookValidation:io.circe.Encoder[com.ngrok.definitions.EndpointWebhookValidation]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointWebhookValidation) => Boolean, msg: => Any): EndpointWebhookValidation", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointWebhookValidation) => Boolean): EndpointWebhookValidation", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointWebhookValidation", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointWebhookValidation", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointWebhookValidation, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointWebhookValidation, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointWebhookValidation#", "error" : "unsupported entity"}, {"label" : "secret", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointWebhookValidation.secret", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#secret:String", "kind" : "val"}, {"label" : "provider", "tail" : ": String", "member" : "com.ngrok.definitions.EndpointWebhookValidation.provider", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#provider:String", "kind" : "val"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointWebhookValidation.enabled", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointWebhookValidation.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EndpointWebsocketTcpConverter", "shortDescription" : "A class encapsulating the EndpointWebsocketTcpConverter resource.", "object" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html", "members_object" : [{"label" : "decodeEndpointWebsocketTcpConverter", "tail" : ": Decoder[EndpointWebsocketTcpConverter]", "member" : "com.ngrok.definitions.EndpointWebsocketTcpConverter.decodeEndpointWebsocketTcpConverter", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#decodeEndpointWebsocketTcpConverter:io.circe.Decoder[com.ngrok.definitions.EndpointWebsocketTcpConverter]", "kind" : "implicit val"}, {"label" : "encodeEndpointWebsocketTcpConverter", "tail" : ": Encoder[EndpointWebsocketTcpConverter]", "member" : "com.ngrok.definitions.EndpointWebsocketTcpConverter.encodeEndpointWebsocketTcpConverter", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#encodeEndpointWebsocketTcpConverter:io.circe.Encoder[com.ngrok.definitions.EndpointWebsocketTcpConverter]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointWebsocketTcpConverter) => Boolean, msg: => Any): EndpointWebsocketTcpConverter", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EndpointWebsocketTcpConverter) => Boolean): EndpointWebsocketTcpConverter", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EndpointWebsocketTcpConverter", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EndpointWebsocketTcpConverter", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EndpointWebsocketTcpConverter, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EndpointWebsocketTcpConverter, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EndpointWebsocketTcpConverter#", "error" : "unsupported entity"}, {"label" : "enabled", "tail" : ": Option[Boolean]", "member" : "com.ngrok.definitions.EndpointWebsocketTcpConverter.enabled", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#enabled:Option[Boolean]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EndpointWebsocketTcpConverter.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventDestination", "shortDescription" : "A class encapsulating the EventDestination resource.", "object" : "com\/ngrok\/definitions\/EventDestination$.html", "members_object" : [{"label" : "decodeEventDestination", "tail" : ": Decoder[EventDestination]", "member" : "com.ngrok.definitions.EventDestination.decodeEventDestination", "link" : "com\/ngrok\/definitions\/EventDestination$.html#decodeEventDestination:io.circe.Decoder[com.ngrok.definitions.EventDestination]", "kind" : "implicit val"}, {"label" : "encodeEventDestination", "tail" : ": Encoder[EventDestination]", "member" : "com.ngrok.definitions.EventDestination.encodeEventDestination", "link" : "com\/ngrok\/definitions\/EventDestination$.html#encodeEventDestination:io.circe.Encoder[com.ngrok.definitions.EventDestination]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventDestination$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventDestination$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventDestination$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventDestination$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventDestination$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventDestination$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventDestination$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestination$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestination$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestination$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventDestination$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventDestination$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventDestination$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventDestination$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventDestination$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventDestination$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventDestination$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestination$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestination$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventDestination.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventDestination.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventDestination) => Boolean, msg: => Any): EventDestination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestination.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventDestination) => Boolean): EventDestination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestination.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventDestination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestination.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventDestination", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestination.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventDestination, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventDestination.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventDestination, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventDestination.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventDestination#", "error" : "unsupported entity"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.EventDestination.uri", "link" : "com\/ngrok\/definitions\/EventDestination.html#uri:java.net.URI", "kind" : "val"}, {"label" : "target", "tail" : ": EventTarget", "member" : "com.ngrok.definitions.EventDestination.target", "link" : "com\/ngrok\/definitions\/EventDestination.html#target:com.ngrok.definitions.EventTarget", "kind" : "val"}, {"label" : "format", "tail" : ": String", "member" : "com.ngrok.definitions.EventDestination.format", "link" : "com\/ngrok\/definitions\/EventDestination.html#format:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.EventDestination.description", "link" : "com\/ngrok\/definitions\/EventDestination.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.EventDestination.createdAt", "link" : "com\/ngrok\/definitions\/EventDestination.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.EventDestination.metadata", "link" : "com\/ngrok\/definitions\/EventDestination.html#metadata:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.EventDestination.id", "link" : "com\/ngrok\/definitions\/EventDestination.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventDestination.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventDestination.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventDestination.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventDestination.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventDestination.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventDestination.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventDestination.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventDestination.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestination.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestination.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestination.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventDestination.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventDestination.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventDestination.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventDestination.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestination.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestination.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventDestination.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventDestinationList", "shortDescription" : "A class encapsulating the EventDestinationList resource.", "object" : "com\/ngrok\/definitions\/EventDestinationList$.html", "members_object" : [{"label" : "decodeEventDestinationList", "tail" : ": Decoder[EventDestinationList]", "member" : "com.ngrok.definitions.EventDestinationList.decodeEventDestinationList", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#decodeEventDestinationList:io.circe.Decoder[com.ngrok.definitions.EventDestinationList]", "kind" : "implicit val"}, {"label" : "encodeEventDestinationList", "tail" : ": Encoder[EventDestinationList]", "member" : "com.ngrok.definitions.EventDestinationList.encodeEventDestinationList", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#encodeEventDestinationList:io.circe.Encoder[com.ngrok.definitions.EventDestinationList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestinationList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventDestinationList) => Boolean, msg: => Any): EventDestinationList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventDestinationList) => Boolean): EventDestinationList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventDestinationList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventDestinationList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventDestinationList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventDestinationList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventDestinationList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.EventDestinationList.nextPageUri", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.EventDestinationList.uri", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "eventDestinations", "tail" : ": List[EventDestination]", "member" : "com.ngrok.definitions.EventDestinationList.eventDestinations", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#eventDestinations:List[com.ngrok.definitions.EventDestination]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventDestinationList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventDestinationList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventDestinationList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventSource", "shortDescription" : "A class encapsulating the EventSource resource.", "object" : "com\/ngrok\/definitions\/EventSource$.html", "members_object" : [{"label" : "decodeEventSource", "tail" : ": Decoder[EventSource]", "member" : "com.ngrok.definitions.EventSource.decodeEventSource", "link" : "com\/ngrok\/definitions\/EventSource$.html#decodeEventSource:io.circe.Decoder[com.ngrok.definitions.EventSource]", "kind" : "implicit val"}, {"label" : "encodeEventSource", "tail" : ": Encoder[EventSource]", "member" : "com.ngrok.definitions.EventSource.encodeEventSource", "link" : "com\/ngrok\/definitions\/EventSource$.html#encodeEventSource:io.circe.Encoder[com.ngrok.definitions.EventSource]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSource$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSource$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSource$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSource$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSource$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSource$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSource$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSource$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSource$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSource$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSource$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSource$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventSource$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSource$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventSource$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventSource$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSource$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSource$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSource$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventSource.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventSource.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSource) => Boolean, msg: => Any): EventSource", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSource.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSource) => Boolean): EventSource", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSource.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventSource", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSource.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventSource", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSource.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventSource, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventSource.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventSource, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventSource.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventSource#", "error" : "unsupported entity"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.EventSource.uri", "link" : "com\/ngrok\/definitions\/EventSource.html#uri:java.net.URI", "kind" : "val"}, {"label" : "type", "tail" : ": String", "member" : "com.ngrok.definitions.EventSource.type", "link" : "com\/ngrok\/definitions\/EventSource.html#type:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventSource.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSource.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSource.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSource.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSource.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSource.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSource.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSource.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSource.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSource.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSource.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSource.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSource.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSource.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSource.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSource.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSource.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventSource.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventSourceList", "shortDescription" : "A class encapsulating the EventSourceList resource.", "object" : "com\/ngrok\/definitions\/EventSourceList$.html", "members_object" : [{"label" : "decodeEventSourceList", "tail" : ": Decoder[EventSourceList]", "member" : "com.ngrok.definitions.EventSourceList.decodeEventSourceList", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#decodeEventSourceList:io.circe.Decoder[com.ngrok.definitions.EventSourceList]", "kind" : "implicit val"}, {"label" : "encodeEventSourceList", "tail" : ": Encoder[EventSourceList]", "member" : "com.ngrok.definitions.EventSourceList.encodeEventSourceList", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#encodeEventSourceList:io.circe.Encoder[com.ngrok.definitions.EventSourceList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSourceList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventSourceList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventSourceList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSourceList) => Boolean, msg: => Any): EventSourceList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSourceList) => Boolean): EventSourceList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventSourceList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventSourceList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventSourceList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventSourceList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventSourceList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventSourceList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventSourceList#", "error" : "unsupported entity"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.EventSourceList.uri", "link" : "com\/ngrok\/definitions\/EventSourceList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "sources", "tail" : ": List[EventSource]", "member" : "com.ngrok.definitions.EventSourceList.sources", "link" : "com\/ngrok\/definitions\/EventSourceList.html#sources:List[com.ngrok.definitions.EventSource]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventSourceList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSourceList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSourceList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSourceList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSourceList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSourceList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSourceList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSourceList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSourceList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSourceList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSourceList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSourceList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventSourceList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventSourceReplace", "shortDescription" : "A class encapsulating the EventSourceReplace resource.", "object" : "com\/ngrok\/definitions\/EventSourceReplace$.html", "members_object" : [{"label" : "decodeEventSourceReplace", "tail" : ": Decoder[EventSourceReplace]", "member" : "com.ngrok.definitions.EventSourceReplace.decodeEventSourceReplace", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#decodeEventSourceReplace:io.circe.Decoder[com.ngrok.definitions.EventSourceReplace]", "kind" : "implicit val"}, {"label" : "encodeEventSourceReplace", "tail" : ": Encoder[EventSourceReplace]", "member" : "com.ngrok.definitions.EventSourceReplace.encodeEventSourceReplace", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#encodeEventSourceReplace:io.circe.Encoder[com.ngrok.definitions.EventSourceReplace]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceReplace$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSourceReplace) => Boolean, msg: => Any): EventSourceReplace", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSourceReplace) => Boolean): EventSourceReplace", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventSourceReplace", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventSourceReplace", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventSourceReplace, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventSourceReplace, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventSourceReplace#", "error" : "unsupported entity"}, {"label" : "type", "tail" : ": String", "member" : "com.ngrok.definitions.EventSourceReplace.type", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#type:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSourceReplace.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventSourceReplace.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventSubscription", "shortDescription" : "A class encapsulating the EventSubscription resource.", "object" : "com\/ngrok\/definitions\/EventSubscription$.html", "members_object" : [{"label" : "decodeEventSubscription", "tail" : ": Decoder[EventSubscription]", "member" : "com.ngrok.definitions.EventSubscription.decodeEventSubscription", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#decodeEventSubscription:io.circe.Decoder[com.ngrok.definitions.EventSubscription]", "kind" : "implicit val"}, {"label" : "encodeEventSubscription", "tail" : ": Encoder[EventSubscription]", "member" : "com.ngrok.definitions.EventSubscription.encodeEventSubscription", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#encodeEventSubscription:io.circe.Encoder[com.ngrok.definitions.EventSubscription]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSubscription$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscription$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventSubscription.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventSubscription.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSubscription) => Boolean, msg: => Any): EventSubscription", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscription.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSubscription) => Boolean): EventSubscription", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscription.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventSubscription", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscription.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventSubscription", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscription.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventSubscription, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventSubscription.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventSubscription, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventSubscription.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventSubscription#", "error" : "unsupported entity"}, {"label" : "destinations", "tail" : ": List[Ref]", "member" : "com.ngrok.definitions.EventSubscription.destinations", "link" : "com\/ngrok\/definitions\/EventSubscription.html#destinations:List[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "sources", "tail" : ": List[EventSource]", "member" : "com.ngrok.definitions.EventSubscription.sources", "link" : "com\/ngrok\/definitions\/EventSubscription.html#sources:List[com.ngrok.definitions.EventSource]", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.EventSubscription.description", "link" : "com\/ngrok\/definitions\/EventSubscription.html#description:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.EventSubscription.metadata", "link" : "com\/ngrok\/definitions\/EventSubscription.html#metadata:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.EventSubscription.createdAt", "link" : "com\/ngrok\/definitions\/EventSubscription.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.EventSubscription.uri", "link" : "com\/ngrok\/definitions\/EventSubscription.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.EventSubscription.id", "link" : "com\/ngrok\/definitions\/EventSubscription.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventSubscription.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSubscription.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSubscription.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSubscription.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSubscription.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSubscription.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSubscription.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSubscription.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscription.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscription.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscription.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSubscription.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSubscription.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSubscription.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSubscription.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscription.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscription.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventSubscription.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventSubscriptionList", "shortDescription" : "A class encapsulating the EventSubscriptionList resource.", "object" : "com\/ngrok\/definitions\/EventSubscriptionList$.html", "members_object" : [{"label" : "decodeEventSubscriptionList", "tail" : ": Decoder[EventSubscriptionList]", "member" : "com.ngrok.definitions.EventSubscriptionList.decodeEventSubscriptionList", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#decodeEventSubscriptionList:io.circe.Decoder[com.ngrok.definitions.EventSubscriptionList]", "kind" : "implicit val"}, {"label" : "encodeEventSubscriptionList", "tail" : ": Encoder[EventSubscriptionList]", "member" : "com.ngrok.definitions.EventSubscriptionList.encodeEventSubscriptionList", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#encodeEventSubscriptionList:io.circe.Encoder[com.ngrok.definitions.EventSubscriptionList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscriptionList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSubscriptionList) => Boolean, msg: => Any): EventSubscriptionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSubscriptionList) => Boolean): EventSubscriptionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventSubscriptionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventSubscriptionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventSubscriptionList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventSubscriptionList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventSubscriptionList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.EventSubscriptionList.nextPageUri", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.EventSubscriptionList.uri", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "eventSubscriptions", "tail" : ": List[EventSubscription]", "member" : "com.ngrok.definitions.EventSubscriptionList.eventSubscriptions", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#eventSubscriptions:List[com.ngrok.definitions.EventSubscription]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventSubscriptionList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventSubscriptionList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventTarget", "shortDescription" : "A class encapsulating the EventTarget resource.", "object" : "com\/ngrok\/definitions\/EventTarget$.html", "members_object" : [{"label" : "decodeEventTarget", "tail" : ": Decoder[EventTarget]", "member" : "com.ngrok.definitions.EventTarget.decodeEventTarget", "link" : "com\/ngrok\/definitions\/EventTarget$.html#decodeEventTarget:io.circe.Decoder[com.ngrok.definitions.EventTarget]", "kind" : "implicit val"}, {"label" : "encodeEventTarget", "tail" : ": Encoder[EventTarget]", "member" : "com.ngrok.definitions.EventTarget.encodeEventTarget", "link" : "com\/ngrok\/definitions\/EventTarget$.html#encodeEventTarget:io.circe.Encoder[com.ngrok.definitions.EventTarget]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTarget$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTarget$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTarget$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTarget$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTarget$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTarget$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTarget$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTarget$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTarget$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTarget$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTarget$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTarget$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventTarget$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTarget$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventTarget$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventTarget$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTarget$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTarget$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTarget$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventTarget.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventTarget.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTarget) => Boolean, msg: => Any): EventTarget", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTarget.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTarget) => Boolean): EventTarget", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTarget.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventTarget", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTarget.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventTarget", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTarget.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventTarget, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventTarget.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventTarget, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventTarget.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventTarget#", "error" : "unsupported entity"}, {"label" : "cloudwatchLogs", "tail" : ": Option[EventTargetCloudwatchLogs]", "member" : "com.ngrok.definitions.EventTarget.cloudwatchLogs", "link" : "com\/ngrok\/definitions\/EventTarget.html#cloudwatchLogs:Option[com.ngrok.definitions.EventTargetCloudwatchLogs]", "kind" : "val"}, {"label" : "kinesis", "tail" : ": Option[EventTargetKinesis]", "member" : "com.ngrok.definitions.EventTarget.kinesis", "link" : "com\/ngrok\/definitions\/EventTarget.html#kinesis:Option[com.ngrok.definitions.EventTargetKinesis]", "kind" : "val"}, {"label" : "firehose", "tail" : ": Option[EventTargetFirehose]", "member" : "com.ngrok.definitions.EventTarget.firehose", "link" : "com\/ngrok\/definitions\/EventTarget.html#firehose:Option[com.ngrok.definitions.EventTargetFirehose]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventTarget.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTarget.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTarget.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTarget.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTarget.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTarget.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTarget.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTarget.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTarget.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTarget.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTarget.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTarget.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTarget.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTarget.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTarget.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTarget.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTarget.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventTarget.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventTargetCloudwatchLogs", "shortDescription" : "A class encapsulating the EventTargetCloudwatchLogs resource.", "object" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html", "members_object" : [{"label" : "decodeEventTargetCloudwatchLogs", "tail" : ": Decoder[EventTargetCloudwatchLogs]", "member" : "com.ngrok.definitions.EventTargetCloudwatchLogs.decodeEventTargetCloudwatchLogs", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#decodeEventTargetCloudwatchLogs:io.circe.Decoder[com.ngrok.definitions.EventTargetCloudwatchLogs]", "kind" : "implicit val"}, {"label" : "encodeEventTargetCloudwatchLogs", "tail" : ": Encoder[EventTargetCloudwatchLogs]", "member" : "com.ngrok.definitions.EventTargetCloudwatchLogs.encodeEventTargetCloudwatchLogs", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#encodeEventTargetCloudwatchLogs:io.circe.Encoder[com.ngrok.definitions.EventTargetCloudwatchLogs]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTargetCloudwatchLogs) => Boolean, msg: => Any): EventTargetCloudwatchLogs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTargetCloudwatchLogs) => Boolean): EventTargetCloudwatchLogs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventTargetCloudwatchLogs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventTargetCloudwatchLogs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventTargetCloudwatchLogs, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventTargetCloudwatchLogs, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventTargetCloudwatchLogs#", "error" : "unsupported entity"}, {"label" : "logGroupArn", "tail" : ": String", "member" : "com.ngrok.definitions.EventTargetCloudwatchLogs.logGroupArn", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#logGroupArn:String", "kind" : "val"}, {"label" : "auth", "tail" : ": AwsAuth", "member" : "com.ngrok.definitions.EventTargetCloudwatchLogs.auth", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#auth:com.ngrok.definitions.AwsAuth", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventTargetCloudwatchLogs.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventTargetFirehose", "shortDescription" : "A class encapsulating the EventTargetFirehose resource.", "object" : "com\/ngrok\/definitions\/EventTargetFirehose$.html", "members_object" : [{"label" : "decodeEventTargetFirehose", "tail" : ": Decoder[EventTargetFirehose]", "member" : "com.ngrok.definitions.EventTargetFirehose.decodeEventTargetFirehose", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#decodeEventTargetFirehose:io.circe.Decoder[com.ngrok.definitions.EventTargetFirehose]", "kind" : "implicit val"}, {"label" : "encodeEventTargetFirehose", "tail" : ": Encoder[EventTargetFirehose]", "member" : "com.ngrok.definitions.EventTargetFirehose.encodeEventTargetFirehose", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#encodeEventTargetFirehose:io.circe.Encoder[com.ngrok.definitions.EventTargetFirehose]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetFirehose$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTargetFirehose) => Boolean, msg: => Any): EventTargetFirehose", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTargetFirehose) => Boolean): EventTargetFirehose", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventTargetFirehose", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventTargetFirehose", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventTargetFirehose, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventTargetFirehose, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventTargetFirehose#", "error" : "unsupported entity"}, {"label" : "deliveryStreamArn", "tail" : ": String", "member" : "com.ngrok.definitions.EventTargetFirehose.deliveryStreamArn", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#deliveryStreamArn:String", "kind" : "val"}, {"label" : "auth", "tail" : ": AwsAuth", "member" : "com.ngrok.definitions.EventTargetFirehose.auth", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#auth:com.ngrok.definitions.AwsAuth", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetFirehose.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventTargetFirehose.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.EventTargetKinesis", "shortDescription" : "A class encapsulating the EventTargetKinesis resource.", "object" : "com\/ngrok\/definitions\/EventTargetKinesis$.html", "members_object" : [{"label" : "decodeEventTargetKinesis", "tail" : ": Decoder[EventTargetKinesis]", "member" : "com.ngrok.definitions.EventTargetKinesis.decodeEventTargetKinesis", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#decodeEventTargetKinesis:io.circe.Decoder[com.ngrok.definitions.EventTargetKinesis]", "kind" : "implicit val"}, {"label" : "encodeEventTargetKinesis", "tail" : ": Encoder[EventTargetKinesis]", "member" : "com.ngrok.definitions.EventTargetKinesis.encodeEventTargetKinesis", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#encodeEventTargetKinesis:io.circe.Encoder[com.ngrok.definitions.EventTargetKinesis]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetKinesis$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTargetKinesis) => Boolean, msg: => Any): EventTargetKinesis", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventTargetKinesis) => Boolean): EventTargetKinesis", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventTargetKinesis", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventTargetKinesis", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventTargetKinesis, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventTargetKinesis, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.EventTargetKinesis#", "error" : "unsupported entity"}, {"label" : "streamArn", "tail" : ": String", "member" : "com.ngrok.definitions.EventTargetKinesis.streamArn", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#streamArn:String", "kind" : "val"}, {"label" : "auth", "tail" : ": AwsAuth", "member" : "com.ngrok.definitions.EventTargetKinesis.auth", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#auth:com.ngrok.definitions.AwsAuth", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/EventTargetKinesis.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/EventTargetKinesis.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.FailoverBackend", "shortDescription" : "A class encapsulating the FailoverBackend resource.", "object" : "com\/ngrok\/definitions\/FailoverBackend$.html", "members_object" : [{"label" : "decodeFailoverBackend", "tail" : ": Decoder[FailoverBackend]", "member" : "com.ngrok.definitions.FailoverBackend.decodeFailoverBackend", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#decodeFailoverBackend:io.circe.Decoder[com.ngrok.definitions.FailoverBackend]", "kind" : "implicit val"}, {"label" : "encodeFailoverBackend", "tail" : ": Encoder[FailoverBackend]", "member" : "com.ngrok.definitions.FailoverBackend.encodeFailoverBackend", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#encodeFailoverBackend:io.circe.Encoder[com.ngrok.definitions.FailoverBackend]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackend$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (FailoverBackend) => Boolean, msg: => Any): FailoverBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (FailoverBackend) => Boolean): FailoverBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): FailoverBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): FailoverBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (FailoverBackend, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (FailoverBackend, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.FailoverBackend#", "error" : "unsupported entity"}, {"label" : "backends", "tail" : ": List[String]", "member" : "com.ngrok.definitions.FailoverBackend.backends", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#backends:List[String]", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.FailoverBackend.metadata", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.FailoverBackend.description", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.FailoverBackend.createdAt", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.FailoverBackend.uri", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.FailoverBackend.id", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/FailoverBackend.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackend.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/FailoverBackend.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.FailoverBackendList", "shortDescription" : "A class encapsulating the FailoverBackendList resource.", "object" : "com\/ngrok\/definitions\/FailoverBackendList$.html", "members_object" : [{"label" : "decodeFailoverBackendList", "tail" : ": Decoder[FailoverBackendList]", "member" : "com.ngrok.definitions.FailoverBackendList.decodeFailoverBackendList", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#decodeFailoverBackendList:io.circe.Decoder[com.ngrok.definitions.FailoverBackendList]", "kind" : "implicit val"}, {"label" : "encodeFailoverBackendList", "tail" : ": Encoder[FailoverBackendList]", "member" : "com.ngrok.definitions.FailoverBackendList.encodeFailoverBackendList", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#encodeFailoverBackendList:io.circe.Encoder[com.ngrok.definitions.FailoverBackendList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackendList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (FailoverBackendList) => Boolean, msg: => Any): FailoverBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (FailoverBackendList) => Boolean): FailoverBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): FailoverBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): FailoverBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (FailoverBackendList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (FailoverBackendList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.FailoverBackendList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.FailoverBackendList.nextPageUri", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.FailoverBackendList.uri", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "backends", "tail" : ": List[FailoverBackend]", "member" : "com.ngrok.definitions.FailoverBackendList.backends", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#backends:List[com.ngrok.definitions.FailoverBackend]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/FailoverBackendList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/FailoverBackendList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.HttpResponseBackend", "shortDescription" : "A class encapsulating the HttpResponseBackend resource.", "object" : "com\/ngrok\/definitions\/HttpResponseBackend$.html", "members_object" : [{"label" : "decodeHttpResponseBackend", "tail" : ": Decoder[HttpResponseBackend]", "member" : "com.ngrok.definitions.HttpResponseBackend.decodeHttpResponseBackend", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#decodeHttpResponseBackend:io.circe.Decoder[com.ngrok.definitions.HttpResponseBackend]", "kind" : "implicit val"}, {"label" : "encodeHttpResponseBackend", "tail" : ": Encoder[HttpResponseBackend]", "member" : "com.ngrok.definitions.HttpResponseBackend.encodeHttpResponseBackend", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#encodeHttpResponseBackend:io.circe.Encoder[com.ngrok.definitions.HttpResponseBackend]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackend$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpResponseBackend) => Boolean, msg: => Any): HttpResponseBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpResponseBackend) => Boolean): HttpResponseBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpResponseBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpResponseBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpResponseBackend, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpResponseBackend, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.HttpResponseBackend#", "error" : "unsupported entity"}, {"label" : "statusCode", "tail" : ": Int", "member" : "com.ngrok.definitions.HttpResponseBackend.statusCode", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#statusCode:Int", "kind" : "val"}, {"label" : "headers", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.HttpResponseBackend.headers", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#headers:Map[String,String]", "kind" : "val"}, {"label" : "body", "tail" : ": String", "member" : "com.ngrok.definitions.HttpResponseBackend.body", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#body:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.HttpResponseBackend.metadata", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.HttpResponseBackend.description", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.HttpResponseBackend.createdAt", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.HttpResponseBackend.uri", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.HttpResponseBackend.id", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackend.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/HttpResponseBackend.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.HttpResponseBackendList", "shortDescription" : "A class encapsulating the HttpResponseBackendList resource.", "object" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html", "members_object" : [{"label" : "decodeHttpResponseBackendList", "tail" : ": Decoder[HttpResponseBackendList]", "member" : "com.ngrok.definitions.HttpResponseBackendList.decodeHttpResponseBackendList", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#decodeHttpResponseBackendList:io.circe.Decoder[com.ngrok.definitions.HttpResponseBackendList]", "kind" : "implicit val"}, {"label" : "encodeHttpResponseBackendList", "tail" : ": Encoder[HttpResponseBackendList]", "member" : "com.ngrok.definitions.HttpResponseBackendList.encodeHttpResponseBackendList", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#encodeHttpResponseBackendList:io.circe.Encoder[com.ngrok.definitions.HttpResponseBackendList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpResponseBackendList) => Boolean, msg: => Any): HttpResponseBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpResponseBackendList) => Boolean): HttpResponseBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpResponseBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpResponseBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpResponseBackendList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpResponseBackendList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.HttpResponseBackendList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.HttpResponseBackendList.nextPageUri", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.HttpResponseBackendList.uri", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "backends", "tail" : ": List[HttpResponseBackend]", "member" : "com.ngrok.definitions.HttpResponseBackendList.backends", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#backends:List[com.ngrok.definitions.HttpResponseBackend]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpResponseBackendList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/HttpResponseBackendList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.HttpsEdge", "shortDescription" : "A class encapsulating the HttpsEdge resource.", "object" : "com\/ngrok\/definitions\/HttpsEdge$.html", "members_object" : [{"label" : "decodeHttpsEdge", "tail" : ": Decoder[HttpsEdge]", "member" : "com.ngrok.definitions.HttpsEdge.decodeHttpsEdge", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#decodeHttpsEdge:io.circe.Decoder[com.ngrok.definitions.HttpsEdge]", "kind" : "implicit val"}, {"label" : "encodeHttpsEdge", "tail" : ": Encoder[HttpsEdge]", "member" : "com.ngrok.definitions.HttpsEdge.encodeHttpsEdge", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#encodeHttpsEdge:io.circe.Encoder[com.ngrok.definitions.HttpsEdge]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdge$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdge) => Boolean, msg: => Any): HttpsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdge) => Boolean): HttpsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpsEdge, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpsEdge, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.HttpsEdge#", "error" : "unsupported entity"}, {"label" : "routes", "tail" : ": List[HttpsEdgeRoute]", "member" : "com.ngrok.definitions.HttpsEdge.routes", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#routes:List[com.ngrok.definitions.HttpsEdgeRoute]", "kind" : "val"}, {"label" : "tlsTermination", "tail" : ": Option[EndpointTlsTermination]", "member" : "com.ngrok.definitions.HttpsEdge.tlsTermination", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#tlsTermination:Option[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "val"}, {"label" : "mutualTls", "tail" : ": Option[EndpointMutualTls]", "member" : "com.ngrok.definitions.HttpsEdge.mutualTls", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#mutualTls:Option[com.ngrok.definitions.EndpointMutualTls]", "kind" : "val"}, {"label" : "hostports", "tail" : ": Option[List[String]]", "member" : "com.ngrok.definitions.HttpsEdge.hostports", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#hostports:Option[List[String]]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.HttpsEdge.uri", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#uri:java.net.URI", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.HttpsEdge.createdAt", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdge.metadata", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdge.description", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#description:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdge.id", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpsEdge.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdge.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/HttpsEdge.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.HttpsEdgeList", "shortDescription" : "A class encapsulating the HttpsEdgeList resource.", "object" : "com\/ngrok\/definitions\/HttpsEdgeList$.html", "members_object" : [{"label" : "decodeHttpsEdgeList", "tail" : ": Decoder[HttpsEdgeList]", "member" : "com.ngrok.definitions.HttpsEdgeList.decodeHttpsEdgeList", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#decodeHttpsEdgeList:io.circe.Decoder[com.ngrok.definitions.HttpsEdgeList]", "kind" : "implicit val"}, {"label" : "encodeHttpsEdgeList", "tail" : ": Encoder[HttpsEdgeList]", "member" : "com.ngrok.definitions.HttpsEdgeList.encodeHttpsEdgeList", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#encodeHttpsEdgeList:io.circe.Encoder[com.ngrok.definitions.HttpsEdgeList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeList) => Boolean, msg: => Any): HttpsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeList) => Boolean): HttpsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpsEdgeList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpsEdgeList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.HttpsEdgeList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.HttpsEdgeList.nextPageUri", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.HttpsEdgeList.uri", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "httpsEdges", "tail" : ": List[HttpsEdge]", "member" : "com.ngrok.definitions.HttpsEdgeList.httpsEdges", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#httpsEdges:List[com.ngrok.definitions.HttpsEdge]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/HttpsEdgeList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.HttpsEdgeRoute", "shortDescription" : "A class encapsulating the HttpsEdgeRoute resource.", "object" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html", "members_object" : [{"label" : "decodeHttpsEdgeRoute", "tail" : ": Decoder[HttpsEdgeRoute]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.decodeHttpsEdgeRoute", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#decodeHttpsEdgeRoute:io.circe.Decoder[com.ngrok.definitions.HttpsEdgeRoute]", "kind" : "implicit val"}, {"label" : "encodeHttpsEdgeRoute", "tail" : ": Encoder[HttpsEdgeRoute]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.encodeHttpsEdgeRoute", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#encodeHttpsEdgeRoute:io.circe.Encoder[com.ngrok.definitions.HttpsEdgeRoute]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeRoute) => Boolean, msg: => Any): HttpsEdgeRoute", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeRoute) => Boolean): HttpsEdgeRoute", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpsEdgeRoute", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpsEdgeRoute", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpsEdgeRoute, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpsEdgeRoute, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.HttpsEdgeRoute#", "error" : "unsupported entity"}, {"label" : "websocketTcpConverter", "tail" : ": Option[EndpointWebsocketTcpConverter]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.websocketTcpConverter", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#websocketTcpConverter:Option[com.ngrok.definitions.EndpointWebsocketTcpConverter]", "kind" : "val"}, {"label" : "oidc", "tail" : ": Option[EndpointOidc]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.oidc", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#oidc:Option[com.ngrok.definitions.EndpointOidc]", "kind" : "val"}, {"label" : "saml", "tail" : ": Option[EndpointSaml]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.saml", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#saml:Option[com.ngrok.definitions.EndpointSaml]", "kind" : "val"}, {"label" : "oauth", "tail" : ": Option[EndpointOAuth]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.oauth", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#oauth:Option[com.ngrok.definitions.EndpointOAuth]", "kind" : "val"}, {"label" : "webhookVerification", "tail" : ": Option[EndpointWebhookValidation]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.webhookVerification", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#webhookVerification:Option[com.ngrok.definitions.EndpointWebhookValidation]", "kind" : "val"}, {"label" : "responseHeaders", "tail" : ": Option[EndpointResponseHeaders]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.responseHeaders", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#responseHeaders:Option[com.ngrok.definitions.EndpointResponseHeaders]", "kind" : "val"}, {"label" : "requestHeaders", "tail" : ": Option[EndpointRequestHeaders]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.requestHeaders", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#requestHeaders:Option[com.ngrok.definitions.EndpointRequestHeaders]", "kind" : "val"}, {"label" : "compression", "tail" : ": Option[EndpointCompression]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.compression", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#compression:Option[com.ngrok.definitions.EndpointCompression]", "kind" : "val"}, {"label" : "circuitBreaker", "tail" : ": Option[EndpointCircuitBreaker]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.circuitBreaker", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#circuitBreaker:Option[com.ngrok.definitions.EndpointCircuitBreaker]", "kind" : "val"}, {"label" : "ipRestriction", "tail" : ": Option[EndpointIpPolicy]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.ipRestriction", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "val"}, {"label" : "backend", "tail" : ": Option[EndpointBackend]", "member" : "com.ngrok.definitions.HttpsEdgeRoute.backend", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#backend:Option[com.ngrok.definitions.EndpointBackend]", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdgeRoute.metadata", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdgeRoute.description", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#description:String", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.HttpsEdgeRoute.uri", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#uri:java.net.URI", "kind" : "val"}, {"label" : "match", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdgeRoute.match", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#match:String", "kind" : "val"}, {"label" : "matchType", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdgeRoute.matchType", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#matchType:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.HttpsEdgeRoute.createdAt", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdgeRoute.id", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#id:String", "kind" : "val"}, {"label" : "edgeId", "tail" : ": String", "member" : "com.ngrok.definitions.HttpsEdgeRoute.edgeId", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#edgeId:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/HttpsEdgeRoute.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.IpPolicy", "shortDescription" : "A class encapsulating the IpPolicy resource.", "object" : "com\/ngrok\/definitions\/IpPolicy$.html", "members_object" : [{"label" : "decodeIpPolicy", "tail" : ": Decoder[IpPolicy]", "member" : "com.ngrok.definitions.IpPolicy.decodeIpPolicy", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#decodeIpPolicy:io.circe.Decoder[com.ngrok.definitions.IpPolicy]", "kind" : "implicit val"}, {"label" : "encodeIpPolicy", "tail" : ": Encoder[IpPolicy]", "member" : "com.ngrok.definitions.IpPolicy.encodeIpPolicy", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#encodeIpPolicy:io.circe.Encoder[com.ngrok.definitions.IpPolicy]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicy$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicy$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/IpPolicy.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/IpPolicy.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicy) => Boolean, msg: => Any): IpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicy.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicy) => Boolean): IpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicy.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicy.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicy.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpPolicy, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/IpPolicy.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpPolicy, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/IpPolicy.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.IpPolicy#", "error" : "unsupported entity"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicy.metadata", "link" : "com\/ngrok\/definitions\/IpPolicy.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicy.description", "link" : "com\/ngrok\/definitions\/IpPolicy.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.IpPolicy.createdAt", "link" : "com\/ngrok\/definitions\/IpPolicy.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.IpPolicy.uri", "link" : "com\/ngrok\/definitions\/IpPolicy.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicy.id", "link" : "com\/ngrok\/definitions\/IpPolicy.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/IpPolicy.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicy.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicy.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicy.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicy.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicy.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicy.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicy.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicy.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicy.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicy.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicy.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicy.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicy.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicy.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicy.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicy.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/IpPolicy.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.IpPolicyList", "shortDescription" : "A class encapsulating the IpPolicyList resource.", "object" : "com\/ngrok\/definitions\/IpPolicyList$.html", "members_object" : [{"label" : "decodeIpPolicyList", "tail" : ": Decoder[IpPolicyList]", "member" : "com.ngrok.definitions.IpPolicyList.decodeIpPolicyList", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#decodeIpPolicyList:io.circe.Decoder[com.ngrok.definitions.IpPolicyList]", "kind" : "implicit val"}, {"label" : "encodeIpPolicyList", "tail" : ": Encoder[IpPolicyList]", "member" : "com.ngrok.definitions.IpPolicyList.encodeIpPolicyList", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#encodeIpPolicyList:io.circe.Encoder[com.ngrok.definitions.IpPolicyList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyList) => Boolean, msg: => Any): IpPolicyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyList) => Boolean): IpPolicyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpPolicyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpPolicyList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpPolicyList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpPolicyList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.IpPolicyList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.IpPolicyList.nextPageUri", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.IpPolicyList.uri", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "ipPolicies", "tail" : ": List[IpPolicy]", "member" : "com.ngrok.definitions.IpPolicyList.ipPolicies", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#ipPolicies:List[com.ngrok.definitions.IpPolicy]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicyList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/IpPolicyList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.IpPolicyRule", "shortDescription" : "A class encapsulating the IpPolicyRule resource.", "object" : "com\/ngrok\/definitions\/IpPolicyRule$.html", "members_object" : [{"label" : "decodeIpPolicyRule", "tail" : ": Decoder[IpPolicyRule]", "member" : "com.ngrok.definitions.IpPolicyRule.decodeIpPolicyRule", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#decodeIpPolicyRule:io.circe.Decoder[com.ngrok.definitions.IpPolicyRule]", "kind" : "implicit val"}, {"label" : "encodeIpPolicyRule", "tail" : ": Encoder[IpPolicyRule]", "member" : "com.ngrok.definitions.IpPolicyRule.encodeIpPolicyRule", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#encodeIpPolicyRule:io.circe.Encoder[com.ngrok.definitions.IpPolicyRule]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyRule) => Boolean, msg: => Any): IpPolicyRule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyRule) => Boolean): IpPolicyRule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpPolicyRule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpPolicyRule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpPolicyRule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpPolicyRule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.IpPolicyRule#", "error" : "unsupported entity"}, {"label" : "action", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicyRule.action", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#action:String", "kind" : "val"}, {"label" : "ipPolicy", "tail" : ": Ref", "member" : "com.ngrok.definitions.IpPolicyRule.ipPolicy", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#ipPolicy:com.ngrok.definitions.Ref", "kind" : "val"}, {"label" : "cidr", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicyRule.cidr", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#cidr:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicyRule.metadata", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicyRule.description", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.IpPolicyRule.createdAt", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.IpPolicyRule.uri", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.IpPolicyRule.id", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/IpPolicyRule.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.IpPolicyRuleList", "shortDescription" : "A class encapsulating the IpPolicyRuleList resource.", "object" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html", "members_object" : [{"label" : "decodeIpPolicyRuleList", "tail" : ": Decoder[IpPolicyRuleList]", "member" : "com.ngrok.definitions.IpPolicyRuleList.decodeIpPolicyRuleList", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#decodeIpPolicyRuleList:io.circe.Decoder[com.ngrok.definitions.IpPolicyRuleList]", "kind" : "implicit val"}, {"label" : "encodeIpPolicyRuleList", "tail" : ": Encoder[IpPolicyRuleList]", "member" : "com.ngrok.definitions.IpPolicyRuleList.encodeIpPolicyRuleList", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#encodeIpPolicyRuleList:io.circe.Encoder[com.ngrok.definitions.IpPolicyRuleList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyRuleList) => Boolean, msg: => Any): IpPolicyRuleList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyRuleList) => Boolean): IpPolicyRuleList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpPolicyRuleList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpPolicyRuleList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpPolicyRuleList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpPolicyRuleList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.IpPolicyRuleList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.IpPolicyRuleList.nextPageUri", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.IpPolicyRuleList.uri", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "ipPolicyRules", "tail" : ": List[IpPolicyRule]", "member" : "com.ngrok.definitions.IpPolicyRuleList.ipPolicyRules", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#ipPolicyRules:List[com.ngrok.definitions.IpPolicyRule]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpPolicyRuleList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/IpPolicyRuleList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.IpRestriction", "shortDescription" : "A class encapsulating the IpRestriction resource.", "object" : "com\/ngrok\/definitions\/IpRestriction$.html", "members_object" : [{"label" : "decodeIpRestriction", "tail" : ": Decoder[IpRestriction]", "member" : "com.ngrok.definitions.IpRestriction.decodeIpRestriction", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#decodeIpRestriction:io.circe.Decoder[com.ngrok.definitions.IpRestriction]", "kind" : "implicit val"}, {"label" : "encodeIpRestriction", "tail" : ": Encoder[IpRestriction]", "member" : "com.ngrok.definitions.IpRestriction.encodeIpRestriction", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#encodeIpRestriction:io.circe.Encoder[com.ngrok.definitions.IpRestriction]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpRestriction$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestriction$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/IpRestriction.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/IpRestriction.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpRestriction) => Boolean, msg: => Any): IpRestriction", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestriction.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpRestriction) => Boolean): IpRestriction", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestriction.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpRestriction", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestriction.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpRestriction", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestriction.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpRestriction, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/IpRestriction.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpRestriction, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/IpRestriction.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.IpRestriction#", "error" : "unsupported entity"}, {"label" : "ipPolicies", "tail" : ": List[Ref]", "member" : "com.ngrok.definitions.IpRestriction.ipPolicies", "link" : "com\/ngrok\/definitions\/IpRestriction.html#ipPolicies:List[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "type", "tail" : ": String", "member" : "com.ngrok.definitions.IpRestriction.type", "link" : "com\/ngrok\/definitions\/IpRestriction.html#type:String", "kind" : "val"}, {"label" : "enforced", "tail" : ": Boolean", "member" : "com.ngrok.definitions.IpRestriction.enforced", "link" : "com\/ngrok\/definitions\/IpRestriction.html#enforced:Boolean", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.IpRestriction.metadata", "link" : "com\/ngrok\/definitions\/IpRestriction.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.IpRestriction.description", "link" : "com\/ngrok\/definitions\/IpRestriction.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.IpRestriction.createdAt", "link" : "com\/ngrok\/definitions\/IpRestriction.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.IpRestriction.uri", "link" : "com\/ngrok\/definitions\/IpRestriction.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.IpRestriction.id", "link" : "com\/ngrok\/definitions\/IpRestriction.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/IpRestriction.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpRestriction.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpRestriction.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpRestriction.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpRestriction.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpRestriction.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpRestriction.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpRestriction.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestriction.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestriction.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestriction.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpRestriction.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpRestriction.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpRestriction.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpRestriction.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestriction.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestriction.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/IpRestriction.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.IpRestrictionList", "shortDescription" : "A class encapsulating the IpRestrictionList resource.", "object" : "com\/ngrok\/definitions\/IpRestrictionList$.html", "members_object" : [{"label" : "decodeIpRestrictionList", "tail" : ": Decoder[IpRestrictionList]", "member" : "com.ngrok.definitions.IpRestrictionList.decodeIpRestrictionList", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#decodeIpRestrictionList:io.circe.Decoder[com.ngrok.definitions.IpRestrictionList]", "kind" : "implicit val"}, {"label" : "encodeIpRestrictionList", "tail" : ": Encoder[IpRestrictionList]", "member" : "com.ngrok.definitions.IpRestrictionList.encodeIpRestrictionList", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#encodeIpRestrictionList:io.circe.Encoder[com.ngrok.definitions.IpRestrictionList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestrictionList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpRestrictionList) => Boolean, msg: => Any): IpRestrictionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpRestrictionList) => Boolean): IpRestrictionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpRestrictionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpRestrictionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpRestrictionList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpRestrictionList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.IpRestrictionList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.IpRestrictionList.nextPageUri", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.IpRestrictionList.uri", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "ipRestrictions", "tail" : ": List[IpRestriction]", "member" : "com.ngrok.definitions.IpRestrictionList.ipRestrictions", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#ipRestrictions:List[com.ngrok.definitions.IpRestriction]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/IpRestrictionList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/IpRestrictionList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.NgrokApiError", "shortDescription" : "Representation of an API error from ngrok.", "object" : "com\/ngrok\/definitions\/NgrokApiError$.html", "members_object" : [{"label" : "apply", "tail" : "(httpStatusCode: Int): NgrokApiError", "member" : "com.ngrok.definitions.NgrokApiError.apply", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#apply(httpStatusCode:Int):com.ngrok.definitions.NgrokApiError", "kind" : "def"}, {"label" : "apply", "tail" : "(httpStatusCode: Int, responseBody: Option[String], cause: Throwable): NgrokApiError", "member" : "com.ngrok.definitions.NgrokApiError.apply", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#apply(httpStatusCode:Int,responseBody:Option[String],cause:Throwable):com.ngrok.definitions.NgrokApiError", "kind" : "def"}, {"label" : "ngrokApiErrorDecoder", "tail" : ": Decoder[NgrokApiError]", "member" : "com.ngrok.definitions.NgrokApiError.ngrokApiErrorDecoder", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#ngrokApiErrorDecoder:io.circe.Decoder[com.ngrok.definitions.NgrokApiError]", "kind" : "implicit val"}, {"label" : "ngrokApiErrorEncoder", "tail" : ": Encoder[NgrokApiError]", "member" : "com.ngrok.definitions.NgrokApiError.ngrokApiErrorEncoder", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#ngrokApiErrorEncoder:io.circe.Encoder[com.ngrok.definitions.NgrokApiError]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiError$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (NgrokApiError) => Boolean, msg: => Any): NgrokApiError", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (NgrokApiError) => Boolean): NgrokApiError", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): NgrokApiError", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): NgrokApiError", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (NgrokApiError, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (NgrokApiError, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "isErrorCode", "tail" : "(codes: String*): Boolean", "member" : "com.ngrok.definitions.NgrokApiError.isErrorCode", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#isErrorCode(codes:String*):Boolean", "kind" : "def"}, {"member" : "com.ngrok.definitions.NgrokApiError#", "error" : "unsupported entity"}, {"label" : "cause", "tail" : ": Option[Throwable]", "member" : "com.ngrok.definitions.NgrokApiError.cause", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#cause:Option[Throwable]", "kind" : "val"}, {"label" : "details", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.NgrokApiError.details", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#details:Map[String,String]", "kind" : "val"}, {"label" : "errorCode", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.NgrokApiError.errorCode", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#errorCode:Option[String]", "kind" : "val"}, {"label" : "httpStatusCode", "tail" : ": Int", "member" : "com.ngrok.definitions.NgrokApiError.httpStatusCode", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#httpStatusCode:Int", "kind" : "val"}, {"label" : "message", "tail" : ": String", "member" : "com.ngrok.definitions.NgrokApiError.message", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#message:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "getSuppressed", "tail" : "(): Array[Throwable]", "member" : "java.lang.Throwable.getSuppressed", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#getSuppressed():Array[Throwable]", "kind" : "final def"}, {"label" : "addSuppressed", "tail" : "(arg0: Throwable): Unit", "member" : "java.lang.Throwable.addSuppressed", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#addSuppressed(x$1:Throwable):Unit", "kind" : "final def"}, {"label" : "setStackTrace", "tail" : "(arg0: Array[StackTraceElement]): Unit", "member" : "java.lang.Throwable.setStackTrace", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#setStackTrace(x$1:Array[StackTraceElement]):Unit", "kind" : "def"}, {"label" : "getStackTrace", "tail" : "(): Array[StackTraceElement]", "member" : "java.lang.Throwable.getStackTrace", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#getStackTrace():Array[StackTraceElement]", "kind" : "def"}, {"label" : "fillInStackTrace", "tail" : "(): Throwable", "member" : "java.lang.Throwable.fillInStackTrace", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#fillInStackTrace():Throwable", "kind" : "def"}, {"label" : "printStackTrace", "tail" : "(arg0: PrintWriter): Unit", "member" : "java.lang.Throwable.printStackTrace", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#printStackTrace(x$1:java.io.PrintWriter):Unit", "kind" : "def"}, {"label" : "printStackTrace", "tail" : "(arg0: PrintStream): Unit", "member" : "java.lang.Throwable.printStackTrace", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#printStackTrace(x$1:java.io.PrintStream):Unit", "kind" : "def"}, {"label" : "printStackTrace", "tail" : "(): Unit", "member" : "java.lang.Throwable.printStackTrace", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#printStackTrace():Unit", "kind" : "def"}, {"label" : "toString", "tail" : "(): String", "member" : "java.lang.Throwable.toString", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#toString():String", "kind" : "def"}, {"label" : "initCause", "tail" : "(arg0: Throwable): Throwable", "member" : "java.lang.Throwable.initCause", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#initCause(x$1:Throwable):Throwable", "kind" : "def"}, {"label" : "getCause", "tail" : "(): Throwable", "member" : "java.lang.Throwable.getCause", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#getCause():Throwable", "kind" : "def"}, {"label" : "getLocalizedMessage", "tail" : "(): String", "member" : "java.lang.Throwable.getLocalizedMessage", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#getLocalizedMessage():String", "kind" : "def"}, {"label" : "getMessage", "tail" : "(): String", "member" : "java.lang.Throwable.getMessage", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#getMessage():String", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/NgrokApiError.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiError.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/NgrokApiError.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.NgrokApiErrorCode", "shortDescription" : "", "object" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html", "members_object" : [{"label" : "unapply", "tail" : "(error: NgrokApiError): Option[String]", "member" : "com.ngrok.definitions.NgrokApiErrorCode.unapply", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#unapply(error:com.ngrok.definitions.NgrokApiError):Option[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiErrorCode$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "kind" : "object"}, {"name" : "com.ngrok.definitions.NgrokApiErrorHttpStatus", "shortDescription" : "", "object" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html", "members_object" : [{"label" : "unapply", "tail" : "(error: NgrokApiError): Some[Int]", "member" : "com.ngrok.definitions.NgrokApiErrorHttpStatus.unapply", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#unapply(error:com.ngrok.definitions.NgrokApiError):Some[Int]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/NgrokApiErrorHttpStatus$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "kind" : "object"}, {"name" : "com.ngrok.definitions.Page", "shortDescription" : "Wrapper class that holds a single page of a Pageable response.", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/Page.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/Page.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Page[T]) => Boolean, msg: => Any): Page[T]", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Page.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Page[T]) => Boolean): Page[T]", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Page.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Page[T]", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Page.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Page[T]", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Page.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Page[T], B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/Page.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Page[T], B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/Page.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "toString", "tail" : "(): String", "member" : "com.ngrok.definitions.Page.toString", "link" : "com\/ngrok\/definitions\/Page.html#toString():String", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "com.ngrok.definitions.Page.hashCode", "link" : "com\/ngrok\/definitions\/Page.html#hashCode():Int", "kind" : "def"}, {"label" : "equals", "tail" : "(obj: Any): Boolean", "member" : "com.ngrok.definitions.Page.equals", "link" : "com\/ngrok\/definitions\/Page.html#equals(obj:Any):Boolean", "kind" : "def"}, {"label" : "next", "tail" : "()(ec: ExecutionContext): Future[Option[Page[T]]]", "member" : "com.ngrok.definitions.Page.next", "link" : "com\/ngrok\/definitions\/Page.html#next()(implicitec:scala.concurrent.ExecutionContext):scala.concurrent.Future[Option[com.ngrok.definitions.Page[T]]]", "kind" : "def"}, {"member" : "com.ngrok.definitions.Page#", "error" : "unsupported entity"}, {"label" : "page", "tail" : ": T", "member" : "com.ngrok.definitions.Page.page", "link" : "com\/ngrok\/definitions\/Page.html#page:T", "kind" : "val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Page.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Page.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Page.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Page.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Page.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Page.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Page.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Page.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Page.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Page.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Page.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Page.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Page.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Page.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Page.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Page.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/definitions\/Page.html", "kind" : "class"}, {"name" : "com.ngrok.definitions.Pageable", "trait" : "com\/ngrok\/definitions\/Pageable.html", "kind" : "trait", "members_trait" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/Pageable.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/Pageable.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Pageable) => Boolean, msg: => Any): Pageable", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Pageable.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Pageable) => Boolean): Pageable", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Pageable.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Pageable", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Pageable.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Pageable", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Pageable.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Pageable, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/Pageable.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Pageable, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/Pageable.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Pageable.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Pageable.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Pageable.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Pageable.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Pageable.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Pageable.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Pageable.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Pageable.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Pageable.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Pageable.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Pageable.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Pageable.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/Pageable.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Pageable.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/Pageable.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/Pageable.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Pageable.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Pageable.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Pageable.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}, {"label" : "nextPageUri", "tail" : "(): Option[URI]", "member" : "com.ngrok.definitions.Pageable.nextPageUri", "link" : "com\/ngrok\/definitions\/Pageable.html#nextPageUri:Option[java.net.URI]", "kind" : "abstract def"}], "shortDescription" : "Trait indicating a resource type that can have more than one page of responses."}, {"name" : "com.ngrok.definitions.Ref", "shortDescription" : "A class encapsulating the Ref resource.", "object" : "com\/ngrok\/definitions\/Ref$.html", "members_object" : [{"label" : "decodeRef", "tail" : ": Decoder[Ref]", "member" : "com.ngrok.definitions.Ref.decodeRef", "link" : "com\/ngrok\/definitions\/Ref$.html#decodeRef:io.circe.Decoder[com.ngrok.definitions.Ref]", "kind" : "implicit val"}, {"label" : "encodeRef", "tail" : ": Encoder[Ref]", "member" : "com.ngrok.definitions.Ref.encodeRef", "link" : "com\/ngrok\/definitions\/Ref$.html#encodeRef:io.circe.Encoder[com.ngrok.definitions.Ref]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Ref$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Ref$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Ref$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Ref$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Ref$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Ref$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Ref$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Ref$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Ref$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Ref$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Ref$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Ref$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/Ref$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Ref$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/Ref$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/Ref$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Ref$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Ref$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Ref$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/Ref.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/Ref.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Ref) => Boolean, msg: => Any): Ref", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Ref.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Ref) => Boolean): Ref", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Ref.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Ref", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Ref.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Ref", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Ref.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Ref, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/Ref.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Ref, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/Ref.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.Ref#", "error" : "unsupported entity"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.Ref.uri", "link" : "com\/ngrok\/definitions\/Ref.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.Ref.id", "link" : "com\/ngrok\/definitions\/Ref.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/Ref.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Ref.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Ref.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Ref.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Ref.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Ref.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Ref.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Ref.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Ref.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Ref.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Ref.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Ref.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Ref.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Ref.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Ref.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Ref.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Ref.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/Ref.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ReservedAddr", "shortDescription" : "A class encapsulating the ReservedAddr resource.", "object" : "com\/ngrok\/definitions\/ReservedAddr$.html", "members_object" : [{"label" : "decodeReservedAddr", "tail" : ": Decoder[ReservedAddr]", "member" : "com.ngrok.definitions.ReservedAddr.decodeReservedAddr", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#decodeReservedAddr:io.circe.Decoder[com.ngrok.definitions.ReservedAddr]", "kind" : "implicit val"}, {"label" : "encodeReservedAddr", "tail" : ": Encoder[ReservedAddr]", "member" : "com.ngrok.definitions.ReservedAddr.encodeReservedAddr", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#encodeReservedAddr:io.circe.Encoder[com.ngrok.definitions.ReservedAddr]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddr$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedAddr) => Boolean, msg: => Any): ReservedAddr", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedAddr) => Boolean): ReservedAddr", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedAddr", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedAddr", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedAddr, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedAddr, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ReservedAddr#", "error" : "unsupported entity"}, {"label" : "region", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedAddr.region", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#region:String", "kind" : "val"}, {"label" : "addr", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedAddr.addr", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#addr:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedAddr.metadata", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedAddr.description", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.ReservedAddr.createdAt", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.ReservedAddr.uri", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedAddr.id", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedAddr.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddr.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ReservedAddr.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ReservedAddrList", "shortDescription" : "A class encapsulating the ReservedAddrList resource.", "object" : "com\/ngrok\/definitions\/ReservedAddrList$.html", "members_object" : [{"label" : "decodeReservedAddrList", "tail" : ": Decoder[ReservedAddrList]", "member" : "com.ngrok.definitions.ReservedAddrList.decodeReservedAddrList", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#decodeReservedAddrList:io.circe.Decoder[com.ngrok.definitions.ReservedAddrList]", "kind" : "implicit val"}, {"label" : "encodeReservedAddrList", "tail" : ": Encoder[ReservedAddrList]", "member" : "com.ngrok.definitions.ReservedAddrList.encodeReservedAddrList", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#encodeReservedAddrList:io.circe.Encoder[com.ngrok.definitions.ReservedAddrList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddrList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedAddrList) => Boolean, msg: => Any): ReservedAddrList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedAddrList) => Boolean): ReservedAddrList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedAddrList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedAddrList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedAddrList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedAddrList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ReservedAddrList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.ReservedAddrList.nextPageUri", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.ReservedAddrList.uri", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "reservedAddrs", "tail" : ": List[ReservedAddr]", "member" : "com.ngrok.definitions.ReservedAddrList.reservedAddrs", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#reservedAddrs:List[com.ngrok.definitions.ReservedAddr]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedAddrList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ReservedAddrList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ReservedDomain", "shortDescription" : "A class encapsulating the ReservedDomain resource.", "object" : "com\/ngrok\/definitions\/ReservedDomain$.html", "members_object" : [{"label" : "decodeReservedDomain", "tail" : ": Decoder[ReservedDomain]", "member" : "com.ngrok.definitions.ReservedDomain.decodeReservedDomain", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#decodeReservedDomain:io.circe.Decoder[com.ngrok.definitions.ReservedDomain]", "kind" : "implicit val"}, {"label" : "encodeReservedDomain", "tail" : ": Encoder[ReservedDomain]", "member" : "com.ngrok.definitions.ReservedDomain.encodeReservedDomain", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#encodeReservedDomain:io.circe.Encoder[com.ngrok.definitions.ReservedDomain]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomain$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomain) => Boolean, msg: => Any): ReservedDomain", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomain) => Boolean): ReservedDomain", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedDomain", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedDomain", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedDomain, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedDomain, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ReservedDomain#", "error" : "unsupported entity"}, {"label" : "acmeChallengeCnameTarget", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.ReservedDomain.acmeChallengeCnameTarget", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#acmeChallengeCnameTarget:Option[String]", "kind" : "val"}, {"label" : "certificateManagementStatus", "tail" : ": Option[ReservedDomainCertStatus]", "member" : "com.ngrok.definitions.ReservedDomain.certificateManagementStatus", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#certificateManagementStatus:Option[com.ngrok.definitions.ReservedDomainCertStatus]", "kind" : "val"}, {"label" : "certificateManagementPolicy", "tail" : ": Option[ReservedDomainCertPolicy]", "member" : "com.ngrok.definitions.ReservedDomain.certificateManagementPolicy", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#certificateManagementPolicy:Option[com.ngrok.definitions.ReservedDomainCertPolicy]", "kind" : "val"}, {"label" : "certificate", "tail" : ": Option[Ref]", "member" : "com.ngrok.definitions.ReservedDomain.certificate", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#certificate:Option[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "cnameTarget", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.ReservedDomain.cnameTarget", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#cnameTarget:Option[String]", "kind" : "val"}, {"label" : "region", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomain.region", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#region:String", "kind" : "val"}, {"label" : "domain", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomain.domain", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#domain:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomain.metadata", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomain.description", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.ReservedDomain.createdAt", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.ReservedDomain.uri", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomain.id", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomain.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomain.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ReservedDomain.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ReservedDomainCertJob", "shortDescription" : "A class encapsulating the ReservedDomainCertJob resource.", "object" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html", "members_object" : [{"label" : "decodeReservedDomainCertJob", "tail" : ": Decoder[ReservedDomainCertJob]", "member" : "com.ngrok.definitions.ReservedDomainCertJob.decodeReservedDomainCertJob", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#decodeReservedDomainCertJob:io.circe.Decoder[com.ngrok.definitions.ReservedDomainCertJob]", "kind" : "implicit val"}, {"label" : "encodeReservedDomainCertJob", "tail" : ": Encoder[ReservedDomainCertJob]", "member" : "com.ngrok.definitions.ReservedDomainCertJob.encodeReservedDomainCertJob", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#encodeReservedDomainCertJob:io.circe.Encoder[com.ngrok.definitions.ReservedDomainCertJob]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainCertJob) => Boolean, msg: => Any): ReservedDomainCertJob", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainCertJob) => Boolean): ReservedDomainCertJob", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedDomainCertJob", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedDomainCertJob", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedDomainCertJob, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedDomainCertJob, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ReservedDomainCertJob#", "error" : "unsupported entity"}, {"label" : "retriesAt", "tail" : ": Option[OffsetDateTime]", "member" : "com.ngrok.definitions.ReservedDomainCertJob.retriesAt", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#retriesAt:Option[java.time.OffsetDateTime]", "kind" : "val"}, {"label" : "startedAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.ReservedDomainCertJob.startedAt", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#startedAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "msg", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomainCertJob.msg", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#msg:String", "kind" : "val"}, {"label" : "errorCode", "tail" : ": Option[String]", "member" : "com.ngrok.definitions.ReservedDomainCertJob.errorCode", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#errorCode:Option[String]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ReservedDomainCertJob.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ReservedDomainCertPolicy", "shortDescription" : "A class encapsulating the ReservedDomainCertPolicy resource.", "object" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html", "members_object" : [{"label" : "decodeReservedDomainCertPolicy", "tail" : ": Decoder[ReservedDomainCertPolicy]", "member" : "com.ngrok.definitions.ReservedDomainCertPolicy.decodeReservedDomainCertPolicy", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#decodeReservedDomainCertPolicy:io.circe.Decoder[com.ngrok.definitions.ReservedDomainCertPolicy]", "kind" : "implicit val"}, {"label" : "encodeReservedDomainCertPolicy", "tail" : ": Encoder[ReservedDomainCertPolicy]", "member" : "com.ngrok.definitions.ReservedDomainCertPolicy.encodeReservedDomainCertPolicy", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#encodeReservedDomainCertPolicy:io.circe.Encoder[com.ngrok.definitions.ReservedDomainCertPolicy]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainCertPolicy) => Boolean, msg: => Any): ReservedDomainCertPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainCertPolicy) => Boolean): ReservedDomainCertPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedDomainCertPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedDomainCertPolicy", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedDomainCertPolicy, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedDomainCertPolicy, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ReservedDomainCertPolicy#", "error" : "unsupported entity"}, {"label" : "privateKeyType", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomainCertPolicy.privateKeyType", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#privateKeyType:String", "kind" : "val"}, {"label" : "authority", "tail" : ": String", "member" : "com.ngrok.definitions.ReservedDomainCertPolicy.authority", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#authority:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ReservedDomainCertPolicy.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ReservedDomainCertStatus", "shortDescription" : "A class encapsulating the ReservedDomainCertStatus resource.", "object" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html", "members_object" : [{"label" : "decodeReservedDomainCertStatus", "tail" : ": Decoder[ReservedDomainCertStatus]", "member" : "com.ngrok.definitions.ReservedDomainCertStatus.decodeReservedDomainCertStatus", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#decodeReservedDomainCertStatus:io.circe.Decoder[com.ngrok.definitions.ReservedDomainCertStatus]", "kind" : "implicit val"}, {"label" : "encodeReservedDomainCertStatus", "tail" : ": Encoder[ReservedDomainCertStatus]", "member" : "com.ngrok.definitions.ReservedDomainCertStatus.encodeReservedDomainCertStatus", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#encodeReservedDomainCertStatus:io.circe.Encoder[com.ngrok.definitions.ReservedDomainCertStatus]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainCertStatus) => Boolean, msg: => Any): ReservedDomainCertStatus", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainCertStatus) => Boolean): ReservedDomainCertStatus", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedDomainCertStatus", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedDomainCertStatus", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedDomainCertStatus, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedDomainCertStatus, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ReservedDomainCertStatus#", "error" : "unsupported entity"}, {"label" : "provisioningJob", "tail" : ": Option[ReservedDomainCertJob]", "member" : "com.ngrok.definitions.ReservedDomainCertStatus.provisioningJob", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#provisioningJob:Option[com.ngrok.definitions.ReservedDomainCertJob]", "kind" : "val"}, {"label" : "renewsAt", "tail" : ": Option[OffsetDateTime]", "member" : "com.ngrok.definitions.ReservedDomainCertStatus.renewsAt", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#renewsAt:Option[java.time.OffsetDateTime]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ReservedDomainCertStatus.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.ReservedDomainList", "shortDescription" : "A class encapsulating the ReservedDomainList resource.", "object" : "com\/ngrok\/definitions\/ReservedDomainList$.html", "members_object" : [{"label" : "decodeReservedDomainList", "tail" : ": Decoder[ReservedDomainList]", "member" : "com.ngrok.definitions.ReservedDomainList.decodeReservedDomainList", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#decodeReservedDomainList:io.circe.Decoder[com.ngrok.definitions.ReservedDomainList]", "kind" : "implicit val"}, {"label" : "encodeReservedDomainList", "tail" : ": Encoder[ReservedDomainList]", "member" : "com.ngrok.definitions.ReservedDomainList.encodeReservedDomainList", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#encodeReservedDomainList:io.circe.Encoder[com.ngrok.definitions.ReservedDomainList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainList) => Boolean, msg: => Any): ReservedDomainList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomainList) => Boolean): ReservedDomainList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedDomainList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedDomainList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedDomainList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedDomainList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.ReservedDomainList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.ReservedDomainList.nextPageUri", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.ReservedDomainList.uri", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "reservedDomains", "tail" : ": List[ReservedDomain]", "member" : "com.ngrok.definitions.ReservedDomainList.reservedDomains", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#reservedDomains:List[com.ngrok.definitions.ReservedDomain]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/ReservedDomainList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/ReservedDomainList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshCertificateAuthority", "shortDescription" : "A class encapsulating the SshCertificateAuthority resource.", "object" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html", "members_object" : [{"label" : "decodeSshCertificateAuthority", "tail" : ": Decoder[SshCertificateAuthority]", "member" : "com.ngrok.definitions.SshCertificateAuthority.decodeSshCertificateAuthority", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#decodeSshCertificateAuthority:io.circe.Decoder[com.ngrok.definitions.SshCertificateAuthority]", "kind" : "implicit val"}, {"label" : "encodeSshCertificateAuthority", "tail" : ": Encoder[SshCertificateAuthority]", "member" : "com.ngrok.definitions.SshCertificateAuthority.encodeSshCertificateAuthority", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#encodeSshCertificateAuthority:io.circe.Encoder[com.ngrok.definitions.SshCertificateAuthority]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCertificateAuthority) => Boolean, msg: => Any): SshCertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCertificateAuthority) => Boolean): SshCertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshCertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshCertificateAuthority", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshCertificateAuthority, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshCertificateAuthority, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshCertificateAuthority#", "error" : "unsupported entity"}, {"label" : "keyType", "tail" : ": String", "member" : "com.ngrok.definitions.SshCertificateAuthority.keyType", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#keyType:String", "kind" : "val"}, {"label" : "publicKey", "tail" : ": String", "member" : "com.ngrok.definitions.SshCertificateAuthority.publicKey", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#publicKey:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.SshCertificateAuthority.metadata", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.SshCertificateAuthority.description", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshCertificateAuthority.createdAt", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshCertificateAuthority.uri", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.SshCertificateAuthority.id", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthority.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshCertificateAuthority.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshCertificateAuthorityList", "shortDescription" : "A class encapsulating the SshCertificateAuthorityList resource.", "object" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html", "members_object" : [{"label" : "decodeSshCertificateAuthorityList", "tail" : ": Decoder[SshCertificateAuthorityList]", "member" : "com.ngrok.definitions.SshCertificateAuthorityList.decodeSshCertificateAuthorityList", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#decodeSshCertificateAuthorityList:io.circe.Decoder[com.ngrok.definitions.SshCertificateAuthorityList]", "kind" : "implicit val"}, {"label" : "encodeSshCertificateAuthorityList", "tail" : ": Encoder[SshCertificateAuthorityList]", "member" : "com.ngrok.definitions.SshCertificateAuthorityList.encodeSshCertificateAuthorityList", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#encodeSshCertificateAuthorityList:io.circe.Encoder[com.ngrok.definitions.SshCertificateAuthorityList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCertificateAuthorityList) => Boolean, msg: => Any): SshCertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCertificateAuthorityList) => Boolean): SshCertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshCertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshCertificateAuthorityList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshCertificateAuthorityList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshCertificateAuthorityList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshCertificateAuthorityList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.SshCertificateAuthorityList.nextPageUri", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshCertificateAuthorityList.uri", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "sshCertificateAuthorities", "tail" : ": List[SshCertificateAuthority]", "member" : "com.ngrok.definitions.SshCertificateAuthorityList.sshCertificateAuthorities", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#sshCertificateAuthorities:List[com.ngrok.definitions.SshCertificateAuthority]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshCertificateAuthorityList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshCredential", "shortDescription" : "A class encapsulating the SshCredential resource.", "object" : "com\/ngrok\/definitions\/SshCredential$.html", "members_object" : [{"label" : "decodeSshCredential", "tail" : ": Decoder[SshCredential]", "member" : "com.ngrok.definitions.SshCredential.decodeSshCredential", "link" : "com\/ngrok\/definitions\/SshCredential$.html#decodeSshCredential:io.circe.Decoder[com.ngrok.definitions.SshCredential]", "kind" : "implicit val"}, {"label" : "encodeSshCredential", "tail" : ": Encoder[SshCredential]", "member" : "com.ngrok.definitions.SshCredential.encodeSshCredential", "link" : "com\/ngrok\/definitions\/SshCredential$.html#encodeSshCredential:io.circe.Encoder[com.ngrok.definitions.SshCredential]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCredential$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCredential$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCredential$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCredential$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCredential$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCredential$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCredential$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredential$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredential$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredential$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCredential$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCredential$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshCredential$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCredential$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshCredential$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshCredential$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCredential$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredential$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredential$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshCredential.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshCredential.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCredential) => Boolean, msg: => Any): SshCredential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredential.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCredential) => Boolean): SshCredential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredential.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshCredential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredential.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshCredential", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredential.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshCredential, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshCredential.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshCredential, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshCredential.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshCredential#", "error" : "unsupported entity"}, {"label" : "acl", "tail" : ": List[String]", "member" : "com.ngrok.definitions.SshCredential.acl", "link" : "com\/ngrok\/definitions\/SshCredential.html#acl:List[String]", "kind" : "val"}, {"label" : "publicKey", "tail" : ": String", "member" : "com.ngrok.definitions.SshCredential.publicKey", "link" : "com\/ngrok\/definitions\/SshCredential.html#publicKey:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.SshCredential.metadata", "link" : "com\/ngrok\/definitions\/SshCredential.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.SshCredential.description", "link" : "com\/ngrok\/definitions\/SshCredential.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshCredential.createdAt", "link" : "com\/ngrok\/definitions\/SshCredential.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshCredential.uri", "link" : "com\/ngrok\/definitions\/SshCredential.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.SshCredential.id", "link" : "com\/ngrok\/definitions\/SshCredential.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshCredential.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCredential.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCredential.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCredential.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCredential.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCredential.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCredential.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCredential.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredential.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredential.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredential.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCredential.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCredential.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCredential.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCredential.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredential.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredential.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshCredential.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshCredentialList", "shortDescription" : "A class encapsulating the SshCredentialList resource.", "object" : "com\/ngrok\/definitions\/SshCredentialList$.html", "members_object" : [{"label" : "decodeSshCredentialList", "tail" : ": Decoder[SshCredentialList]", "member" : "com.ngrok.definitions.SshCredentialList.decodeSshCredentialList", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#decodeSshCredentialList:io.circe.Decoder[com.ngrok.definitions.SshCredentialList]", "kind" : "implicit val"}, {"label" : "encodeSshCredentialList", "tail" : ": Encoder[SshCredentialList]", "member" : "com.ngrok.definitions.SshCredentialList.encodeSshCredentialList", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#encodeSshCredentialList:io.circe.Encoder[com.ngrok.definitions.SshCredentialList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredentialList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCredentialList) => Boolean, msg: => Any): SshCredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCredentialList) => Boolean): SshCredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshCredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshCredentialList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshCredentialList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshCredentialList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshCredentialList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.SshCredentialList.nextPageUri", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshCredentialList.uri", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "sshCredentials", "tail" : ": List[SshCredential]", "member" : "com.ngrok.definitions.SshCredentialList.sshCredentials", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#sshCredentials:List[com.ngrok.definitions.SshCredential]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshCredentialList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshCredentialList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshCredentialList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshHostCertificate", "shortDescription" : "A class encapsulating the SshHostCertificate resource.", "object" : "com\/ngrok\/definitions\/SshHostCertificate$.html", "members_object" : [{"label" : "decodeSshHostCertificate", "tail" : ": Decoder[SshHostCertificate]", "member" : "com.ngrok.definitions.SshHostCertificate.decodeSshHostCertificate", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#decodeSshHostCertificate:io.circe.Decoder[com.ngrok.definitions.SshHostCertificate]", "kind" : "implicit val"}, {"label" : "encodeSshHostCertificate", "tail" : ": Encoder[SshHostCertificate]", "member" : "com.ngrok.definitions.SshHostCertificate.encodeSshHostCertificate", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#encodeSshHostCertificate:io.circe.Encoder[com.ngrok.definitions.SshHostCertificate]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificate$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshHostCertificate) => Boolean, msg: => Any): SshHostCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshHostCertificate) => Boolean): SshHostCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshHostCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshHostCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshHostCertificate, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshHostCertificate, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshHostCertificate#", "error" : "unsupported entity"}, {"label" : "certificate", "tail" : ": String", "member" : "com.ngrok.definitions.SshHostCertificate.certificate", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#certificate:String", "kind" : "val"}, {"label" : "validUntil", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshHostCertificate.validUntil", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#validUntil:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "validAfter", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshHostCertificate.validAfter", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#validAfter:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "principals", "tail" : ": List[String]", "member" : "com.ngrok.definitions.SshHostCertificate.principals", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#principals:List[String]", "kind" : "val"}, {"label" : "sshCertificateAuthorityId", "tail" : ": String", "member" : "com.ngrok.definitions.SshHostCertificate.sshCertificateAuthorityId", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#sshCertificateAuthorityId:String", "kind" : "val"}, {"label" : "keyType", "tail" : ": String", "member" : "com.ngrok.definitions.SshHostCertificate.keyType", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#keyType:String", "kind" : "val"}, {"label" : "publicKey", "tail" : ": String", "member" : "com.ngrok.definitions.SshHostCertificate.publicKey", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#publicKey:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.SshHostCertificate.metadata", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.SshHostCertificate.description", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshHostCertificate.createdAt", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshHostCertificate.uri", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.SshHostCertificate.id", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificate.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshHostCertificate.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshHostCertificateList", "shortDescription" : "A class encapsulating the SshHostCertificateList resource.", "object" : "com\/ngrok\/definitions\/SshHostCertificateList$.html", "members_object" : [{"label" : "decodeSshHostCertificateList", "tail" : ": Decoder[SshHostCertificateList]", "member" : "com.ngrok.definitions.SshHostCertificateList.decodeSshHostCertificateList", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#decodeSshHostCertificateList:io.circe.Decoder[com.ngrok.definitions.SshHostCertificateList]", "kind" : "implicit val"}, {"label" : "encodeSshHostCertificateList", "tail" : ": Encoder[SshHostCertificateList]", "member" : "com.ngrok.definitions.SshHostCertificateList.encodeSshHostCertificateList", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#encodeSshHostCertificateList:io.circe.Encoder[com.ngrok.definitions.SshHostCertificateList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificateList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshHostCertificateList) => Boolean, msg: => Any): SshHostCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshHostCertificateList) => Boolean): SshHostCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshHostCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshHostCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshHostCertificateList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshHostCertificateList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshHostCertificateList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.SshHostCertificateList.nextPageUri", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshHostCertificateList.uri", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "sshHostCertificates", "tail" : ": List[SshHostCertificate]", "member" : "com.ngrok.definitions.SshHostCertificateList.sshHostCertificates", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#sshHostCertificates:List[com.ngrok.definitions.SshHostCertificate]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshHostCertificateList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshHostCertificateList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshUserCertificate", "shortDescription" : "A class encapsulating the SshUserCertificate resource.", "object" : "com\/ngrok\/definitions\/SshUserCertificate$.html", "members_object" : [{"label" : "decodeSshUserCertificate", "tail" : ": Decoder[SshUserCertificate]", "member" : "com.ngrok.definitions.SshUserCertificate.decodeSshUserCertificate", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#decodeSshUserCertificate:io.circe.Decoder[com.ngrok.definitions.SshUserCertificate]", "kind" : "implicit val"}, {"label" : "encodeSshUserCertificate", "tail" : ": Encoder[SshUserCertificate]", "member" : "com.ngrok.definitions.SshUserCertificate.encodeSshUserCertificate", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#encodeSshUserCertificate:io.circe.Encoder[com.ngrok.definitions.SshUserCertificate]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificate$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshUserCertificate) => Boolean, msg: => Any): SshUserCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshUserCertificate) => Boolean): SshUserCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshUserCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshUserCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshUserCertificate, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshUserCertificate, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshUserCertificate#", "error" : "unsupported entity"}, {"label" : "certificate", "tail" : ": String", "member" : "com.ngrok.definitions.SshUserCertificate.certificate", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#certificate:String", "kind" : "val"}, {"label" : "validUntil", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshUserCertificate.validUntil", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#validUntil:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "validAfter", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshUserCertificate.validAfter", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#validAfter:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "extensions", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.SshUserCertificate.extensions", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#extensions:Map[String,String]", "kind" : "val"}, {"label" : "criticalOptions", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.SshUserCertificate.criticalOptions", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#criticalOptions:Map[String,String]", "kind" : "val"}, {"label" : "principals", "tail" : ": List[String]", "member" : "com.ngrok.definitions.SshUserCertificate.principals", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#principals:List[String]", "kind" : "val"}, {"label" : "sshCertificateAuthorityId", "tail" : ": String", "member" : "com.ngrok.definitions.SshUserCertificate.sshCertificateAuthorityId", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#sshCertificateAuthorityId:String", "kind" : "val"}, {"label" : "keyType", "tail" : ": String", "member" : "com.ngrok.definitions.SshUserCertificate.keyType", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#keyType:String", "kind" : "val"}, {"label" : "publicKey", "tail" : ": String", "member" : "com.ngrok.definitions.SshUserCertificate.publicKey", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#publicKey:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.SshUserCertificate.metadata", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.SshUserCertificate.description", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.SshUserCertificate.createdAt", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshUserCertificate.uri", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.SshUserCertificate.id", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificate.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshUserCertificate.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.SshUserCertificateList", "shortDescription" : "A class encapsulating the SshUserCertificateList resource.", "object" : "com\/ngrok\/definitions\/SshUserCertificateList$.html", "members_object" : [{"label" : "decodeSshUserCertificateList", "tail" : ": Decoder[SshUserCertificateList]", "member" : "com.ngrok.definitions.SshUserCertificateList.decodeSshUserCertificateList", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#decodeSshUserCertificateList:io.circe.Decoder[com.ngrok.definitions.SshUserCertificateList]", "kind" : "implicit val"}, {"label" : "encodeSshUserCertificateList", "tail" : ": Encoder[SshUserCertificateList]", "member" : "com.ngrok.definitions.SshUserCertificateList.encodeSshUserCertificateList", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#encodeSshUserCertificateList:io.circe.Encoder[com.ngrok.definitions.SshUserCertificateList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificateList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshUserCertificateList) => Boolean, msg: => Any): SshUserCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshUserCertificateList) => Boolean): SshUserCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshUserCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshUserCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshUserCertificateList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshUserCertificateList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.SshUserCertificateList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.SshUserCertificateList.nextPageUri", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.SshUserCertificateList.uri", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "sshUserCertificates", "tail" : ": List[SshUserCertificate]", "member" : "com.ngrok.definitions.SshUserCertificateList.sshUserCertificates", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#sshUserCertificates:List[com.ngrok.definitions.SshUserCertificate]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/SshUserCertificateList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/SshUserCertificateList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TcpEdge", "shortDescription" : "A class encapsulating the TcpEdge resource.", "object" : "com\/ngrok\/definitions\/TcpEdge$.html", "members_object" : [{"label" : "decodeTcpEdge", "tail" : ": Decoder[TcpEdge]", "member" : "com.ngrok.definitions.TcpEdge.decodeTcpEdge", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#decodeTcpEdge:io.circe.Decoder[com.ngrok.definitions.TcpEdge]", "kind" : "implicit val"}, {"label" : "encodeTcpEdge", "tail" : ": Encoder[TcpEdge]", "member" : "com.ngrok.definitions.TcpEdge.encodeTcpEdge", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#encodeTcpEdge:io.circe.Encoder[com.ngrok.definitions.TcpEdge]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TcpEdge$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdge$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TcpEdge.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TcpEdge.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdge) => Boolean, msg: => Any): TcpEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdge.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdge) => Boolean): TcpEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdge.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TcpEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdge.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TcpEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdge.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TcpEdge, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TcpEdge.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TcpEdge, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TcpEdge.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TcpEdge#", "error" : "unsupported entity"}, {"label" : "ipRestriction", "tail" : ": Option[EndpointIpPolicy]", "member" : "com.ngrok.definitions.TcpEdge.ipRestriction", "link" : "com\/ngrok\/definitions\/TcpEdge.html#ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "val"}, {"label" : "backend", "tail" : ": Option[EndpointBackend]", "member" : "com.ngrok.definitions.TcpEdge.backend", "link" : "com\/ngrok\/definitions\/TcpEdge.html#backend:Option[com.ngrok.definitions.EndpointBackend]", "kind" : "val"}, {"label" : "hostports", "tail" : ": Option[List[String]]", "member" : "com.ngrok.definitions.TcpEdge.hostports", "link" : "com\/ngrok\/definitions\/TcpEdge.html#hostports:Option[List[String]]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TcpEdge.uri", "link" : "com\/ngrok\/definitions\/TcpEdge.html#uri:java.net.URI", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.TcpEdge.createdAt", "link" : "com\/ngrok\/definitions\/TcpEdge.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.TcpEdge.metadata", "link" : "com\/ngrok\/definitions\/TcpEdge.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.TcpEdge.description", "link" : "com\/ngrok\/definitions\/TcpEdge.html#description:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.TcpEdge.id", "link" : "com\/ngrok\/definitions\/TcpEdge.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TcpEdge.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TcpEdge.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TcpEdge.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TcpEdge.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TcpEdge.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TcpEdge.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TcpEdge.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TcpEdge.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdge.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdge.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdge.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TcpEdge.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TcpEdge.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TcpEdge.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TcpEdge.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdge.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdge.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TcpEdge.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TcpEdgeList", "shortDescription" : "A class encapsulating the TcpEdgeList resource.", "object" : "com\/ngrok\/definitions\/TcpEdgeList$.html", "members_object" : [{"label" : "decodeTcpEdgeList", "tail" : ": Decoder[TcpEdgeList]", "member" : "com.ngrok.definitions.TcpEdgeList.decodeTcpEdgeList", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#decodeTcpEdgeList:io.circe.Decoder[com.ngrok.definitions.TcpEdgeList]", "kind" : "implicit val"}, {"label" : "encodeTcpEdgeList", "tail" : ": Encoder[TcpEdgeList]", "member" : "com.ngrok.definitions.TcpEdgeList.encodeTcpEdgeList", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#encodeTcpEdgeList:io.circe.Encoder[com.ngrok.definitions.TcpEdgeList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdgeList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdgeList) => Boolean, msg: => Any): TcpEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdgeList) => Boolean): TcpEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TcpEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TcpEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TcpEdgeList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TcpEdgeList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TcpEdgeList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.TcpEdgeList.nextPageUri", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TcpEdgeList.uri", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "tcpEdges", "tail" : ": List[TcpEdge]", "member" : "com.ngrok.definitions.TcpEdgeList.tcpEdges", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#tcpEdges:List[com.ngrok.definitions.TcpEdge]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TcpEdgeList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TcpEdgeList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TlsCertificate", "shortDescription" : "A class encapsulating the TlsCertificate resource.", "object" : "com\/ngrok\/definitions\/TlsCertificate$.html", "members_object" : [{"label" : "decodeTlsCertificate", "tail" : ": Decoder[TlsCertificate]", "member" : "com.ngrok.definitions.TlsCertificate.decodeTlsCertificate", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#decodeTlsCertificate:io.circe.Decoder[com.ngrok.definitions.TlsCertificate]", "kind" : "implicit val"}, {"label" : "encodeTlsCertificate", "tail" : ": Encoder[TlsCertificate]", "member" : "com.ngrok.definitions.TlsCertificate.encodeTlsCertificate", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#encodeTlsCertificate:io.circe.Encoder[com.ngrok.definitions.TlsCertificate]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificate$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificate) => Boolean, msg: => Any): TlsCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificate) => Boolean): TlsCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsCertificate", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsCertificate, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsCertificate, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TlsCertificate#", "error" : "unsupported entity"}, {"label" : "subjectCountry", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.subjectCountry", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#subjectCountry:String", "kind" : "val"}, {"label" : "subjectProvince", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.subjectProvince", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#subjectProvince:String", "kind" : "val"}, {"label" : "subjectLocality", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.subjectLocality", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#subjectLocality:String", "kind" : "val"}, {"label" : "subjectOrganizationalUnit", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.subjectOrganizationalUnit", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#subjectOrganizationalUnit:String", "kind" : "val"}, {"label" : "subjectOrganization", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.subjectOrganization", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#subjectOrganization:String", "kind" : "val"}, {"label" : "serialNumber", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.serialNumber", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#serialNumber:String", "kind" : "val"}, {"label" : "issuerCommonName", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.issuerCommonName", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#issuerCommonName:String", "kind" : "val"}, {"label" : "privateKeyType", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.privateKeyType", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#privateKeyType:String", "kind" : "val"}, {"label" : "extendedKeyUsages", "tail" : ": List[String]", "member" : "com.ngrok.definitions.TlsCertificate.extendedKeyUsages", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#extendedKeyUsages:List[String]", "kind" : "val"}, {"label" : "keyUsages", "tail" : ": List[String]", "member" : "com.ngrok.definitions.TlsCertificate.keyUsages", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#keyUsages:List[String]", "kind" : "val"}, {"label" : "notAfter", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.TlsCertificate.notAfter", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#notAfter:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "notBefore", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.TlsCertificate.notBefore", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#notBefore:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "issuedAt", "tail" : ": Option[OffsetDateTime]", "member" : "com.ngrok.definitions.TlsCertificate.issuedAt", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#issuedAt:Option[java.time.OffsetDateTime]", "kind" : "val"}, {"label" : "subjectAlternativeNames", "tail" : ": TlsCertificateSaNs", "member" : "com.ngrok.definitions.TlsCertificate.subjectAlternativeNames", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#subjectAlternativeNames:com.ngrok.definitions.TlsCertificateSaNs", "kind" : "val"}, {"label" : "subjectCommonName", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.subjectCommonName", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#subjectCommonName:String", "kind" : "val"}, {"label" : "certificatePem", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.certificatePem", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#certificatePem:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.metadata", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.description", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.TlsCertificate.createdAt", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TlsCertificate.uri", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.TlsCertificate.id", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsCertificate.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificate.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TlsCertificate.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TlsCertificateList", "shortDescription" : "A class encapsulating the TlsCertificateList resource.", "object" : "com\/ngrok\/definitions\/TlsCertificateList$.html", "members_object" : [{"label" : "decodeTlsCertificateList", "tail" : ": Decoder[TlsCertificateList]", "member" : "com.ngrok.definitions.TlsCertificateList.decodeTlsCertificateList", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#decodeTlsCertificateList:io.circe.Decoder[com.ngrok.definitions.TlsCertificateList]", "kind" : "implicit val"}, {"label" : "encodeTlsCertificateList", "tail" : ": Encoder[TlsCertificateList]", "member" : "com.ngrok.definitions.TlsCertificateList.encodeTlsCertificateList", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#encodeTlsCertificateList:io.circe.Encoder[com.ngrok.definitions.TlsCertificateList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificateList) => Boolean, msg: => Any): TlsCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificateList) => Boolean): TlsCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsCertificateList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsCertificateList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsCertificateList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TlsCertificateList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.TlsCertificateList.nextPageUri", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TlsCertificateList.uri", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "tlsCertificates", "tail" : ": List[TlsCertificate]", "member" : "com.ngrok.definitions.TlsCertificateList.tlsCertificates", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#tlsCertificates:List[com.ngrok.definitions.TlsCertificate]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TlsCertificateList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TlsCertificateSaNs", "shortDescription" : "A class encapsulating the TlsCertificateSaNs resource.", "object" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html", "members_object" : [{"label" : "decodeTlsCertificateSaNs", "tail" : ": Decoder[TlsCertificateSaNs]", "member" : "com.ngrok.definitions.TlsCertificateSaNs.decodeTlsCertificateSaNs", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#decodeTlsCertificateSaNs:io.circe.Decoder[com.ngrok.definitions.TlsCertificateSaNs]", "kind" : "implicit val"}, {"label" : "encodeTlsCertificateSaNs", "tail" : ": Encoder[TlsCertificateSaNs]", "member" : "com.ngrok.definitions.TlsCertificateSaNs.encodeTlsCertificateSaNs", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#encodeTlsCertificateSaNs:io.circe.Encoder[com.ngrok.definitions.TlsCertificateSaNs]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificateSaNs) => Boolean, msg: => Any): TlsCertificateSaNs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificateSaNs) => Boolean): TlsCertificateSaNs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsCertificateSaNs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsCertificateSaNs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsCertificateSaNs, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsCertificateSaNs, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TlsCertificateSaNs#", "error" : "unsupported entity"}, {"label" : "ips", "tail" : ": List[String]", "member" : "com.ngrok.definitions.TlsCertificateSaNs.ips", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#ips:List[String]", "kind" : "val"}, {"label" : "dnsNames", "tail" : ": List[String]", "member" : "com.ngrok.definitions.TlsCertificateSaNs.dnsNames", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#dnsNames:List[String]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TlsCertificateSaNs.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TlsEdge", "shortDescription" : "A class encapsulating the TlsEdge resource.", "object" : "com\/ngrok\/definitions\/TlsEdge$.html", "members_object" : [{"label" : "decodeTlsEdge", "tail" : ": Decoder[TlsEdge]", "member" : "com.ngrok.definitions.TlsEdge.decodeTlsEdge", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#decodeTlsEdge:io.circe.Decoder[com.ngrok.definitions.TlsEdge]", "kind" : "implicit val"}, {"label" : "encodeTlsEdge", "tail" : ": Encoder[TlsEdge]", "member" : "com.ngrok.definitions.TlsEdge.encodeTlsEdge", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#encodeTlsEdge:io.circe.Encoder[com.ngrok.definitions.TlsEdge]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsEdge$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdge$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TlsEdge.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TlsEdge.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdge) => Boolean, msg: => Any): TlsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdge.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdge) => Boolean): TlsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdge.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdge.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsEdge", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdge.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsEdge, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TlsEdge.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsEdge, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TlsEdge.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TlsEdge#", "error" : "unsupported entity"}, {"label" : "tlsTermination", "tail" : ": Option[EndpointTlsTermination]", "member" : "com.ngrok.definitions.TlsEdge.tlsTermination", "link" : "com\/ngrok\/definitions\/TlsEdge.html#tlsTermination:Option[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "val"}, {"label" : "mutualTls", "tail" : ": Option[EndpointMutualTls]", "member" : "com.ngrok.definitions.TlsEdge.mutualTls", "link" : "com\/ngrok\/definitions\/TlsEdge.html#mutualTls:Option[com.ngrok.definitions.EndpointMutualTls]", "kind" : "val"}, {"label" : "ipRestriction", "tail" : ": Option[EndpointIpPolicy]", "member" : "com.ngrok.definitions.TlsEdge.ipRestriction", "link" : "com\/ngrok\/definitions\/TlsEdge.html#ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "val"}, {"label" : "backend", "tail" : ": Option[EndpointBackend]", "member" : "com.ngrok.definitions.TlsEdge.backend", "link" : "com\/ngrok\/definitions\/TlsEdge.html#backend:Option[com.ngrok.definitions.EndpointBackend]", "kind" : "val"}, {"label" : "hostports", "tail" : ": Option[List[String]]", "member" : "com.ngrok.definitions.TlsEdge.hostports", "link" : "com\/ngrok\/definitions\/TlsEdge.html#hostports:Option[List[String]]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TlsEdge.uri", "link" : "com\/ngrok\/definitions\/TlsEdge.html#uri:java.net.URI", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.TlsEdge.createdAt", "link" : "com\/ngrok\/definitions\/TlsEdge.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.TlsEdge.metadata", "link" : "com\/ngrok\/definitions\/TlsEdge.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.TlsEdge.description", "link" : "com\/ngrok\/definitions\/TlsEdge.html#description:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.TlsEdge.id", "link" : "com\/ngrok\/definitions\/TlsEdge.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TlsEdge.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsEdge.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsEdge.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsEdge.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsEdge.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsEdge.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsEdge.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsEdge.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdge.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdge.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdge.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsEdge.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsEdge.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsEdge.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsEdge.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdge.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdge.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TlsEdge.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TlsEdgeList", "shortDescription" : "A class encapsulating the TlsEdgeList resource.", "object" : "com\/ngrok\/definitions\/TlsEdgeList$.html", "members_object" : [{"label" : "decodeTlsEdgeList", "tail" : ": Decoder[TlsEdgeList]", "member" : "com.ngrok.definitions.TlsEdgeList.decodeTlsEdgeList", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#decodeTlsEdgeList:io.circe.Decoder[com.ngrok.definitions.TlsEdgeList]", "kind" : "implicit val"}, {"label" : "encodeTlsEdgeList", "tail" : ": Encoder[TlsEdgeList]", "member" : "com.ngrok.definitions.TlsEdgeList.encodeTlsEdgeList", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#encodeTlsEdgeList:io.circe.Encoder[com.ngrok.definitions.TlsEdgeList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdgeList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeList) => Boolean, msg: => Any): TlsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeList) => Boolean): TlsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsEdgeList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsEdgeList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsEdgeList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TlsEdgeList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.TlsEdgeList.nextPageUri", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TlsEdgeList.uri", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "tlsEdges", "tail" : ": List[TlsEdge]", "member" : "com.ngrok.definitions.TlsEdgeList.tlsEdges", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#tlsEdges:List[com.ngrok.definitions.TlsEdge]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TlsEdgeList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TlsEdgeList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.Tunnel", "shortDescription" : "A class encapsulating the Tunnel resource.", "object" : "com\/ngrok\/definitions\/Tunnel$.html", "members_object" : [{"label" : "decodeTunnel", "tail" : ": Decoder[Tunnel]", "member" : "com.ngrok.definitions.Tunnel.decodeTunnel", "link" : "com\/ngrok\/definitions\/Tunnel$.html#decodeTunnel:io.circe.Decoder[com.ngrok.definitions.Tunnel]", "kind" : "implicit val"}, {"label" : "encodeTunnel", "tail" : ": Encoder[Tunnel]", "member" : "com.ngrok.definitions.Tunnel.encodeTunnel", "link" : "com\/ngrok\/definitions\/Tunnel$.html#encodeTunnel:io.circe.Encoder[com.ngrok.definitions.Tunnel]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Tunnel$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Tunnel$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Tunnel$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Tunnel$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Tunnel$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Tunnel$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Tunnel$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Tunnel$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Tunnel$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Tunnel$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Tunnel$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Tunnel$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/Tunnel$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Tunnel$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/Tunnel$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/Tunnel$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Tunnel$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Tunnel$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Tunnel$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/Tunnel.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/Tunnel.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Tunnel) => Boolean, msg: => Any): Tunnel", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Tunnel.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Tunnel) => Boolean): Tunnel", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Tunnel.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Tunnel", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Tunnel.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Tunnel", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/Tunnel.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Tunnel, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/Tunnel.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Tunnel, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/Tunnel.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.Tunnel#", "error" : "unsupported entity"}, {"label" : "forwardsTo", "tail" : ": String", "member" : "com.ngrok.definitions.Tunnel.forwardsTo", "link" : "com\/ngrok\/definitions\/Tunnel.html#forwardsTo:String", "kind" : "val"}, {"label" : "backends", "tail" : ": Option[List[Ref]]", "member" : "com.ngrok.definitions.Tunnel.backends", "link" : "com\/ngrok\/definitions\/Tunnel.html#backends:Option[List[com.ngrok.definitions.Ref]]", "kind" : "val"}, {"label" : "labels", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.Tunnel.labels", "link" : "com\/ngrok\/definitions\/Tunnel.html#labels:Map[String,String]", "kind" : "val"}, {"label" : "endpoint", "tail" : ": Option[Ref]", "member" : "com.ngrok.definitions.Tunnel.endpoint", "link" : "com\/ngrok\/definitions\/Tunnel.html#endpoint:Option[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "tunnelSession", "tail" : ": Ref", "member" : "com.ngrok.definitions.Tunnel.tunnelSession", "link" : "com\/ngrok\/definitions\/Tunnel.html#tunnelSession:com.ngrok.definitions.Ref", "kind" : "val"}, {"label" : "region", "tail" : ": String", "member" : "com.ngrok.definitions.Tunnel.region", "link" : "com\/ngrok\/definitions\/Tunnel.html#region:String", "kind" : "val"}, {"label" : "proto", "tail" : ": String", "member" : "com.ngrok.definitions.Tunnel.proto", "link" : "com\/ngrok\/definitions\/Tunnel.html#proto:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.Tunnel.metadata", "link" : "com\/ngrok\/definitions\/Tunnel.html#metadata:String", "kind" : "val"}, {"label" : "startedAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.Tunnel.startedAt", "link" : "com\/ngrok\/definitions\/Tunnel.html#startedAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "publicUrl", "tail" : ": URI", "member" : "com.ngrok.definitions.Tunnel.publicUrl", "link" : "com\/ngrok\/definitions\/Tunnel.html#publicUrl:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.Tunnel.id", "link" : "com\/ngrok\/definitions\/Tunnel.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/Tunnel.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/Tunnel.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/Tunnel.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/Tunnel.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/Tunnel.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/Tunnel.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/Tunnel.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/Tunnel.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Tunnel.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Tunnel.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/Tunnel.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/Tunnel.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/Tunnel.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/Tunnel.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/Tunnel.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/Tunnel.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/Tunnel.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/Tunnel.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TunnelGroupBackend", "shortDescription" : "A class encapsulating the TunnelGroupBackend resource.", "object" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html", "members_object" : [{"label" : "decodeTunnelGroupBackend", "tail" : ": Decoder[TunnelGroupBackend]", "member" : "com.ngrok.definitions.TunnelGroupBackend.decodeTunnelGroupBackend", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#decodeTunnelGroupBackend:io.circe.Decoder[com.ngrok.definitions.TunnelGroupBackend]", "kind" : "implicit val"}, {"label" : "encodeTunnelGroupBackend", "tail" : ": Encoder[TunnelGroupBackend]", "member" : "com.ngrok.definitions.TunnelGroupBackend.encodeTunnelGroupBackend", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#encodeTunnelGroupBackend:io.circe.Encoder[com.ngrok.definitions.TunnelGroupBackend]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelGroupBackend) => Boolean, msg: => Any): TunnelGroupBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelGroupBackend) => Boolean): TunnelGroupBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TunnelGroupBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TunnelGroupBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TunnelGroupBackend, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TunnelGroupBackend, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TunnelGroupBackend#", "error" : "unsupported entity"}, {"label" : "tunnels", "tail" : ": List[Ref]", "member" : "com.ngrok.definitions.TunnelGroupBackend.tunnels", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#tunnels:List[com.ngrok.definitions.Ref]", "kind" : "val"}, {"label" : "labels", "tail" : ": Map[String, String]", "member" : "com.ngrok.definitions.TunnelGroupBackend.labels", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#labels:Map[String,String]", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelGroupBackend.metadata", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelGroupBackend.description", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.TunnelGroupBackend.createdAt", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TunnelGroupBackend.uri", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelGroupBackend.id", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackend.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TunnelGroupBackend.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TunnelGroupBackendList", "shortDescription" : "A class encapsulating the TunnelGroupBackendList resource.", "object" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html", "members_object" : [{"label" : "decodeTunnelGroupBackendList", "tail" : ": Decoder[TunnelGroupBackendList]", "member" : "com.ngrok.definitions.TunnelGroupBackendList.decodeTunnelGroupBackendList", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#decodeTunnelGroupBackendList:io.circe.Decoder[com.ngrok.definitions.TunnelGroupBackendList]", "kind" : "implicit val"}, {"label" : "encodeTunnelGroupBackendList", "tail" : ": Encoder[TunnelGroupBackendList]", "member" : "com.ngrok.definitions.TunnelGroupBackendList.encodeTunnelGroupBackendList", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#encodeTunnelGroupBackendList:io.circe.Encoder[com.ngrok.definitions.TunnelGroupBackendList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelGroupBackendList) => Boolean, msg: => Any): TunnelGroupBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelGroupBackendList) => Boolean): TunnelGroupBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TunnelGroupBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TunnelGroupBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TunnelGroupBackendList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TunnelGroupBackendList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TunnelGroupBackendList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.TunnelGroupBackendList.nextPageUri", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TunnelGroupBackendList.uri", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "backends", "tail" : ": List[TunnelGroupBackend]", "member" : "com.ngrok.definitions.TunnelGroupBackendList.backends", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#backends:List[com.ngrok.definitions.TunnelGroupBackend]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TunnelGroupBackendList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TunnelList", "shortDescription" : "A class encapsulating the TunnelList resource.", "object" : "com\/ngrok\/definitions\/TunnelList$.html", "members_object" : [{"label" : "decodeTunnelList", "tail" : ": Decoder[TunnelList]", "member" : "com.ngrok.definitions.TunnelList.decodeTunnelList", "link" : "com\/ngrok\/definitions\/TunnelList$.html#decodeTunnelList:io.circe.Decoder[com.ngrok.definitions.TunnelList]", "kind" : "implicit val"}, {"label" : "encodeTunnelList", "tail" : ": Encoder[TunnelList]", "member" : "com.ngrok.definitions.TunnelList.encodeTunnelList", "link" : "com\/ngrok\/definitions\/TunnelList$.html#encodeTunnelList:io.circe.Encoder[com.ngrok.definitions.TunnelList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TunnelList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TunnelList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TunnelList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TunnelList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TunnelList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelList) => Boolean, msg: => Any): TunnelList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelList) => Boolean): TunnelList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TunnelList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TunnelList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TunnelList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TunnelList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TunnelList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TunnelList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TunnelList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.TunnelList.nextPageUri", "link" : "com\/ngrok\/definitions\/TunnelList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TunnelList.uri", "link" : "com\/ngrok\/definitions\/TunnelList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "tunnels", "tail" : ": List[Tunnel]", "member" : "com.ngrok.definitions.TunnelList.tunnels", "link" : "com\/ngrok\/definitions\/TunnelList.html#tunnels:List[com.ngrok.definitions.Tunnel]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TunnelList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TunnelList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TunnelSession", "shortDescription" : "A class encapsulating the TunnelSession resource.", "object" : "com\/ngrok\/definitions\/TunnelSession$.html", "members_object" : [{"label" : "decodeTunnelSession", "tail" : ": Decoder[TunnelSession]", "member" : "com.ngrok.definitions.TunnelSession.decodeTunnelSession", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#decodeTunnelSession:io.circe.Decoder[com.ngrok.definitions.TunnelSession]", "kind" : "implicit val"}, {"label" : "encodeTunnelSession", "tail" : ": Encoder[TunnelSession]", "member" : "com.ngrok.definitions.TunnelSession.encodeTunnelSession", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#encodeTunnelSession:io.circe.Encoder[com.ngrok.definitions.TunnelSession]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelSession$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSession$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TunnelSession.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TunnelSession.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelSession) => Boolean, msg: => Any): TunnelSession", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSession.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelSession) => Boolean): TunnelSession", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSession.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TunnelSession", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSession.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TunnelSession", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSession.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TunnelSession, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TunnelSession.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TunnelSession, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TunnelSession.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TunnelSession#", "error" : "unsupported entity"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TunnelSession.uri", "link" : "com\/ngrok\/definitions\/TunnelSession.html#uri:java.net.URI", "kind" : "val"}, {"label" : "transport", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelSession.transport", "link" : "com\/ngrok\/definitions\/TunnelSession.html#transport:String", "kind" : "val"}, {"label" : "startedAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.TunnelSession.startedAt", "link" : "com\/ngrok\/definitions\/TunnelSession.html#startedAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "region", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelSession.region", "link" : "com\/ngrok\/definitions\/TunnelSession.html#region:String", "kind" : "val"}, {"label" : "os", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelSession.os", "link" : "com\/ngrok\/definitions\/TunnelSession.html#os:String", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelSession.metadata", "link" : "com\/ngrok\/definitions\/TunnelSession.html#metadata:String", "kind" : "val"}, {"label" : "ip", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelSession.ip", "link" : "com\/ngrok\/definitions\/TunnelSession.html#ip:String", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelSession.id", "link" : "com\/ngrok\/definitions\/TunnelSession.html#id:String", "kind" : "val"}, {"label" : "credential", "tail" : ": Ref", "member" : "com.ngrok.definitions.TunnelSession.credential", "link" : "com\/ngrok\/definitions\/TunnelSession.html#credential:com.ngrok.definitions.Ref", "kind" : "val"}, {"label" : "agentVersion", "tail" : ": String", "member" : "com.ngrok.definitions.TunnelSession.agentVersion", "link" : "com\/ngrok\/definitions\/TunnelSession.html#agentVersion:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TunnelSession.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelSession.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelSession.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelSession.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelSession.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelSession.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelSession.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelSession.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSession.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSession.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSession.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelSession.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelSession.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelSession.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelSession.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSession.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSession.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TunnelSession.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.TunnelSessionList", "shortDescription" : "A class encapsulating the TunnelSessionList resource.", "object" : "com\/ngrok\/definitions\/TunnelSessionList$.html", "members_object" : [{"label" : "decodeTunnelSessionList", "tail" : ": Decoder[TunnelSessionList]", "member" : "com.ngrok.definitions.TunnelSessionList.decodeTunnelSessionList", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#decodeTunnelSessionList:io.circe.Decoder[com.ngrok.definitions.TunnelSessionList]", "kind" : "implicit val"}, {"label" : "encodeTunnelSessionList", "tail" : ": Encoder[TunnelSessionList]", "member" : "com.ngrok.definitions.TunnelSessionList.encodeTunnelSessionList", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#encodeTunnelSessionList:io.circe.Encoder[com.ngrok.definitions.TunnelSessionList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSessionList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelSessionList) => Boolean, msg: => Any): TunnelSessionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelSessionList) => Boolean): TunnelSessionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TunnelSessionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TunnelSessionList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TunnelSessionList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TunnelSessionList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.TunnelSessionList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.TunnelSessionList.nextPageUri", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.TunnelSessionList.uri", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "tunnelSessions", "tail" : ": List[TunnelSession]", "member" : "com.ngrok.definitions.TunnelSessionList.tunnelSessions", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#tunnelSessions:List[com.ngrok.definitions.TunnelSession]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/TunnelSessionList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/TunnelSessionList.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.WeightedBackend", "shortDescription" : "A class encapsulating the WeightedBackend resource.", "object" : "com\/ngrok\/definitions\/WeightedBackend$.html", "members_object" : [{"label" : "decodeWeightedBackend", "tail" : ": Decoder[WeightedBackend]", "member" : "com.ngrok.definitions.WeightedBackend.decodeWeightedBackend", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#decodeWeightedBackend:io.circe.Decoder[com.ngrok.definitions.WeightedBackend]", "kind" : "implicit val"}, {"label" : "encodeWeightedBackend", "tail" : ": Encoder[WeightedBackend]", "member" : "com.ngrok.definitions.WeightedBackend.encodeWeightedBackend", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#encodeWeightedBackend:io.circe.Encoder[com.ngrok.definitions.WeightedBackend]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackend$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (WeightedBackend) => Boolean, msg: => Any): WeightedBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (WeightedBackend) => Boolean): WeightedBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): WeightedBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): WeightedBackend", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (WeightedBackend, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (WeightedBackend, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.WeightedBackend#", "error" : "unsupported entity"}, {"label" : "backends", "tail" : ": Map[String, Long]", "member" : "com.ngrok.definitions.WeightedBackend.backends", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#backends:Map[String,Long]", "kind" : "val"}, {"label" : "metadata", "tail" : ": String", "member" : "com.ngrok.definitions.WeightedBackend.metadata", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#metadata:String", "kind" : "val"}, {"label" : "description", "tail" : ": String", "member" : "com.ngrok.definitions.WeightedBackend.description", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#description:String", "kind" : "val"}, {"label" : "createdAt", "tail" : ": OffsetDateTime", "member" : "com.ngrok.definitions.WeightedBackend.createdAt", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#createdAt:java.time.OffsetDateTime", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.WeightedBackend.uri", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#uri:java.net.URI", "kind" : "val"}, {"label" : "id", "tail" : ": String", "member" : "com.ngrok.definitions.WeightedBackend.id", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#id:String", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/WeightedBackend.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackend.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/WeightedBackend.html", "kind" : "case class"}, {"name" : "com.ngrok.definitions.WeightedBackendList", "shortDescription" : "A class encapsulating the WeightedBackendList resource.", "object" : "com\/ngrok\/definitions\/WeightedBackendList$.html", "members_object" : [{"label" : "decodeWeightedBackendList", "tail" : ": Decoder[WeightedBackendList]", "member" : "com.ngrok.definitions.WeightedBackendList.decodeWeightedBackendList", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#decodeWeightedBackendList:io.circe.Decoder[com.ngrok.definitions.WeightedBackendList]", "kind" : "implicit val"}, {"label" : "encodeWeightedBackendList", "tail" : ": Encoder[WeightedBackendList]", "member" : "com.ngrok.definitions.WeightedBackendList.encodeWeightedBackendList", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#encodeWeightedBackendList:io.circe.Encoder[com.ngrok.definitions.WeightedBackendList]", "kind" : "implicit val"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackendList$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_case class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (WeightedBackendList) => Boolean, msg: => Any): WeightedBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (WeightedBackendList) => Boolean): WeightedBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): WeightedBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): WeightedBackendList", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (WeightedBackendList, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (WeightedBackendList, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#->[B](y:B):(A,B)", "kind" : "def"}, {"member" : "com.ngrok.definitions.WeightedBackendList#", "error" : "unsupported entity"}, {"label" : "nextPageUri", "tail" : ": Option[URI]", "member" : "com.ngrok.definitions.WeightedBackendList.nextPageUri", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#nextPageUri:Option[java.net.URI]", "kind" : "val"}, {"label" : "uri", "tail" : ": URI", "member" : "com.ngrok.definitions.WeightedBackendList.uri", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#uri:java.net.URI", "kind" : "val"}, {"label" : "backends", "tail" : ": List[WeightedBackend]", "member" : "com.ngrok.definitions.WeightedBackendList.backends", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#backends:List[com.ngrok.definitions.WeightedBackend]", "kind" : "val"}, {"label" : "productElementNames", "tail" : "(): Iterator[String]", "member" : "scala.Product.productElementNames", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#productElementNames:Iterator[String]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#notify():Unit", "kind" : "final def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#clone():Object", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/definitions\/WeightedBackendList.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "case class" : "com\/ngrok\/definitions\/WeightedBackendList.html", "kind" : "case class"}], "com.ngrok.services" : [{"name" : "com.ngrok.services.AbuseReports", "shortDescription" : "", "object" : "com\/ngrok\/services\/AbuseReports$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/AbuseReports.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/AbuseReports.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AbuseReports) => Boolean, msg: => Any): AbuseReports", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AbuseReports.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AbuseReports) => Boolean): AbuseReports", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AbuseReports.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AbuseReports", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AbuseReports.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AbuseReports", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AbuseReports.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AbuseReports, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/AbuseReports.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AbuseReports, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/AbuseReports.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[AbuseReport]", "member" : "com.ngrok.services.AbuseReports.get", "link" : "com\/ngrok\/services\/AbuseReports.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.AbuseReport]", "kind" : "def"}, {"label" : "create", "tail" : "(urls: List[URI], metadata: Option[String]): Future[AbuseReport]", "member" : "com.ngrok.services.AbuseReports.create", "link" : "com\/ngrok\/services\/AbuseReports.html#create(urls:List[java.net.URI],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.AbuseReport]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/AbuseReports.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/AbuseReports.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/AbuseReports.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/AbuseReports.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/AbuseReports.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/AbuseReports.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/AbuseReports.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AbuseReports.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AbuseReports.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AbuseReports.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/AbuseReports.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/AbuseReports.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/AbuseReports.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/AbuseReports.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/AbuseReports.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/AbuseReports.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/AbuseReports.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/AbuseReports.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/AbuseReports.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/AbuseReports$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/AbuseReports$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/AbuseReports$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/AbuseReports$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/AbuseReports$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/AbuseReports$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/AbuseReports$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AbuseReports$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AbuseReports$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AbuseReports$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/AbuseReports$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/AbuseReports$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/AbuseReports$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/AbuseReports$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/AbuseReports$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/AbuseReports$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/AbuseReports$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/AbuseReports$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/AbuseReports$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/AbuseReports.html", "kind" : "object"}, {"name" : "com.ngrok.services.AgentIngresses", "shortDescription" : "", "object" : "com\/ngrok\/services\/AgentIngresses$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/AgentIngresses.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/AgentIngresses.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AgentIngresses) => Boolean, msg: => Any): AgentIngresses", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AgentIngresses.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (AgentIngresses) => Boolean): AgentIngresses", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AgentIngresses.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): AgentIngresses", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AgentIngresses.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): AgentIngresses", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/AgentIngresses.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (AgentIngresses, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/AgentIngresses.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (AgentIngresses, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/AgentIngresses.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[AgentIngress]", "member" : "com.ngrok.services.AgentIngresses.update", "link" : "com\/ngrok\/services\/AgentIngresses.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.AgentIngress]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[AgentIngressList]]", "member" : "com.ngrok.services.AgentIngresses.list", "link" : "com\/ngrok\/services\/AgentIngresses.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.AgentIngressList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[AgentIngress]", "member" : "com.ngrok.services.AgentIngresses.get", "link" : "com\/ngrok\/services\/AgentIngresses.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.AgentIngress]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.AgentIngresses.delete", "link" : "com\/ngrok\/services\/AgentIngresses.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(domain: String, description: Option[String], metadata: Option[String]): Future[AgentIngress]", "member" : "com.ngrok.services.AgentIngresses.create", "link" : "com\/ngrok\/services\/AgentIngresses.html#create(domain:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.AgentIngress]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/AgentIngresses.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/AgentIngresses.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/AgentIngresses.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/AgentIngresses.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/AgentIngresses.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/AgentIngresses.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/AgentIngresses.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AgentIngresses.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AgentIngresses.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AgentIngresses.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/AgentIngresses.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/AgentIngresses.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/AgentIngresses.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/AgentIngresses.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/AgentIngresses.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/AgentIngresses.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/AgentIngresses.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/AgentIngresses.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/AgentIngresses.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/AgentIngresses$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/AgentIngresses$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/AgentIngresses$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/AgentIngresses$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/AgentIngresses$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/AgentIngresses$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/AgentIngresses$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AgentIngresses$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AgentIngresses$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/AgentIngresses$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/AgentIngresses$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/AgentIngresses$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/AgentIngresses$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/AgentIngresses$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/AgentIngresses$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/AgentIngresses$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/AgentIngresses$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/AgentIngresses$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/AgentIngresses$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/AgentIngresses.html", "kind" : "object"}, {"name" : "com.ngrok.services.ApiKeys", "shortDescription" : "", "object" : "com\/ngrok\/services\/ApiKeys$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/ApiKeys.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/ApiKeys.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ApiKeys) => Boolean, msg: => Any): ApiKeys", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ApiKeys.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ApiKeys) => Boolean): ApiKeys", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ApiKeys.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ApiKeys", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ApiKeys.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ApiKeys", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ApiKeys.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ApiKeys, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/ApiKeys.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ApiKeys, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/ApiKeys.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[ApiKey]", "member" : "com.ngrok.services.ApiKeys.update", "link" : "com\/ngrok\/services\/ApiKeys.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.ApiKey]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[ApiKeyList]]", "member" : "com.ngrok.services.ApiKeys.list", "link" : "com\/ngrok\/services\/ApiKeys.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.ApiKeyList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[ApiKey]", "member" : "com.ngrok.services.ApiKeys.get", "link" : "com\/ngrok\/services\/ApiKeys.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.ApiKey]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.ApiKeys.delete", "link" : "com\/ngrok\/services\/ApiKeys.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String]): Future[ApiKey]", "member" : "com.ngrok.services.ApiKeys.create", "link" : "com\/ngrok\/services\/ApiKeys.html#create(description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.ApiKey]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/ApiKeys.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/ApiKeys.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/ApiKeys.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/ApiKeys.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/ApiKeys.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/ApiKeys.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/ApiKeys.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ApiKeys.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ApiKeys.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ApiKeys.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/ApiKeys.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/ApiKeys.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/ApiKeys.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/ApiKeys.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/ApiKeys.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/ApiKeys.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/ApiKeys.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/ApiKeys.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/ApiKeys.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/ApiKeys$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/ApiKeys$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/ApiKeys$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/ApiKeys$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/ApiKeys$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/ApiKeys$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/ApiKeys$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ApiKeys$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ApiKeys$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ApiKeys$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/ApiKeys$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/ApiKeys$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/ApiKeys$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/ApiKeys$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/ApiKeys$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/ApiKeys$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/ApiKeys$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/ApiKeys$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/ApiKeys$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/ApiKeys.html", "kind" : "object"}, {"name" : "com.ngrok.services.CertificateAuthorities", "shortDescription" : "", "object" : "com\/ngrok\/services\/CertificateAuthorities$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CertificateAuthorities) => Boolean, msg: => Any): CertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (CertificateAuthorities) => Boolean): CertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): CertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): CertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (CertificateAuthorities, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (CertificateAuthorities, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[CertificateAuthority]", "member" : "com.ngrok.services.CertificateAuthorities.update", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.CertificateAuthority]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[CertificateAuthorityList]]", "member" : "com.ngrok.services.CertificateAuthorities.list", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.CertificateAuthorityList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[CertificateAuthority]", "member" : "com.ngrok.services.CertificateAuthorities.get", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.CertificateAuthority]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.CertificateAuthorities.delete", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(caPem: String, description: Option[String], metadata: Option[String]): Future[CertificateAuthority]", "member" : "com.ngrok.services.CertificateAuthorities.create", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#create(caPem:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.CertificateAuthority]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/CertificateAuthorities.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/CertificateAuthorities.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/CertificateAuthorities$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/CertificateAuthorities.html", "kind" : "object"}, {"name" : "com.ngrok.services.Credentials", "shortDescription" : "", "object" : "com\/ngrok\/services\/Credentials$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/Credentials.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/Credentials.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Credentials) => Boolean, msg: => Any): Credentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Credentials.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Credentials) => Boolean): Credentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Credentials.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Credentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Credentials.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Credentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Credentials.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Credentials, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/Credentials.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Credentials, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/Credentials.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], acl: List[String]): Future[Credential]", "member" : "com.ngrok.services.Credentials.update", "link" : "com\/ngrok\/services\/Credentials.html#update(id:String,description:Option[String],metadata:Option[String],acl:List[String]):scala.concurrent.Future[com.ngrok.definitions.Credential]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[CredentialList]]", "member" : "com.ngrok.services.Credentials.list", "link" : "com\/ngrok\/services\/Credentials.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.CredentialList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[Credential]", "member" : "com.ngrok.services.Credentials.get", "link" : "com\/ngrok\/services\/Credentials.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.Credential]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.Credentials.delete", "link" : "com\/ngrok\/services\/Credentials.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], acl: List[String]): Future[Credential]", "member" : "com.ngrok.services.Credentials.create", "link" : "com\/ngrok\/services\/Credentials.html#create(description:Option[String],metadata:Option[String],acl:List[String]):scala.concurrent.Future[com.ngrok.definitions.Credential]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/Credentials.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/Credentials.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/Credentials.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/Credentials.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/Credentials.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/Credentials.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/Credentials.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Credentials.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Credentials.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Credentials.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/Credentials.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/Credentials.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/Credentials.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/Credentials.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/Credentials.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/Credentials.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/Credentials.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/Credentials.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/Credentials.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/Credentials$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/Credentials$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/Credentials$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/Credentials$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/Credentials$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/Credentials$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/Credentials$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Credentials$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Credentials$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Credentials$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/Credentials$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/Credentials$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/Credentials$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/Credentials$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/Credentials$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/Credentials$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/Credentials$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/Credentials$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/Credentials$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/Credentials.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteBackendModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteBackendModule) => Boolean, msg: => Any): EdgeRouteBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteBackendModule) => Boolean): EdgeRouteBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteBackendModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteBackendModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteBackendModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointBackend]", "member" : "com.ngrok.services.EdgeRouteBackendModule.get", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointBackend]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointBackendMutate]): Future[EndpointBackend]", "member" : "com.ngrok.services.EdgeRouteBackendModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointBackendMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointBackend]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteBackendModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteBackendModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteCircuitBreakerModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteCircuitBreakerModule) => Boolean, msg: => Any): EdgeRouteCircuitBreakerModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteCircuitBreakerModule) => Boolean): EdgeRouteCircuitBreakerModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteCircuitBreakerModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteCircuitBreakerModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteCircuitBreakerModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteCircuitBreakerModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteCircuitBreakerModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointCircuitBreaker]", "member" : "com.ngrok.services.EdgeRouteCircuitBreakerModule.get", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointCircuitBreaker]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointCircuitBreaker]): Future[EndpointCircuitBreaker]", "member" : "com.ngrok.services.EdgeRouteCircuitBreakerModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointCircuitBreaker]):scala.concurrent.Future[com.ngrok.definitions.EndpointCircuitBreaker]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteCircuitBreakerModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteCompressionModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteCompressionModule) => Boolean, msg: => Any): EdgeRouteCompressionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteCompressionModule) => Boolean): EdgeRouteCompressionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteCompressionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteCompressionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteCompressionModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteCompressionModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteCompressionModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointCompression]", "member" : "com.ngrok.services.EdgeRouteCompressionModule.get", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointCompression]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointCompression]): Future[EndpointCompression]", "member" : "com.ngrok.services.EdgeRouteCompressionModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointCompression]):scala.concurrent.Future[com.ngrok.definitions.EndpointCompression]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteCompressionModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteCompressionModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteIpRestrictionModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteIpRestrictionModule) => Boolean, msg: => Any): EdgeRouteIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteIpRestrictionModule) => Boolean): EdgeRouteIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteIpRestrictionModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteIpRestrictionModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteIpRestrictionModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointIpPolicy]", "member" : "com.ngrok.services.EdgeRouteIpRestrictionModule.get", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointIpPolicyMutate]): Future[EndpointIpPolicy]", "member" : "com.ngrok.services.EdgeRouteIpRestrictionModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointIpPolicyMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteIpRestrictionModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteOAuthModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteOAuthModule) => Boolean, msg: => Any): EdgeRouteOAuthModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteOAuthModule) => Boolean): EdgeRouteOAuthModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteOAuthModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteOAuthModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteOAuthModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteOAuthModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteOAuthModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointOAuth]", "member" : "com.ngrok.services.EdgeRouteOAuthModule.get", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointOAuth]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointOAuth]): Future[EndpointOAuth]", "member" : "com.ngrok.services.EdgeRouteOAuthModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointOAuth]):scala.concurrent.Future[com.ngrok.definitions.EndpointOAuth]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOAuthModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteOAuthModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteOidcModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteOidcModule) => Boolean, msg: => Any): EdgeRouteOidcModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteOidcModule) => Boolean): EdgeRouteOidcModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteOidcModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteOidcModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteOidcModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteOidcModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteOidcModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointOidc]", "member" : "com.ngrok.services.EdgeRouteOidcModule.get", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointOidc]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointOidc]): Future[EndpointOidc]", "member" : "com.ngrok.services.EdgeRouteOidcModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointOidc]):scala.concurrent.Future[com.ngrok.definitions.EndpointOidc]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteOidcModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteOidcModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteRequestHeadersModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteRequestHeadersModule) => Boolean, msg: => Any): EdgeRouteRequestHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteRequestHeadersModule) => Boolean): EdgeRouteRequestHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteRequestHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteRequestHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteRequestHeadersModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteRequestHeadersModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteRequestHeadersModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointRequestHeaders]", "member" : "com.ngrok.services.EdgeRouteRequestHeadersModule.get", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointRequestHeaders]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointRequestHeaders]): Future[EndpointRequestHeaders]", "member" : "com.ngrok.services.EdgeRouteRequestHeadersModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointRequestHeaders]):scala.concurrent.Future[com.ngrok.definitions.EndpointRequestHeaders]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteRequestHeadersModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteResponseHeadersModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteResponseHeadersModule) => Boolean, msg: => Any): EdgeRouteResponseHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteResponseHeadersModule) => Boolean): EdgeRouteResponseHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteResponseHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteResponseHeadersModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteResponseHeadersModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteResponseHeadersModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteResponseHeadersModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointResponseHeaders]", "member" : "com.ngrok.services.EdgeRouteResponseHeadersModule.get", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointResponseHeaders]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointResponseHeaders]): Future[EndpointResponseHeaders]", "member" : "com.ngrok.services.EdgeRouteResponseHeadersModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointResponseHeaders]):scala.concurrent.Future[com.ngrok.definitions.EndpointResponseHeaders]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteResponseHeadersModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteSamlModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteSamlModule) => Boolean, msg: => Any): EdgeRouteSamlModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteSamlModule) => Boolean): EdgeRouteSamlModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteSamlModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteSamlModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteSamlModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteSamlModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteSamlModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointSaml]", "member" : "com.ngrok.services.EdgeRouteSamlModule.get", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointSaml]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointSamlMutate]): Future[EndpointSaml]", "member" : "com.ngrok.services.EdgeRouteSamlModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointSamlMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointSaml]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteSamlModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteSamlModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteWebhookVerificationModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteWebhookVerificationModule) => Boolean, msg: => Any): EdgeRouteWebhookVerificationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteWebhookVerificationModule) => Boolean): EdgeRouteWebhookVerificationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteWebhookVerificationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteWebhookVerificationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteWebhookVerificationModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteWebhookVerificationModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteWebhookVerificationModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointWebhookValidation]", "member" : "com.ngrok.services.EdgeRouteWebhookVerificationModule.get", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointWebhookValidation]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointWebhookValidation]): Future[EndpointWebhookValidation]", "member" : "com.ngrok.services.EdgeRouteWebhookVerificationModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointWebhookValidation]):scala.concurrent.Future[com.ngrok.definitions.EndpointWebhookValidation]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteWebhookVerificationModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgeRouteWebsocketTcpConverterModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteWebsocketTcpConverterModule) => Boolean, msg: => Any): EdgeRouteWebsocketTcpConverterModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgeRouteWebsocketTcpConverterModule) => Boolean): EdgeRouteWebsocketTcpConverterModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgeRouteWebsocketTcpConverterModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgeRouteWebsocketTcpConverterModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgeRouteWebsocketTcpConverterModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgeRouteWebsocketTcpConverterModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgeRouteWebsocketTcpConverterModule.delete", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[EndpointWebsocketTcpConverter]", "member" : "com.ngrok.services.EdgeRouteWebsocketTcpConverterModule.get", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointWebsocketTcpConverter]", "kind" : "def"}, {"label" : "replace", "tail" : "(edgeId: String, id: String, module: Option[EndpointWebsocketTcpConverter]): Future[EndpointWebsocketTcpConverter]", "member" : "com.ngrok.services.EdgeRouteWebsocketTcpConverterModule.replace", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#replace(edgeId:String,id:String,module:Option[com.ngrok.definitions.EndpointWebsocketTcpConverter]):scala.concurrent.Future[com.ngrok.definitions.EndpointWebsocketTcpConverter]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgeRouteWebsocketTcpConverterModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgesHttps", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgesHttps$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgesHttps.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgesHttps.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesHttps) => Boolean, msg: => Any): EdgesHttps", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttps.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesHttps) => Boolean): EdgesHttps", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttps.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgesHttps", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttps.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgesHttps", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttps.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgesHttps, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgesHttps.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgesHttps, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgesHttps.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.EdgesHttps.delete", "link" : "com\/ngrok\/services\/EdgesHttps.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], hostports: List[String], mutualTls: Option[EndpointMutualTlsMutate], tlsTermination: Option[EndpointTlsTerminationAtEdge]): Future[HttpsEdge]", "member" : "com.ngrok.services.EdgesHttps.update", "link" : "com\/ngrok\/services\/EdgesHttps.html#update(id:String,description:Option[String],metadata:Option[String],hostports:List[String],mutualTls:Option[com.ngrok.definitions.EndpointMutualTlsMutate],tlsTermination:Option[com.ngrok.definitions.EndpointTlsTerminationAtEdge]):scala.concurrent.Future[com.ngrok.definitions.HttpsEdge]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[HttpsEdgeList]]", "member" : "com.ngrok.services.EdgesHttps.list", "link" : "com\/ngrok\/services\/EdgesHttps.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.HttpsEdgeList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[HttpsEdge]", "member" : "com.ngrok.services.EdgesHttps.get", "link" : "com\/ngrok\/services\/EdgesHttps.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.HttpsEdge]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], hostports: List[String], mutualTls: Option[EndpointMutualTlsMutate], tlsTermination: Option[EndpointTlsTerminationAtEdge]): Future[HttpsEdge]", "member" : "com.ngrok.services.EdgesHttps.create", "link" : "com\/ngrok\/services\/EdgesHttps.html#create(description:Option[String],metadata:Option[String],hostports:List[String],mutualTls:Option[com.ngrok.definitions.EndpointMutualTlsMutate],tlsTermination:Option[com.ngrok.definitions.EndpointTlsTerminationAtEdge]):scala.concurrent.Future[com.ngrok.definitions.HttpsEdge]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesHttps.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesHttps.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesHttps.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesHttps.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesHttps.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesHttps.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesHttps.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttps.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttps.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttps.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesHttps.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesHttps.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesHttps.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesHttps.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesHttps.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesHttps.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesHttps.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttps.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttps.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesHttps$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesHttps$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesHttps$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesHttps$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesHttps$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesHttps$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesHttps$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttps$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttps$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttps$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesHttps$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesHttps$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesHttps$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesHttps$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesHttps$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesHttps$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesHttps$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttps$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttps$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgesHttps.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgesHttpsRoutes", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesHttpsRoutes) => Boolean, msg: => Any): EdgesHttpsRoutes", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesHttpsRoutes) => Boolean): EdgesHttpsRoutes", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgesHttpsRoutes", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgesHttpsRoutes", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgesHttpsRoutes, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgesHttpsRoutes, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(edgeId: String, id: String): Future[Unit]", "member" : "com.ngrok.services.EdgesHttpsRoutes.delete", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#delete(edgeId:String,id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "update", "tail" : "(edgeId: String, id: String, matchType: Option[String], match: Option[String], description: Option[String], metadata: Option[String], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate], circuitBreaker: Option[EndpointCircuitBreaker], compression: Option[EndpointCompression], requestHeaders: Option[EndpointRequestHeaders], responseHeaders: Option[EndpointResponseHeaders], webhookVerification: Option[EndpointWebhookValidation], oauth: Option[EndpointOAuth], saml: Option[EndpointSamlMutate], oidc: Option[EndpointOidc], websocketTcpConverter: Option[EndpointWebsocketTcpConverter]): Future[HttpsEdgeRoute]", "member" : "com.ngrok.services.EdgesHttpsRoutes.update", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#update(edgeId:String,id:String,matchType:Option[String],match:Option[String],description:Option[String],metadata:Option[String],backend:Option[com.ngrok.definitions.EndpointBackendMutate],ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicyMutate],circuitBreaker:Option[com.ngrok.definitions.EndpointCircuitBreaker],compression:Option[com.ngrok.definitions.EndpointCompression],requestHeaders:Option[com.ngrok.definitions.EndpointRequestHeaders],responseHeaders:Option[com.ngrok.definitions.EndpointResponseHeaders],webhookVerification:Option[com.ngrok.definitions.EndpointWebhookValidation],oauth:Option[com.ngrok.definitions.EndpointOAuth],saml:Option[com.ngrok.definitions.EndpointSamlMutate],oidc:Option[com.ngrok.definitions.EndpointOidc],websocketTcpConverter:Option[com.ngrok.definitions.EndpointWebsocketTcpConverter]):scala.concurrent.Future[com.ngrok.definitions.HttpsEdgeRoute]", "kind" : "def"}, {"label" : "get", "tail" : "(edgeId: String, id: String): Future[HttpsEdgeRoute]", "member" : "com.ngrok.services.EdgesHttpsRoutes.get", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#get(edgeId:String,id:String):scala.concurrent.Future[com.ngrok.definitions.HttpsEdgeRoute]", "kind" : "def"}, {"label" : "create", "tail" : "(edgeId: String, matchType: String, match: String, description: Option[String], metadata: Option[String], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate], circuitBreaker: Option[EndpointCircuitBreaker], compression: Option[EndpointCompression], requestHeaders: Option[EndpointRequestHeaders], responseHeaders: Option[EndpointResponseHeaders], webhookVerification: Option[EndpointWebhookValidation], oauth: Option[EndpointOAuth], saml: Option[EndpointSamlMutate], oidc: Option[EndpointOidc], websocketTcpConverter: Option[EndpointWebsocketTcpConverter]): Future[HttpsEdgeRoute]", "member" : "com.ngrok.services.EdgesHttpsRoutes.create", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#create(edgeId:String,matchType:String,match:String,description:Option[String],metadata:Option[String],backend:Option[com.ngrok.definitions.EndpointBackendMutate],ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicyMutate],circuitBreaker:Option[com.ngrok.definitions.EndpointCircuitBreaker],compression:Option[com.ngrok.definitions.EndpointCompression],requestHeaders:Option[com.ngrok.definitions.EndpointRequestHeaders],responseHeaders:Option[com.ngrok.definitions.EndpointResponseHeaders],webhookVerification:Option[com.ngrok.definitions.EndpointWebhookValidation],oauth:Option[com.ngrok.definitions.EndpointOAuth],saml:Option[com.ngrok.definitions.EndpointSamlMutate],oidc:Option[com.ngrok.definitions.EndpointOidc],websocketTcpConverter:Option[com.ngrok.definitions.EndpointWebsocketTcpConverter]):scala.concurrent.Future[com.ngrok.definitions.HttpsEdgeRoute]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesHttpsRoutes$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgesHttpsRoutes.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgesTcp", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgesTcp$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgesTcp.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgesTcp.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesTcp) => Boolean, msg: => Any): EdgesTcp", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTcp.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesTcp) => Boolean): EdgesTcp", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTcp.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgesTcp", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTcp.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgesTcp", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTcp.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgesTcp, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgesTcp.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgesTcp, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgesTcp.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.EdgesTcp.delete", "link" : "com\/ngrok\/services\/EdgesTcp.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], hostports: List[String], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate]): Future[TcpEdge]", "member" : "com.ngrok.services.EdgesTcp.update", "link" : "com\/ngrok\/services\/EdgesTcp.html#update(id:String,description:Option[String],metadata:Option[String],hostports:List[String],backend:Option[com.ngrok.definitions.EndpointBackendMutate],ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicyMutate]):scala.concurrent.Future[com.ngrok.definitions.TcpEdge]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[TcpEdgeList]]", "member" : "com.ngrok.services.EdgesTcp.list", "link" : "com\/ngrok\/services\/EdgesTcp.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.TcpEdgeList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[TcpEdge]", "member" : "com.ngrok.services.EdgesTcp.get", "link" : "com\/ngrok\/services\/EdgesTcp.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.TcpEdge]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], hostports: List[String], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate]): Future[TcpEdge]", "member" : "com.ngrok.services.EdgesTcp.create", "link" : "com\/ngrok\/services\/EdgesTcp.html#create(description:Option[String],metadata:Option[String],hostports:List[String],backend:Option[com.ngrok.definitions.EndpointBackendMutate],ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicyMutate]):scala.concurrent.Future[com.ngrok.definitions.TcpEdge]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesTcp.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesTcp.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesTcp.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesTcp.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesTcp.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesTcp.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesTcp.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTcp.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTcp.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTcp.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesTcp.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesTcp.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesTcp.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesTcp.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesTcp.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesTcp.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesTcp.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesTcp.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesTcp.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesTcp$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesTcp$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesTcp$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesTcp$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesTcp$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesTcp$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesTcp$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTcp$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTcp$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTcp$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesTcp$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesTcp$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesTcp$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesTcp$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesTcp$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesTcp$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesTcp$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesTcp$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesTcp$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgesTcp.html", "kind" : "object"}, {"name" : "com.ngrok.services.EdgesTls", "shortDescription" : "", "object" : "com\/ngrok\/services\/EdgesTls$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EdgesTls.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EdgesTls.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesTls) => Boolean, msg: => Any): EdgesTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTls.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EdgesTls) => Boolean): EdgesTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTls.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EdgesTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTls.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EdgesTls", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EdgesTls.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EdgesTls, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EdgesTls.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EdgesTls, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EdgesTls.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.EdgesTls.delete", "link" : "com\/ngrok\/services\/EdgesTls.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], hostports: List[String], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate], mutualTls: Option[EndpointMutualTlsMutate], tlsTermination: Option[EndpointTlsTermination]): Future[TlsEdge]", "member" : "com.ngrok.services.EdgesTls.update", "link" : "com\/ngrok\/services\/EdgesTls.html#update(id:String,description:Option[String],metadata:Option[String],hostports:List[String],backend:Option[com.ngrok.definitions.EndpointBackendMutate],ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicyMutate],mutualTls:Option[com.ngrok.definitions.EndpointMutualTlsMutate],tlsTermination:Option[com.ngrok.definitions.EndpointTlsTermination]):scala.concurrent.Future[com.ngrok.definitions.TlsEdge]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[TlsEdgeList]]", "member" : "com.ngrok.services.EdgesTls.list", "link" : "com\/ngrok\/services\/EdgesTls.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.TlsEdgeList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[TlsEdge]", "member" : "com.ngrok.services.EdgesTls.get", "link" : "com\/ngrok\/services\/EdgesTls.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.TlsEdge]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], hostports: List[String], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate], mutualTls: Option[EndpointMutualTlsMutate], tlsTermination: Option[EndpointTlsTermination]): Future[TlsEdge]", "member" : "com.ngrok.services.EdgesTls.create", "link" : "com\/ngrok\/services\/EdgesTls.html#create(description:Option[String],metadata:Option[String],hostports:List[String],backend:Option[com.ngrok.definitions.EndpointBackendMutate],ipRestriction:Option[com.ngrok.definitions.EndpointIpPolicyMutate],mutualTls:Option[com.ngrok.definitions.EndpointMutualTlsMutate],tlsTermination:Option[com.ngrok.definitions.EndpointTlsTermination]):scala.concurrent.Future[com.ngrok.definitions.TlsEdge]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesTls.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesTls.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesTls.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesTls.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesTls.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesTls.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesTls.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTls.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTls.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTls.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesTls.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesTls.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesTls.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesTls.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesTls.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesTls.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesTls.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesTls.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesTls.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EdgesTls$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EdgesTls$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EdgesTls$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EdgesTls$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EdgesTls$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EdgesTls$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EdgesTls$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTls$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTls$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EdgesTls$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EdgesTls$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EdgesTls$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EdgesTls$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EdgesTls$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EdgesTls$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EdgesTls$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EdgesTls$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EdgesTls$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EdgesTls$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EdgesTls.html", "kind" : "object"}, {"name" : "com.ngrok.services.Endpoints", "shortDescription" : "", "object" : "com\/ngrok\/services\/Endpoints$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/Endpoints.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/Endpoints.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Endpoints) => Boolean, msg: => Any): Endpoints", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Endpoints.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Endpoints) => Boolean): Endpoints", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Endpoints.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Endpoints", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Endpoints.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Endpoints", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Endpoints.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Endpoints, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/Endpoints.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Endpoints, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/Endpoints.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[Endpoint]", "member" : "com.ngrok.services.Endpoints.get", "link" : "com\/ngrok\/services\/Endpoints.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.Endpoint]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[EndpointList]]", "member" : "com.ngrok.services.Endpoints.list", "link" : "com\/ngrok\/services\/Endpoints.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.EndpointList]]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/Endpoints.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/Endpoints.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/Endpoints.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/Endpoints.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/Endpoints.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/Endpoints.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/Endpoints.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Endpoints.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Endpoints.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Endpoints.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/Endpoints.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/Endpoints.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/Endpoints.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/Endpoints.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/Endpoints.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/Endpoints.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/Endpoints.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/Endpoints.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/Endpoints.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/Endpoints$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/Endpoints$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/Endpoints$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/Endpoints$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/Endpoints$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/Endpoints$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/Endpoints$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Endpoints$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Endpoints$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Endpoints$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/Endpoints$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/Endpoints$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/Endpoints$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/Endpoints$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/Endpoints$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/Endpoints$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/Endpoints$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/Endpoints$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/Endpoints$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/Endpoints.html", "kind" : "object"}, {"name" : "com.ngrok.services.EventDestinations", "shortDescription" : "", "object" : "com\/ngrok\/services\/EventDestinations$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EventDestinations.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EventDestinations.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventDestinations) => Boolean, msg: => Any): EventDestinations", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventDestinations.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventDestinations) => Boolean): EventDestinations", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventDestinations.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventDestinations", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventDestinations.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventDestinations", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventDestinations.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventDestinations, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EventDestinations.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventDestinations, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EventDestinations.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, metadata: Option[String], description: Option[String], format: Option[String], target: Option[EventTarget]): Future[EventDestination]", "member" : "com.ngrok.services.EventDestinations.update", "link" : "com\/ngrok\/services\/EventDestinations.html#update(id:String,metadata:Option[String],description:Option[String],format:Option[String],target:Option[com.ngrok.definitions.EventTarget]):scala.concurrent.Future[com.ngrok.definitions.EventDestination]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[EventDestinationList]]", "member" : "com.ngrok.services.EventDestinations.list", "link" : "com\/ngrok\/services\/EventDestinations.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.EventDestinationList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EventDestination]", "member" : "com.ngrok.services.EventDestinations.get", "link" : "com\/ngrok\/services\/EventDestinations.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EventDestination]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.EventDestinations.delete", "link" : "com\/ngrok\/services\/EventDestinations.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(metadata: Option[String], description: Option[String], format: Option[String], target: Option[EventTarget]): Future[EventDestination]", "member" : "com.ngrok.services.EventDestinations.create", "link" : "com\/ngrok\/services\/EventDestinations.html#create(metadata:Option[String],description:Option[String],format:Option[String],target:Option[com.ngrok.definitions.EventTarget]):scala.concurrent.Future[com.ngrok.definitions.EventDestination]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EventDestinations.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EventDestinations.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EventDestinations.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EventDestinations.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EventDestinations.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EventDestinations.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EventDestinations.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventDestinations.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventDestinations.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventDestinations.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EventDestinations.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EventDestinations.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EventDestinations.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EventDestinations.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EventDestinations.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EventDestinations.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EventDestinations.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EventDestinations.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EventDestinations.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EventDestinations$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EventDestinations$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EventDestinations$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EventDestinations$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EventDestinations$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EventDestinations$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EventDestinations$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventDestinations$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventDestinations$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventDestinations$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EventDestinations$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EventDestinations$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EventDestinations$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EventDestinations$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EventDestinations$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EventDestinations$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EventDestinations$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EventDestinations$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EventDestinations$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EventDestinations.html", "kind" : "object"}, {"name" : "com.ngrok.services.EventSources", "shortDescription" : "", "object" : "com\/ngrok\/services\/EventSources$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EventSources.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EventSources.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSources) => Boolean, msg: => Any): EventSources", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSources.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSources) => Boolean): EventSources", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSources.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventSources", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSources.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventSources", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSources.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventSources, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EventSources.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventSources, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EventSources.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(subscriptionId: String, type: String): Future[EventSource]", "member" : "com.ngrok.services.EventSources.update", "link" : "com\/ngrok\/services\/EventSources.html#update(subscriptionId:String,type:String):scala.concurrent.Future[com.ngrok.definitions.EventSource]", "kind" : "def"}, {"label" : "list", "tail" : "(subscriptionId: String): Future[EventSourceList]", "member" : "com.ngrok.services.EventSources.list", "link" : "com\/ngrok\/services\/EventSources.html#list(subscriptionId:String):scala.concurrent.Future[com.ngrok.definitions.EventSourceList]", "kind" : "def"}, {"label" : "get", "tail" : "(subscriptionId: String, type: String): Future[EventSource]", "member" : "com.ngrok.services.EventSources.get", "link" : "com\/ngrok\/services\/EventSources.html#get(subscriptionId:String,type:String):scala.concurrent.Future[com.ngrok.definitions.EventSource]", "kind" : "def"}, {"label" : "delete", "tail" : "(subscriptionId: String, type: String): Future[Unit]", "member" : "com.ngrok.services.EventSources.delete", "link" : "com\/ngrok\/services\/EventSources.html#delete(subscriptionId:String,type:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(subscriptionId: String, type: Option[String]): Future[EventSource]", "member" : "com.ngrok.services.EventSources.create", "link" : "com\/ngrok\/services\/EventSources.html#create(subscriptionId:String,type:Option[String]):scala.concurrent.Future[com.ngrok.definitions.EventSource]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EventSources.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EventSources.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EventSources.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EventSources.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EventSources.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EventSources.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EventSources.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSources.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSources.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSources.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EventSources.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EventSources.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EventSources.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EventSources.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EventSources.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EventSources.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EventSources.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EventSources.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EventSources.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EventSources$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EventSources$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EventSources$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EventSources$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EventSources$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EventSources$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EventSources$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSources$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSources$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSources$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EventSources$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EventSources$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EventSources$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EventSources$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EventSources$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EventSources$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EventSources$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EventSources$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EventSources$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EventSources.html", "kind" : "object"}, {"name" : "com.ngrok.services.EventSubscriptions", "shortDescription" : "", "object" : "com\/ngrok\/services\/EventSubscriptions$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/EventSubscriptions.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/EventSubscriptions.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSubscriptions) => Boolean, msg: => Any): EventSubscriptions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSubscriptions.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (EventSubscriptions) => Boolean): EventSubscriptions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSubscriptions.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): EventSubscriptions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSubscriptions.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): EventSubscriptions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/EventSubscriptions.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (EventSubscriptions, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/EventSubscriptions.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (EventSubscriptions, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/EventSubscriptions.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, metadata: Option[String], description: Option[String], sources: List[EventSourceReplace], destinationIds: List[String]): Future[EventSubscription]", "member" : "com.ngrok.services.EventSubscriptions.update", "link" : "com\/ngrok\/services\/EventSubscriptions.html#update(id:String,metadata:Option[String],description:Option[String],sources:List[com.ngrok.definitions.EventSourceReplace],destinationIds:List[String]):scala.concurrent.Future[com.ngrok.definitions.EventSubscription]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[EventSubscriptionList]]", "member" : "com.ngrok.services.EventSubscriptions.list", "link" : "com\/ngrok\/services\/EventSubscriptions.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.EventSubscriptionList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EventSubscription]", "member" : "com.ngrok.services.EventSubscriptions.get", "link" : "com\/ngrok\/services\/EventSubscriptions.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EventSubscription]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.EventSubscriptions.delete", "link" : "com\/ngrok\/services\/EventSubscriptions.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(metadata: Option[String], description: Option[String], sources: List[EventSourceReplace], destinationIds: List[String]): Future[EventSubscription]", "member" : "com.ngrok.services.EventSubscriptions.create", "link" : "com\/ngrok\/services\/EventSubscriptions.html#create(metadata:Option[String],description:Option[String],sources:List[com.ngrok.definitions.EventSourceReplace],destinationIds:List[String]):scala.concurrent.Future[com.ngrok.definitions.EventSubscription]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EventSubscriptions.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EventSubscriptions.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EventSubscriptions.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EventSubscriptions.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EventSubscriptions.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EventSubscriptions.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EventSubscriptions.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSubscriptions.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSubscriptions.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSubscriptions.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EventSubscriptions.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EventSubscriptions.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EventSubscriptions.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EventSubscriptions.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EventSubscriptions.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EventSubscriptions.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EventSubscriptions.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EventSubscriptions.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EventSubscriptions.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/EventSubscriptions$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/EventSubscriptions$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/EventSubscriptions.html", "kind" : "object"}, {"name" : "com.ngrok.services.FailoverBackends", "shortDescription" : "", "object" : "com\/ngrok\/services\/FailoverBackends$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/FailoverBackends.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/FailoverBackends.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (FailoverBackends) => Boolean, msg: => Any): FailoverBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/FailoverBackends.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (FailoverBackends) => Boolean): FailoverBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/FailoverBackends.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): FailoverBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/FailoverBackends.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): FailoverBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/FailoverBackends.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (FailoverBackends, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/FailoverBackends.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (FailoverBackends, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/FailoverBackends.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], backends: List[String]): Future[FailoverBackend]", "member" : "com.ngrok.services.FailoverBackends.update", "link" : "com\/ngrok\/services\/FailoverBackends.html#update(id:String,description:Option[String],metadata:Option[String],backends:List[String]):scala.concurrent.Future[com.ngrok.definitions.FailoverBackend]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[FailoverBackendList]]", "member" : "com.ngrok.services.FailoverBackends.list", "link" : "com\/ngrok\/services\/FailoverBackends.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.FailoverBackendList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[FailoverBackend]", "member" : "com.ngrok.services.FailoverBackends.get", "link" : "com\/ngrok\/services\/FailoverBackends.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.FailoverBackend]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.FailoverBackends.delete", "link" : "com\/ngrok\/services\/FailoverBackends.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], backends: List[String]): Future[FailoverBackend]", "member" : "com.ngrok.services.FailoverBackends.create", "link" : "com\/ngrok\/services\/FailoverBackends.html#create(description:Option[String],metadata:Option[String],backends:List[String]):scala.concurrent.Future[com.ngrok.definitions.FailoverBackend]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/FailoverBackends.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/FailoverBackends.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/FailoverBackends.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/FailoverBackends.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/FailoverBackends.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/FailoverBackends.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/FailoverBackends.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/FailoverBackends.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/FailoverBackends.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/FailoverBackends.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/FailoverBackends.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/FailoverBackends.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/FailoverBackends.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/FailoverBackends.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/FailoverBackends.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/FailoverBackends.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/FailoverBackends.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/FailoverBackends.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/FailoverBackends.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/FailoverBackends$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/FailoverBackends$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/FailoverBackends$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/FailoverBackends$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/FailoverBackends$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/FailoverBackends$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/FailoverBackends$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/FailoverBackends$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/FailoverBackends$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/FailoverBackends$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/FailoverBackends$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/FailoverBackends$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/FailoverBackends$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/FailoverBackends$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/FailoverBackends$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/FailoverBackends$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/FailoverBackends$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/FailoverBackends$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/FailoverBackends$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/FailoverBackends.html", "kind" : "object"}, {"name" : "com.ngrok.services.HttpResponseBackends", "shortDescription" : "", "object" : "com\/ngrok\/services\/HttpResponseBackends$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpResponseBackends) => Boolean, msg: => Any): HttpResponseBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpResponseBackends) => Boolean): HttpResponseBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpResponseBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpResponseBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpResponseBackends, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpResponseBackends, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], body: Option[String], headers: Map[String, String], statusCode: Option[Int]): Future[HttpResponseBackend]", "member" : "com.ngrok.services.HttpResponseBackends.update", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#update(id:String,description:Option[String],metadata:Option[String],body:Option[String],headers:Map[String,String],statusCode:Option[Int]):scala.concurrent.Future[com.ngrok.definitions.HttpResponseBackend]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[HttpResponseBackendList]]", "member" : "com.ngrok.services.HttpResponseBackends.list", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.HttpResponseBackendList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[HttpResponseBackend]", "member" : "com.ngrok.services.HttpResponseBackends.get", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.HttpResponseBackend]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.HttpResponseBackends.delete", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], body: Option[String], headers: Map[String, String], statusCode: Option[Int]): Future[HttpResponseBackend]", "member" : "com.ngrok.services.HttpResponseBackends.create", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#create(description:Option[String],metadata:Option[String],body:Option[String],headers:Map[String,String],statusCode:Option[Int]):scala.concurrent.Future[com.ngrok.definitions.HttpResponseBackend]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/HttpResponseBackends.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/HttpResponseBackends.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/HttpResponseBackends$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/HttpResponseBackends.html", "kind" : "object"}, {"name" : "com.ngrok.services.HttpsEdgeMutualTlsModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeMutualTlsModule) => Boolean, msg: => Any): HttpsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeMutualTlsModule) => Boolean): HttpsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpsEdgeMutualTlsModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpsEdgeMutualTlsModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.HttpsEdgeMutualTlsModule.delete", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointMutualTls]", "member" : "com.ngrok.services.HttpsEdgeMutualTlsModule.get", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointMutualTls]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointMutualTlsMutate]): Future[EndpointMutualTls]", "member" : "com.ngrok.services.HttpsEdgeMutualTlsModule.replace", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointMutualTlsMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointMutualTls]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/HttpsEdgeMutualTlsModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.HttpsEdgeTlsTerminationModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeTlsTerminationModule) => Boolean, msg: => Any): HttpsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (HttpsEdgeTlsTerminationModule) => Boolean): HttpsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): HttpsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): HttpsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (HttpsEdgeTlsTerminationModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (HttpsEdgeTlsTerminationModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.HttpsEdgeTlsTerminationModule.delete", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointTlsTermination]", "member" : "com.ngrok.services.HttpsEdgeTlsTerminationModule.get", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointTlsTerminationAtEdge]): Future[EndpointTlsTermination]", "member" : "com.ngrok.services.HttpsEdgeTlsTerminationModule.replace", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointTlsTerminationAtEdge]):scala.concurrent.Future[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/HttpsEdgeTlsTerminationModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.IpPolicies", "shortDescription" : "", "object" : "com\/ngrok\/services\/IpPolicies$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/IpPolicies.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/IpPolicies.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicies) => Boolean, msg: => Any): IpPolicies", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicies.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicies) => Boolean): IpPolicies", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicies.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpPolicies", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicies.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpPolicies", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicies.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpPolicies, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/IpPolicies.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpPolicies, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/IpPolicies.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[IpPolicy]", "member" : "com.ngrok.services.IpPolicies.update", "link" : "com\/ngrok\/services\/IpPolicies.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.IpPolicy]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[IpPolicyList]]", "member" : "com.ngrok.services.IpPolicies.list", "link" : "com\/ngrok\/services\/IpPolicies.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.IpPolicyList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[IpPolicy]", "member" : "com.ngrok.services.IpPolicies.get", "link" : "com\/ngrok\/services\/IpPolicies.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.IpPolicy]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.IpPolicies.delete", "link" : "com\/ngrok\/services\/IpPolicies.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String]): Future[IpPolicy]", "member" : "com.ngrok.services.IpPolicies.create", "link" : "com\/ngrok\/services\/IpPolicies.html#create(description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.IpPolicy]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/IpPolicies.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/IpPolicies.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/IpPolicies.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/IpPolicies.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/IpPolicies.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/IpPolicies.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/IpPolicies.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicies.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicies.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicies.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/IpPolicies.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/IpPolicies.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/IpPolicies.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/IpPolicies.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/IpPolicies.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/IpPolicies.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/IpPolicies.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/IpPolicies.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/IpPolicies.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/IpPolicies$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/IpPolicies$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/IpPolicies$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/IpPolicies$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/IpPolicies$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/IpPolicies$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/IpPolicies$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicies$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicies$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicies$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/IpPolicies$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/IpPolicies$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/IpPolicies$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/IpPolicies$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/IpPolicies$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/IpPolicies$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/IpPolicies$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/IpPolicies$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/IpPolicies$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/IpPolicies.html", "kind" : "object"}, {"name" : "com.ngrok.services.IpPolicyRules", "shortDescription" : "", "object" : "com\/ngrok\/services\/IpPolicyRules$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/IpPolicyRules.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/IpPolicyRules.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyRules) => Boolean, msg: => Any): IpPolicyRules", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicyRules.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpPolicyRules) => Boolean): IpPolicyRules", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicyRules.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpPolicyRules", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicyRules.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpPolicyRules", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpPolicyRules.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpPolicyRules, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/IpPolicyRules.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpPolicyRules, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/IpPolicyRules.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], cidr: Option[String]): Future[IpPolicyRule]", "member" : "com.ngrok.services.IpPolicyRules.update", "link" : "com\/ngrok\/services\/IpPolicyRules.html#update(id:String,description:Option[String],metadata:Option[String],cidr:Option[String]):scala.concurrent.Future[com.ngrok.definitions.IpPolicyRule]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[IpPolicyRuleList]]", "member" : "com.ngrok.services.IpPolicyRules.list", "link" : "com\/ngrok\/services\/IpPolicyRules.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.IpPolicyRuleList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[IpPolicyRule]", "member" : "com.ngrok.services.IpPolicyRules.get", "link" : "com\/ngrok\/services\/IpPolicyRules.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.IpPolicyRule]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.IpPolicyRules.delete", "link" : "com\/ngrok\/services\/IpPolicyRules.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(cidr: String, ipPolicyId: String, action: String, description: Option[String], metadata: Option[String]): Future[IpPolicyRule]", "member" : "com.ngrok.services.IpPolicyRules.create", "link" : "com\/ngrok\/services\/IpPolicyRules.html#create(cidr:String,ipPolicyId:String,action:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.IpPolicyRule]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/IpPolicyRules.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/IpPolicyRules.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/IpPolicyRules.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/IpPolicyRules.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/IpPolicyRules.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/IpPolicyRules.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/IpPolicyRules.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicyRules.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicyRules.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicyRules.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/IpPolicyRules.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/IpPolicyRules.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/IpPolicyRules.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/IpPolicyRules.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/IpPolicyRules.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/IpPolicyRules.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/IpPolicyRules.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/IpPolicyRules.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/IpPolicyRules.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/IpPolicyRules$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/IpPolicyRules$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/IpPolicyRules.html", "kind" : "object"}, {"name" : "com.ngrok.services.IpRestrictions", "shortDescription" : "", "object" : "com\/ngrok\/services\/IpRestrictions$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/IpRestrictions.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/IpRestrictions.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpRestrictions) => Boolean, msg: => Any): IpRestrictions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpRestrictions.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (IpRestrictions) => Boolean): IpRestrictions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpRestrictions.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): IpRestrictions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpRestrictions.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): IpRestrictions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/IpRestrictions.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (IpRestrictions, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/IpRestrictions.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (IpRestrictions, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/IpRestrictions.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], enforced: Option[Boolean], ipPolicyIds: List[String]): Future[IpRestriction]", "member" : "com.ngrok.services.IpRestrictions.update", "link" : "com\/ngrok\/services\/IpRestrictions.html#update(id:String,description:Option[String],metadata:Option[String],enforced:Option[Boolean],ipPolicyIds:List[String]):scala.concurrent.Future[com.ngrok.definitions.IpRestriction]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[IpRestrictionList]]", "member" : "com.ngrok.services.IpRestrictions.list", "link" : "com\/ngrok\/services\/IpRestrictions.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.IpRestrictionList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[IpRestriction]", "member" : "com.ngrok.services.IpRestrictions.get", "link" : "com\/ngrok\/services\/IpRestrictions.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.IpRestriction]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.IpRestrictions.delete", "link" : "com\/ngrok\/services\/IpRestrictions.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(type: String, ipPolicyIds: List[String], description: Option[String], metadata: Option[String], enforced: Option[Boolean]): Future[IpRestriction]", "member" : "com.ngrok.services.IpRestrictions.create", "link" : "com\/ngrok\/services\/IpRestrictions.html#create(type:String,ipPolicyIds:List[String],description:Option[String],metadata:Option[String],enforced:Option[Boolean]):scala.concurrent.Future[com.ngrok.definitions.IpRestriction]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/IpRestrictions.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/IpRestrictions.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/IpRestrictions.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/IpRestrictions.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/IpRestrictions.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/IpRestrictions.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/IpRestrictions.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpRestrictions.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpRestrictions.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpRestrictions.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/IpRestrictions.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/IpRestrictions.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/IpRestrictions.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/IpRestrictions.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/IpRestrictions.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/IpRestrictions.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/IpRestrictions.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/IpRestrictions.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/IpRestrictions.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/IpRestrictions$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/IpRestrictions$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/IpRestrictions$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/IpRestrictions$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/IpRestrictions$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/IpRestrictions$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/IpRestrictions$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpRestrictions$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpRestrictions$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/IpRestrictions$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/IpRestrictions$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/IpRestrictions$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/IpRestrictions$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/IpRestrictions$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/IpRestrictions$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/IpRestrictions$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/IpRestrictions$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/IpRestrictions$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/IpRestrictions$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/IpRestrictions.html", "kind" : "object"}, {"name" : "com.ngrok.services.ReservedAddrs", "shortDescription" : "", "object" : "com\/ngrok\/services\/ReservedAddrs$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/ReservedAddrs.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/ReservedAddrs.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedAddrs) => Boolean, msg: => Any): ReservedAddrs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedAddrs.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedAddrs) => Boolean): ReservedAddrs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedAddrs.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedAddrs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedAddrs.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedAddrs", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedAddrs.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedAddrs, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/ReservedAddrs.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedAddrs, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/ReservedAddrs.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[ReservedAddr]", "member" : "com.ngrok.services.ReservedAddrs.update", "link" : "com\/ngrok\/services\/ReservedAddrs.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.ReservedAddr]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[ReservedAddrList]]", "member" : "com.ngrok.services.ReservedAddrs.list", "link" : "com\/ngrok\/services\/ReservedAddrs.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.ReservedAddrList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[ReservedAddr]", "member" : "com.ngrok.services.ReservedAddrs.get", "link" : "com\/ngrok\/services\/ReservedAddrs.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.ReservedAddr]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.ReservedAddrs.delete", "link" : "com\/ngrok\/services\/ReservedAddrs.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], region: Option[String]): Future[ReservedAddr]", "member" : "com.ngrok.services.ReservedAddrs.create", "link" : "com\/ngrok\/services\/ReservedAddrs.html#create(description:Option[String],metadata:Option[String],region:Option[String]):scala.concurrent.Future[com.ngrok.definitions.ReservedAddr]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/ReservedAddrs.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/ReservedAddrs.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/ReservedAddrs.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/ReservedAddrs.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/ReservedAddrs.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/ReservedAddrs.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/ReservedAddrs.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedAddrs.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedAddrs.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedAddrs.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/ReservedAddrs.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/ReservedAddrs.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/ReservedAddrs.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/ReservedAddrs.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/ReservedAddrs.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/ReservedAddrs.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/ReservedAddrs.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/ReservedAddrs.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/ReservedAddrs.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/ReservedAddrs$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/ReservedAddrs$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/ReservedAddrs.html", "kind" : "object"}, {"name" : "com.ngrok.services.ReservedDomains", "shortDescription" : "", "object" : "com\/ngrok\/services\/ReservedDomains$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/ReservedDomains.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/ReservedDomains.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomains) => Boolean, msg: => Any): ReservedDomains", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedDomains.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (ReservedDomains) => Boolean): ReservedDomains", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedDomains.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): ReservedDomains", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedDomains.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): ReservedDomains", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/ReservedDomains.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (ReservedDomains, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/ReservedDomains.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (ReservedDomains, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/ReservedDomains.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "deleteCertificate", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.ReservedDomains.deleteCertificate", "link" : "com\/ngrok\/services\/ReservedDomains.html#deleteCertificate(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "deleteCertificateManagementPolicy", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.ReservedDomains.deleteCertificateManagementPolicy", "link" : "com\/ngrok\/services\/ReservedDomains.html#deleteCertificateManagementPolicy(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], certificateId: Option[String], certificateManagementPolicy: Option[ReservedDomainCertPolicy]): Future[ReservedDomain]", "member" : "com.ngrok.services.ReservedDomains.update", "link" : "com\/ngrok\/services\/ReservedDomains.html#update(id:String,description:Option[String],metadata:Option[String],certificateId:Option[String],certificateManagementPolicy:Option[com.ngrok.definitions.ReservedDomainCertPolicy]):scala.concurrent.Future[com.ngrok.definitions.ReservedDomain]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[ReservedDomainList]]", "member" : "com.ngrok.services.ReservedDomains.list", "link" : "com\/ngrok\/services\/ReservedDomains.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.ReservedDomainList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[ReservedDomain]", "member" : "com.ngrok.services.ReservedDomains.get", "link" : "com\/ngrok\/services\/ReservedDomains.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.ReservedDomain]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.ReservedDomains.delete", "link" : "com\/ngrok\/services\/ReservedDomains.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(name: String, region: Option[String], description: Option[String], metadata: Option[String], certificateId: Option[String], certificateManagementPolicy: Option[ReservedDomainCertPolicy]): Future[ReservedDomain]", "member" : "com.ngrok.services.ReservedDomains.create", "link" : "com\/ngrok\/services\/ReservedDomains.html#create(name:String,region:Option[String],description:Option[String],metadata:Option[String],certificateId:Option[String],certificateManagementPolicy:Option[com.ngrok.definitions.ReservedDomainCertPolicy]):scala.concurrent.Future[com.ngrok.definitions.ReservedDomain]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/ReservedDomains.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/ReservedDomains.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/ReservedDomains.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/ReservedDomains.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/ReservedDomains.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/ReservedDomains.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/ReservedDomains.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedDomains.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedDomains.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedDomains.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/ReservedDomains.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/ReservedDomains.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/ReservedDomains.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/ReservedDomains.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/ReservedDomains.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/ReservedDomains.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/ReservedDomains.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/ReservedDomains.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/ReservedDomains.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/ReservedDomains$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/ReservedDomains$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/ReservedDomains$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/ReservedDomains$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/ReservedDomains$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/ReservedDomains$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/ReservedDomains$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedDomains$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedDomains$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/ReservedDomains$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/ReservedDomains$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/ReservedDomains$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/ReservedDomains$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/ReservedDomains$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/ReservedDomains$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/ReservedDomains$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/ReservedDomains$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/ReservedDomains$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/ReservedDomains$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/ReservedDomains.html", "kind" : "object"}, {"name" : "com.ngrok.services.SshCertificateAuthorities", "shortDescription" : "", "object" : "com\/ngrok\/services\/SshCertificateAuthorities$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCertificateAuthorities) => Boolean, msg: => Any): SshCertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCertificateAuthorities) => Boolean): SshCertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshCertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshCertificateAuthorities", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshCertificateAuthorities, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshCertificateAuthorities, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[SshCertificateAuthority]", "member" : "com.ngrok.services.SshCertificateAuthorities.update", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.SshCertificateAuthority]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[SshCertificateAuthorityList]]", "member" : "com.ngrok.services.SshCertificateAuthorities.list", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.SshCertificateAuthorityList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[SshCertificateAuthority]", "member" : "com.ngrok.services.SshCertificateAuthorities.get", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.SshCertificateAuthority]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.SshCertificateAuthorities.delete", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], privateKeyType: Option[String], ellipticCurve: Option[String], keySize: Option[Long]): Future[SshCertificateAuthority]", "member" : "com.ngrok.services.SshCertificateAuthorities.create", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#create(description:Option[String],metadata:Option[String],privateKeyType:Option[String],ellipticCurve:Option[String],keySize:Option[Long]):scala.concurrent.Future[com.ngrok.definitions.SshCertificateAuthority]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshCertificateAuthorities.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshCertificateAuthorities$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/SshCertificateAuthorities.html", "kind" : "object"}, {"name" : "com.ngrok.services.SshCredentials", "shortDescription" : "", "object" : "com\/ngrok\/services\/SshCredentials$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/SshCredentials.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/SshCredentials.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCredentials) => Boolean, msg: => Any): SshCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCredentials.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshCredentials) => Boolean): SshCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCredentials.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCredentials.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshCredentials", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshCredentials.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshCredentials, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/SshCredentials.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshCredentials, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/SshCredentials.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], acl: List[String]): Future[SshCredential]", "member" : "com.ngrok.services.SshCredentials.update", "link" : "com\/ngrok\/services\/SshCredentials.html#update(id:String,description:Option[String],metadata:Option[String],acl:List[String]):scala.concurrent.Future[com.ngrok.definitions.SshCredential]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[SshCredentialList]]", "member" : "com.ngrok.services.SshCredentials.list", "link" : "com\/ngrok\/services\/SshCredentials.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.SshCredentialList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[SshCredential]", "member" : "com.ngrok.services.SshCredentials.get", "link" : "com\/ngrok\/services\/SshCredentials.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.SshCredential]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.SshCredentials.delete", "link" : "com\/ngrok\/services\/SshCredentials.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(publicKey: String, description: Option[String], metadata: Option[String], acl: List[String]): Future[SshCredential]", "member" : "com.ngrok.services.SshCredentials.create", "link" : "com\/ngrok\/services\/SshCredentials.html#create(publicKey:String,description:Option[String],metadata:Option[String],acl:List[String]):scala.concurrent.Future[com.ngrok.definitions.SshCredential]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshCredentials.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshCredentials.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshCredentials.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshCredentials.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshCredentials.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshCredentials.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshCredentials.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCredentials.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCredentials.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCredentials.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshCredentials.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshCredentials.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshCredentials.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshCredentials.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshCredentials.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshCredentials.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshCredentials.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshCredentials.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshCredentials.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshCredentials$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshCredentials$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshCredentials$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshCredentials$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshCredentials$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshCredentials$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshCredentials$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCredentials$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCredentials$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshCredentials$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshCredentials$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshCredentials$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshCredentials$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshCredentials$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshCredentials$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshCredentials$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshCredentials$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshCredentials$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshCredentials$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/SshCredentials.html", "kind" : "object"}, {"name" : "com.ngrok.services.SshHostCertificates", "shortDescription" : "", "object" : "com\/ngrok\/services\/SshHostCertificates$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/SshHostCertificates.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/SshHostCertificates.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshHostCertificates) => Boolean, msg: => Any): SshHostCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshHostCertificates.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshHostCertificates) => Boolean): SshHostCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshHostCertificates.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshHostCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshHostCertificates.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshHostCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshHostCertificates.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshHostCertificates, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/SshHostCertificates.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshHostCertificates, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/SshHostCertificates.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[SshHostCertificate]", "member" : "com.ngrok.services.SshHostCertificates.update", "link" : "com\/ngrok\/services\/SshHostCertificates.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.SshHostCertificate]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[SshHostCertificateList]]", "member" : "com.ngrok.services.SshHostCertificates.list", "link" : "com\/ngrok\/services\/SshHostCertificates.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.SshHostCertificateList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[SshHostCertificate]", "member" : "com.ngrok.services.SshHostCertificates.get", "link" : "com\/ngrok\/services\/SshHostCertificates.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.SshHostCertificate]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.SshHostCertificates.delete", "link" : "com\/ngrok\/services\/SshHostCertificates.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(sshCertificateAuthorityId: String, publicKey: String, principals: List[String], validAfter: Option[OffsetDateTime], validUntil: Option[OffsetDateTime], description: Option[String], metadata: Option[String]): Future[SshHostCertificate]", "member" : "com.ngrok.services.SshHostCertificates.create", "link" : "com\/ngrok\/services\/SshHostCertificates.html#create(sshCertificateAuthorityId:String,publicKey:String,principals:List[String],validAfter:Option[java.time.OffsetDateTime],validUntil:Option[java.time.OffsetDateTime],description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.SshHostCertificate]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshHostCertificates.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshHostCertificates.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshHostCertificates.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshHostCertificates.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshHostCertificates.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshHostCertificates.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshHostCertificates.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshHostCertificates.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshHostCertificates.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshHostCertificates.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshHostCertificates.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshHostCertificates.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshHostCertificates.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshHostCertificates.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshHostCertificates.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshHostCertificates.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshHostCertificates.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshHostCertificates.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshHostCertificates.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshHostCertificates$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshHostCertificates$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/SshHostCertificates.html", "kind" : "object"}, {"name" : "com.ngrok.services.SshUserCertificates", "shortDescription" : "", "object" : "com\/ngrok\/services\/SshUserCertificates$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/SshUserCertificates.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/SshUserCertificates.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshUserCertificates) => Boolean, msg: => Any): SshUserCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshUserCertificates.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (SshUserCertificates) => Boolean): SshUserCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshUserCertificates.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): SshUserCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshUserCertificates.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): SshUserCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/SshUserCertificates.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (SshUserCertificates, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/SshUserCertificates.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (SshUserCertificates, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/SshUserCertificates.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[SshUserCertificate]", "member" : "com.ngrok.services.SshUserCertificates.update", "link" : "com\/ngrok\/services\/SshUserCertificates.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.SshUserCertificate]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[SshUserCertificateList]]", "member" : "com.ngrok.services.SshUserCertificates.list", "link" : "com\/ngrok\/services\/SshUserCertificates.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.SshUserCertificateList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[SshUserCertificate]", "member" : "com.ngrok.services.SshUserCertificates.get", "link" : "com\/ngrok\/services\/SshUserCertificates.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.SshUserCertificate]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.SshUserCertificates.delete", "link" : "com\/ngrok\/services\/SshUserCertificates.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(sshCertificateAuthorityId: String, publicKey: String, principals: List[String], criticalOptions: Map[String, String], extensions: Map[String, String], validAfter: Option[OffsetDateTime], validUntil: Option[OffsetDateTime], description: Option[String], metadata: Option[String]): Future[SshUserCertificate]", "member" : "com.ngrok.services.SshUserCertificates.create", "link" : "com\/ngrok\/services\/SshUserCertificates.html#create(sshCertificateAuthorityId:String,publicKey:String,principals:List[String],criticalOptions:Map[String,String],extensions:Map[String,String],validAfter:Option[java.time.OffsetDateTime],validUntil:Option[java.time.OffsetDateTime],description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.SshUserCertificate]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshUserCertificates.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshUserCertificates.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshUserCertificates.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshUserCertificates.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshUserCertificates.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshUserCertificates.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshUserCertificates.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshUserCertificates.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshUserCertificates.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshUserCertificates.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshUserCertificates.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshUserCertificates.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshUserCertificates.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshUserCertificates.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshUserCertificates.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshUserCertificates.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshUserCertificates.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshUserCertificates.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshUserCertificates.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/SshUserCertificates$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/SshUserCertificates$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/SshUserCertificates.html", "kind" : "object"}, {"name" : "com.ngrok.services.TcpEdgeBackendModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdgeBackendModule) => Boolean, msg: => Any): TcpEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdgeBackendModule) => Boolean): TcpEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TcpEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TcpEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TcpEdgeBackendModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TcpEdgeBackendModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TcpEdgeBackendModule.delete", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointBackend]", "member" : "com.ngrok.services.TcpEdgeBackendModule.get", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointBackend]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointBackendMutate]): Future[EndpointBackend]", "member" : "com.ngrok.services.TcpEdgeBackendModule.replace", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointBackendMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointBackend]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeBackendModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TcpEdgeBackendModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.TcpEdgeIpRestrictionModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdgeIpRestrictionModule) => Boolean, msg: => Any): TcpEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TcpEdgeIpRestrictionModule) => Boolean): TcpEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TcpEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TcpEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TcpEdgeIpRestrictionModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TcpEdgeIpRestrictionModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TcpEdgeIpRestrictionModule.delete", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointIpPolicy]", "member" : "com.ngrok.services.TcpEdgeIpRestrictionModule.get", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointIpPolicyMutate]): Future[EndpointIpPolicy]", "member" : "com.ngrok.services.TcpEdgeIpRestrictionModule.replace", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointIpPolicyMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TcpEdgeIpRestrictionModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.TlsCertificates", "shortDescription" : "", "object" : "com\/ngrok\/services\/TlsCertificates$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TlsCertificates.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TlsCertificates.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificates) => Boolean, msg: => Any): TlsCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsCertificates.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsCertificates) => Boolean): TlsCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsCertificates.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsCertificates.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsCertificates", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsCertificates.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsCertificates, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TlsCertificates.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsCertificates, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TlsCertificates.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String]): Future[TlsCertificate]", "member" : "com.ngrok.services.TlsCertificates.update", "link" : "com\/ngrok\/services\/TlsCertificates.html#update(id:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.TlsCertificate]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[TlsCertificateList]]", "member" : "com.ngrok.services.TlsCertificates.list", "link" : "com\/ngrok\/services\/TlsCertificates.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.TlsCertificateList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[TlsCertificate]", "member" : "com.ngrok.services.TlsCertificates.get", "link" : "com\/ngrok\/services\/TlsCertificates.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.TlsCertificate]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TlsCertificates.delete", "link" : "com\/ngrok\/services\/TlsCertificates.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(certificatePem: String, privateKeyPem: String, description: Option[String], metadata: Option[String]): Future[TlsCertificate]", "member" : "com.ngrok.services.TlsCertificates.create", "link" : "com\/ngrok\/services\/TlsCertificates.html#create(certificatePem:String,privateKeyPem:String,description:Option[String],metadata:Option[String]):scala.concurrent.Future[com.ngrok.definitions.TlsCertificate]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsCertificates.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsCertificates.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsCertificates.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsCertificates.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsCertificates.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsCertificates.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsCertificates.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsCertificates.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsCertificates.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsCertificates.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsCertificates.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsCertificates.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsCertificates.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsCertificates.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsCertificates.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsCertificates.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsCertificates.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsCertificates.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsCertificates.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsCertificates$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsCertificates$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsCertificates$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsCertificates$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsCertificates$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsCertificates$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsCertificates$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsCertificates$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsCertificates$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsCertificates$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsCertificates$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsCertificates$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsCertificates$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsCertificates$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsCertificates$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsCertificates$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsCertificates$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsCertificates$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsCertificates$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TlsCertificates.html", "kind" : "object"}, {"name" : "com.ngrok.services.TlsEdgeBackendModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeBackendModule) => Boolean, msg: => Any): TlsEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeBackendModule) => Boolean): TlsEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsEdgeBackendModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsEdgeBackendModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsEdgeBackendModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TlsEdgeBackendModule.delete", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointBackend]", "member" : "com.ngrok.services.TlsEdgeBackendModule.get", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointBackend]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointBackendMutate]): Future[EndpointBackend]", "member" : "com.ngrok.services.TlsEdgeBackendModule.replace", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointBackendMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointBackend]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeBackendModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TlsEdgeBackendModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.TlsEdgeIpRestrictionModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeIpRestrictionModule) => Boolean, msg: => Any): TlsEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeIpRestrictionModule) => Boolean): TlsEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsEdgeIpRestrictionModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsEdgeIpRestrictionModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsEdgeIpRestrictionModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TlsEdgeIpRestrictionModule.delete", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointIpPolicy]", "member" : "com.ngrok.services.TlsEdgeIpRestrictionModule.get", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointIpPolicyMutate]): Future[EndpointIpPolicy]", "member" : "com.ngrok.services.TlsEdgeIpRestrictionModule.replace", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointIpPolicyMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointIpPolicy]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TlsEdgeIpRestrictionModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.TlsEdgeMutualTlsModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeMutualTlsModule) => Boolean, msg: => Any): TlsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeMutualTlsModule) => Boolean): TlsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsEdgeMutualTlsModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsEdgeMutualTlsModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsEdgeMutualTlsModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TlsEdgeMutualTlsModule.delete", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointMutualTls]", "member" : "com.ngrok.services.TlsEdgeMutualTlsModule.get", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointMutualTls]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointMutualTlsMutate]): Future[EndpointMutualTls]", "member" : "com.ngrok.services.TlsEdgeMutualTlsModule.replace", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointMutualTlsMutate]):scala.concurrent.Future[com.ngrok.definitions.EndpointMutualTls]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TlsEdgeMutualTlsModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.TlsEdgeTlsTerminationModule", "shortDescription" : "", "object" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeTlsTerminationModule) => Boolean, msg: => Any): TlsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TlsEdgeTlsTerminationModule) => Boolean): TlsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TlsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TlsEdgeTlsTerminationModule", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TlsEdgeTlsTerminationModule, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TlsEdgeTlsTerminationModule, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TlsEdgeTlsTerminationModule.delete", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[EndpointTlsTermination]", "member" : "com.ngrok.services.TlsEdgeTlsTerminationModule.get", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "def"}, {"label" : "replace", "tail" : "(id: String, module: Option[EndpointTlsTermination]): Future[EndpointTlsTermination]", "member" : "com.ngrok.services.TlsEdgeTlsTerminationModule.replace", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#replace(id:String,module:Option[com.ngrok.definitions.EndpointTlsTermination]):scala.concurrent.Future[com.ngrok.definitions.EndpointTlsTermination]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TlsEdgeTlsTerminationModule.html", "kind" : "object"}, {"name" : "com.ngrok.services.TunnelGroupBackends", "shortDescription" : "", "object" : "com\/ngrok\/services\/TunnelGroupBackends$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelGroupBackends) => Boolean, msg: => Any): TunnelGroupBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelGroupBackends) => Boolean): TunnelGroupBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TunnelGroupBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TunnelGroupBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TunnelGroupBackends, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TunnelGroupBackends, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], labels: Map[String, String]): Future[TunnelGroupBackend]", "member" : "com.ngrok.services.TunnelGroupBackends.update", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#update(id:String,description:Option[String],metadata:Option[String],labels:Map[String,String]):scala.concurrent.Future[com.ngrok.definitions.TunnelGroupBackend]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[TunnelGroupBackendList]]", "member" : "com.ngrok.services.TunnelGroupBackends.list", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.TunnelGroupBackendList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[TunnelGroupBackend]", "member" : "com.ngrok.services.TunnelGroupBackends.get", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.TunnelGroupBackend]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TunnelGroupBackends.delete", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], labels: Map[String, String]): Future[TunnelGroupBackend]", "member" : "com.ngrok.services.TunnelGroupBackends.create", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#create(description:Option[String],metadata:Option[String],labels:Map[String,String]):scala.concurrent.Future[com.ngrok.definitions.TunnelGroupBackend]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TunnelGroupBackends.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TunnelGroupBackends$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TunnelGroupBackends.html", "kind" : "object"}, {"name" : "com.ngrok.services.Tunnels", "shortDescription" : "", "object" : "com\/ngrok\/services\/Tunnels$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/Tunnels.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/Tunnels.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Tunnels) => Boolean, msg: => Any): Tunnels", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Tunnels.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (Tunnels) => Boolean): Tunnels", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Tunnels.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): Tunnels", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Tunnels.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): Tunnels", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/Tunnels.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (Tunnels, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/Tunnels.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (Tunnels, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/Tunnels.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[Tunnel]", "member" : "com.ngrok.services.Tunnels.get", "link" : "com\/ngrok\/services\/Tunnels.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.Tunnel]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[TunnelList]]", "member" : "com.ngrok.services.Tunnels.list", "link" : "com\/ngrok\/services\/Tunnels.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.TunnelList]]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/Tunnels.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/Tunnels.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/Tunnels.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/Tunnels.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/Tunnels.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/Tunnels.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/Tunnels.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Tunnels.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Tunnels.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Tunnels.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/Tunnels.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/Tunnels.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/Tunnels.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/Tunnels.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/Tunnels.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/Tunnels.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/Tunnels.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/Tunnels.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/Tunnels.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/Tunnels$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/Tunnels$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/Tunnels$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/Tunnels$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/Tunnels$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/Tunnels$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/Tunnels$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Tunnels$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Tunnels$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/Tunnels$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/Tunnels$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/Tunnels$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/Tunnels$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/Tunnels$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/Tunnels$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/Tunnels$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/Tunnels$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/Tunnels$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/Tunnels$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/Tunnels.html", "kind" : "object"}, {"name" : "com.ngrok.services.TunnelSessions", "shortDescription" : "", "object" : "com\/ngrok\/services\/TunnelSessions$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/TunnelSessions.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/TunnelSessions.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelSessions) => Boolean, msg: => Any): TunnelSessions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelSessions.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (TunnelSessions) => Boolean): TunnelSessions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelSessions.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): TunnelSessions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelSessions.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): TunnelSessions", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/TunnelSessions.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (TunnelSessions, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/TunnelSessions.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (TunnelSessions, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/TunnelSessions.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TunnelSessions.update", "link" : "com\/ngrok\/services\/TunnelSessions.html#update(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "stop", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TunnelSessions.stop", "link" : "com\/ngrok\/services\/TunnelSessions.html#stop(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "restart", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.TunnelSessions.restart", "link" : "com\/ngrok\/services\/TunnelSessions.html#restart(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[TunnelSession]", "member" : "com.ngrok.services.TunnelSessions.get", "link" : "com\/ngrok\/services\/TunnelSessions.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.TunnelSession]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[TunnelSessionList]]", "member" : "com.ngrok.services.TunnelSessions.list", "link" : "com\/ngrok\/services\/TunnelSessions.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.TunnelSessionList]]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TunnelSessions.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TunnelSessions.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TunnelSessions.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TunnelSessions.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TunnelSessions.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TunnelSessions.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TunnelSessions.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelSessions.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelSessions.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelSessions.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TunnelSessions.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TunnelSessions.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TunnelSessions.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TunnelSessions.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TunnelSessions.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TunnelSessions.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TunnelSessions.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TunnelSessions.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TunnelSessions.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/TunnelSessions$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/TunnelSessions$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/TunnelSessions$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/TunnelSessions$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/TunnelSessions$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/TunnelSessions$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/TunnelSessions$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelSessions$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelSessions$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/TunnelSessions$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/TunnelSessions$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/TunnelSessions$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/TunnelSessions$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/TunnelSessions$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/TunnelSessions$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/TunnelSessions$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/TunnelSessions$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/TunnelSessions$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/TunnelSessions$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/TunnelSessions.html", "kind" : "object"}, {"name" : "com.ngrok.services.WeightedBackends", "shortDescription" : "", "object" : "com\/ngrok\/services\/WeightedBackends$.html", "members_class" : [{"label" : "+", "tail" : "(other: String): String", "member" : "scala.Predef.any2stringadd.+", "link" : "com\/ngrok\/services\/WeightedBackends.html#+(other:String):String", "kind" : "def"}, {"label" : "formatted", "tail" : "(fmtstr: String): String", "member" : "scala.Predef.StringFormat.formatted", "link" : "com\/ngrok\/services\/WeightedBackends.html#formatted(fmtstr:String):String", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (WeightedBackends) => Boolean, msg: => Any): WeightedBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/WeightedBackends.html#ensuring(cond:A=>Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: (WeightedBackends) => Boolean): WeightedBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/WeightedBackends.html#ensuring(cond:A=>Boolean):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean, msg: => Any): WeightedBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/WeightedBackends.html#ensuring(cond:Boolean,msg:=>Any):A", "kind" : "def"}, {"label" : "ensuring", "tail" : "(cond: Boolean): WeightedBackends", "member" : "scala.Predef.Ensuring.ensuring", "link" : "com\/ngrok\/services\/WeightedBackends.html#ensuring(cond:Boolean):A", "kind" : "def"}, {"label" : "→", "tail" : "(y: B): (WeightedBackends, B)", "member" : "scala.Predef.ArrowAssoc.→", "link" : "com\/ngrok\/services\/WeightedBackends.html#→[B](y:B):(A,B)", "kind" : "def"}, {"label" : "->", "tail" : "(y: B): (WeightedBackends, B)", "member" : "scala.Predef.ArrowAssoc.->", "link" : "com\/ngrok\/services\/WeightedBackends.html#->[B](y:B):(A,B)", "kind" : "def"}, {"label" : "update", "tail" : "(id: String, description: Option[String], metadata: Option[String], backends: Map[String, Long]): Future[WeightedBackend]", "member" : "com.ngrok.services.WeightedBackends.update", "link" : "com\/ngrok\/services\/WeightedBackends.html#update(id:String,description:Option[String],metadata:Option[String],backends:Map[String,Long]):scala.concurrent.Future[com.ngrok.definitions.WeightedBackend]", "kind" : "def"}, {"label" : "list", "tail" : "(beforeId: Option[String], limit: Option[String]): Future[Page[WeightedBackendList]]", "member" : "com.ngrok.services.WeightedBackends.list", "link" : "com\/ngrok\/services\/WeightedBackends.html#list(beforeId:Option[String],limit:Option[String]):scala.concurrent.Future[com.ngrok.definitions.Page[com.ngrok.definitions.WeightedBackendList]]", "kind" : "def"}, {"label" : "get", "tail" : "(id: String): Future[WeightedBackend]", "member" : "com.ngrok.services.WeightedBackends.get", "link" : "com\/ngrok\/services\/WeightedBackends.html#get(id:String):scala.concurrent.Future[com.ngrok.definitions.WeightedBackend]", "kind" : "def"}, {"label" : "delete", "tail" : "(id: String): Future[Unit]", "member" : "com.ngrok.services.WeightedBackends.delete", "link" : "com\/ngrok\/services\/WeightedBackends.html#delete(id:String):scala.concurrent.Future[Unit]", "kind" : "def"}, {"label" : "create", "tail" : "(description: Option[String], metadata: Option[String], backends: Map[String, Long]): Future[WeightedBackend]", "member" : "com.ngrok.services.WeightedBackends.create", "link" : "com\/ngrok\/services\/WeightedBackends.html#create(description:Option[String],metadata:Option[String],backends:Map[String,Long]):scala.concurrent.Future[com.ngrok.definitions.WeightedBackend]", "kind" : "def"}, {"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/WeightedBackends.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/WeightedBackends.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/WeightedBackends.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/WeightedBackends.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/WeightedBackends.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/WeightedBackends.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/WeightedBackends.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/WeightedBackends.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/WeightedBackends.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/WeightedBackends.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/WeightedBackends.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/WeightedBackends.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/WeightedBackends.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/WeightedBackends.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/WeightedBackends.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/WeightedBackends.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/WeightedBackends.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/WeightedBackends.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/WeightedBackends.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "members_object" : [{"label" : "synchronized", "tail" : "(arg0: => T0): T0", "member" : "scala.AnyRef.synchronized", "link" : "com\/ngrok\/services\/WeightedBackends$.html#synchronized[T0](x$1:=>T0):T0", "kind" : "final def"}, {"label" : "##", "tail" : "(): Int", "member" : "scala.AnyRef.##", "link" : "com\/ngrok\/services\/WeightedBackends$.html###:Int", "kind" : "final def"}, {"label" : "!=", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.!=", "link" : "com\/ngrok\/services\/WeightedBackends$.html#!=(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "==", "tail" : "(arg0: Any): Boolean", "member" : "scala.AnyRef.==", "link" : "com\/ngrok\/services\/WeightedBackends$.html#==(x$1:Any):Boolean", "kind" : "final def"}, {"label" : "ne", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.ne", "link" : "com\/ngrok\/services\/WeightedBackends$.html#ne(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "eq", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.eq", "link" : "com\/ngrok\/services\/WeightedBackends$.html#eq(x$1:AnyRef):Boolean", "kind" : "final def"}, {"label" : "finalize", "tail" : "(): Unit", "member" : "scala.AnyRef.finalize", "link" : "com\/ngrok\/services\/WeightedBackends$.html#finalize():Unit", "kind" : "def"}, {"label" : "wait", "tail" : "(): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/WeightedBackends$.html#wait():Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long, arg1: Int): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/WeightedBackends$.html#wait(x$1:Long,x$2:Int):Unit", "kind" : "final def"}, {"label" : "wait", "tail" : "(arg0: Long): Unit", "member" : "scala.AnyRef.wait", "link" : "com\/ngrok\/services\/WeightedBackends$.html#wait(x$1:Long):Unit", "kind" : "final def"}, {"label" : "notifyAll", "tail" : "(): Unit", "member" : "scala.AnyRef.notifyAll", "link" : "com\/ngrok\/services\/WeightedBackends$.html#notifyAll():Unit", "kind" : "final def"}, {"label" : "notify", "tail" : "(): Unit", "member" : "scala.AnyRef.notify", "link" : "com\/ngrok\/services\/WeightedBackends$.html#notify():Unit", "kind" : "final def"}, {"label" : "toString", "tail" : "(): String", "member" : "scala.AnyRef.toString", "link" : "com\/ngrok\/services\/WeightedBackends$.html#toString():String", "kind" : "def"}, {"label" : "clone", "tail" : "(): AnyRef", "member" : "scala.AnyRef.clone", "link" : "com\/ngrok\/services\/WeightedBackends$.html#clone():Object", "kind" : "def"}, {"label" : "equals", "tail" : "(arg0: AnyRef): Boolean", "member" : "scala.AnyRef.equals", "link" : "com\/ngrok\/services\/WeightedBackends$.html#equals(x$1:Object):Boolean", "kind" : "def"}, {"label" : "hashCode", "tail" : "(): Int", "member" : "scala.AnyRef.hashCode", "link" : "com\/ngrok\/services\/WeightedBackends$.html#hashCode():Int", "kind" : "def"}, {"label" : "getClass", "tail" : "(): Class[_ <: AnyRef]", "member" : "scala.AnyRef.getClass", "link" : "com\/ngrok\/services\/WeightedBackends$.html#getClass():Class[_]", "kind" : "final def"}, {"label" : "asInstanceOf", "tail" : "(): T0", "member" : "scala.Any.asInstanceOf", "link" : "com\/ngrok\/services\/WeightedBackends$.html#asInstanceOf[T0]:T0", "kind" : "final def"}, {"label" : "isInstanceOf", "tail" : "(): Boolean", "member" : "scala.Any.isInstanceOf", "link" : "com\/ngrok\/services\/WeightedBackends$.html#isInstanceOf[T0]:Boolean", "kind" : "final def"}], "class" : "com\/ngrok\/services\/WeightedBackends.html", "kind" : "object"}]}; \ No newline at end of file diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 82fc177..5ea9bf3 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,12 +2,12 @@ import sbt._ object Dependencies { lazy val versions = Map( - "armeria" -> "1.11.0", + "armeria" -> "1.15.0", "circe" -> "0.14.1", - "scala-java8" -> "1.0.1", - "scalatest" -> "3.2.10", - "slf4j" -> "1.7.32", - "wiremock" -> "2.31.0" + "scala-java8" -> "1.0.2", + "scalatest" -> "3.2.11", + "slf4j" -> "1.7.36", + "wiremock" -> "2.32.0" ) lazy val scalaJava8 = "org.scala-lang.modules" %% "scala-java8-compat" % versions("scala-java8") diff --git a/project/Version.scala b/project/Version.scala index 91149ae..5a9238e 100644 --- a/project/Version.scala +++ b/project/Version.scala @@ -1,3 +1,3 @@ object Version { - val version = "0.6.1-SNAPSHOT" + val version = "0.7.1-SNAPSHOT" } diff --git a/project/build.properties b/project/build.properties index 10fd9ee..c8fcab5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.5.5 +sbt.version=1.6.2 diff --git a/project/plugins.sbt b/project/plugins.sbt index 039f6b8..a01007c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") diff --git a/src/main/scala/com/ngrok/DefaultNgrokApiClient.scala b/src/main/scala/com/ngrok/DefaultNgrokApiClient.scala index 840f591..fdc8d62 100644 --- a/src/main/scala/com/ngrok/DefaultNgrokApiClient.scala +++ b/src/main/scala/com/ngrok/DefaultNgrokApiClient.scala @@ -18,6 +18,7 @@ import scala.collection.JavaConverters._ import scala.compat.java8.FutureConverters._ import scala.concurrent.{ExecutionContext, Future} import scala.reflect.ClassTag +import scala.util.Properties /** Helpers for creating new [[DefaultNgrokApiClient]] instances. */ object DefaultNgrokApiClient { @@ -95,6 +96,8 @@ object DefaultNgrokApiClient { class DefaultNgrokApiClient private (apiKey: String, httpClient: WebClient, baseUri: URI) extends NgrokApiClient { import DefaultNgrokApiClient._ + val SCALA_VERSION = Properties.versionNumberString + override def sendRequest[O: Decoder: ClassTag](uri: URI)(implicit ec: ExecutionContext): Future[O] = { val request = this.httpClient.prepare.get(uri.toString) sendRequest[O](request, None) @@ -127,7 +130,7 @@ class DefaultNgrokApiClient private (apiKey: String, httpClient: WebClient, base body: Option[Json] )(implicit ec: ExecutionContext): Future[O] = { request - .header(HttpHeaderNames.USER_AGENT, "ngrok-api-client-scala/" + Version.ClientVersion) + .header(HttpHeaderNames.USER_AGENT, "ngrok-api-scala/" + Version.ClientVersion + "/" + SCALA_VERSION) .header("ngrok-version", Version.ApiVersion) .header(HttpHeaderNames.AUTHORIZATION, "Bearer " + this.apiKey) body.foreach(body => request.content(MediaType.JSON, body.noSpaces.getBytes(StandardCharsets.UTF_8))) diff --git a/src/main/scala/com/ngrok/Ngrok.scala b/src/main/scala/com/ngrok/Ngrok.scala index 83e02f7..fe9915a 100644 --- a/src/main/scala/com/ngrok/Ngrok.scala +++ b/src/main/scala/com/ngrok/Ngrok.scala @@ -39,7 +39,7 @@ object Ngrok { class Ngrok private (apiClient: NgrokApiClient)(implicit ec: ExecutionContext) { /** Abuse Reports allow you to submit take-down requests for URLs hosted by - * ngrok that violate ngrok's terms of service. + * ngrok that violate ngrok's terms of service. * * See also https://ngrok.com/docs/api#api-abuse-reports. * @@ -58,7 +58,8 @@ class Ngrok private (apiClient: NgrokApiClient)(implicit ec: ExecutionContext) { /** API Keys are used to authenticate to the ngrok * API. You may use the API itself - * to provision and manage API Keys but you'll need to provision your first API + * to provision and manage API Keys but you'll need to provision your first + * API * key from the API Keys page * on your * ngrok.com dashboard. @@ -83,7 +84,7 @@ class Ngrok private (apiClient: NgrokApiClient)(implicit ec: ExecutionContext) { /** Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok * agent to connect the ngrok service as your account. They are installed with - * the ngrok authtoken command or by specifying it in the + * the ngrok config add-authtoken command or by specifying it in the * ngrok.yml * configuration file with the authtoken property. * @@ -174,7 +175,7 @@ class Ngrok private (apiClient: NgrokApiClient)(implicit ec: ExecutionContext) { /** Reserved Domains are hostnames that you can listen for traffic on. Domains * can be used to listen for http, https or tls traffic. You may use a domain * that you own by creating a CNAME record specified in the returned resource. - * This CNAME record points traffic for that domain to ngrok's edge servers. + * This CNAME record points traffic for that domain to ngrok's edge servers. * * See also https://ngrok.com/docs/api#api-reserved-domains. * @@ -302,7 +303,7 @@ class Ngrok private (apiClient: NgrokApiClient)(implicit ec: ExecutionContext) { /** A Weighted Backend balances traffic among the referenced backends. Traffic * is assigned proportionally to each based on its weight. The percentage of - * traffic is calculated by dividing a backend's weight by the sum of all + * traffic is calculated by dividing a backend's weight by the sum of all * weights. * * See also https://ngrok.com/docs/api#api-weighted-backends diff --git a/src/main/scala/com/ngrok/definitions/AbuseReport.scala b/src/main/scala/com/ngrok/definitions/AbuseReport.scala index 9d9f0cd..2d19f78 100644 --- a/src/main/scala/com/ngrok/definitions/AbuseReport.scala +++ b/src/main/scala/com/ngrok/definitions/AbuseReport.scala @@ -41,17 +41,17 @@ object AbuseReport { id <- c.downField("id").as[String] uri <- c.downField("uri").as[java.net.URI] createdAt <- c.downField("created_at").as[java.time.OffsetDateTime] - urls <- c.downField("urls").as[List[java.net.URI]] + urls <- c.downField("urls").as[Option[List[java.net.URI]]] metadata <- c.downField("metadata").as[String] status <- c.downField("status").as[String] - hostnames <- c.downField("hostnames").as[List[AbuseReportHostname]] + hostnames <- c.downField("hostnames").as[Option[List[AbuseReportHostname]]] } yield AbuseReport( id, uri, createdAt, - urls, + urls.getOrElse(List.empty), metadata, status, - hostnames + hostnames.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/AgentIngress.scala b/src/main/scala/com/ngrok/definitions/AgentIngress.scala index 896c117..7ed1506 100644 --- a/src/main/scala/com/ngrok/definitions/AgentIngress.scala +++ b/src/main/scala/com/ngrok/definitions/AgentIngress.scala @@ -22,7 +22,7 @@ final case class AgentIngress( domain: String, nsTargets: List[String], regionDomains: List[String], - createdAt: String + createdAt: java.time.OffsetDateTime ) object AgentIngress { @@ -46,17 +46,17 @@ object AgentIngress { description <- c.downField("description").as[String] metadata <- c.downField("metadata").as[String] domain <- c.downField("domain").as[String] - nsTargets <- c.downField("ns_targets").as[List[String]] - regionDomains <- c.downField("region_domains").as[List[String]] - createdAt <- c.downField("created_at").as[String] + nsTargets <- c.downField("ns_targets").as[Option[List[String]]] + regionDomains <- c.downField("region_domains").as[Option[List[String]]] + createdAt <- c.downField("created_at").as[java.time.OffsetDateTime] } yield AgentIngress( id, uri, description, metadata, domain, - nsTargets, - regionDomains, + nsTargets.getOrElse(List.empty), + regionDomains.getOrElse(List.empty), createdAt ) } diff --git a/src/main/scala/com/ngrok/definitions/AgentIngressList.scala b/src/main/scala/com/ngrok/definitions/AgentIngressList.scala index a02e60c..47f1111 100644 --- a/src/main/scala/com/ngrok/definitions/AgentIngressList.scala +++ b/src/main/scala/com/ngrok/definitions/AgentIngressList.scala @@ -27,11 +27,11 @@ object AgentIngressList { implicit val decodeAgentIngressList: io.circe.Decoder[AgentIngressList] = (c: io.circe.HCursor) => for { - ingresses <- c.downField("ingresses").as[List[AgentIngress]] + ingresses <- c.downField("ingresses").as[Option[List[AgentIngress]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield AgentIngressList( - ingresses, + ingresses.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/ApiKeyList.scala b/src/main/scala/com/ngrok/definitions/ApiKeyList.scala index 1b6c2e1..9f6ee49 100644 --- a/src/main/scala/com/ngrok/definitions/ApiKeyList.scala +++ b/src/main/scala/com/ngrok/definitions/ApiKeyList.scala @@ -26,11 +26,11 @@ object ApiKeyList { implicit val decodeApiKeyList: io.circe.Decoder[ApiKeyList] = (c: io.circe.HCursor) => for { - keys <- c.downField("keys").as[List[ApiKey]] + keys <- c.downField("keys").as[Option[List[ApiKey]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield ApiKeyList( - keys, + keys.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/CertificateAuthority.scala b/src/main/scala/com/ngrok/definitions/CertificateAuthority.scala index 052c742..28c16bc 100644 --- a/src/main/scala/com/ngrok/definitions/CertificateAuthority.scala +++ b/src/main/scala/com/ngrok/definitions/CertificateAuthority.scala @@ -60,8 +60,8 @@ object CertificateAuthority { subjectCommonName <- c.downField("subject_common_name").as[String] notBefore <- c.downField("not_before").as[java.time.OffsetDateTime] notAfter <- c.downField("not_after").as[java.time.OffsetDateTime] - keyUsages <- c.downField("key_usages").as[List[String]] - extendedKeyUsages <- c.downField("extended_key_usages").as[List[String]] + keyUsages <- c.downField("key_usages").as[Option[List[String]]] + extendedKeyUsages <- c.downField("extended_key_usages").as[Option[List[String]]] } yield CertificateAuthority( id, uri, @@ -72,7 +72,7 @@ object CertificateAuthority { subjectCommonName, notBefore, notAfter, - keyUsages, - extendedKeyUsages + keyUsages.getOrElse(List.empty), + extendedKeyUsages.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/CertificateAuthorityList.scala b/src/main/scala/com/ngrok/definitions/CertificateAuthorityList.scala index 98e30e3..8543616 100644 --- a/src/main/scala/com/ngrok/definitions/CertificateAuthorityList.scala +++ b/src/main/scala/com/ngrok/definitions/CertificateAuthorityList.scala @@ -27,11 +27,11 @@ object CertificateAuthorityList { implicit val decodeCertificateAuthorityList: io.circe.Decoder[CertificateAuthorityList] = (c: io.circe.HCursor) => for { - certificateAuthorities <- c.downField("certificate_authorities").as[List[CertificateAuthority]] + certificateAuthorities <- c.downField("certificate_authorities").as[Option[List[CertificateAuthority]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield CertificateAuthorityList( - certificateAuthorities, + certificateAuthorities.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/Credential.scala b/src/main/scala/com/ngrok/definitions/Credential.scala index 2180619..d0a88c8 100644 --- a/src/main/scala/com/ngrok/definitions/Credential.scala +++ b/src/main/scala/com/ngrok/definitions/Credential.scala @@ -10,8 +10,8 @@ import io.circe.syntax._ * @param createdAt timestamp when the tunnel credential was created, RFC 3339 format * @param description human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes. * @param metadata arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes. - * @param token the credential's authtoken that can be used to authenticate an ngrok agent. This value is only available one time, on the API response from credential creation, otherwise it is null. - * @param acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions. + * @param token the credential's authtoken that can be used to authenticate an ngrok agent. This value is only available one time, on the API response from credential creation, otherwise it is null. + * @param acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions. */ final case class Credential( id: String, @@ -44,7 +44,7 @@ object Credential { description <- c.downField("description").as[String] metadata <- c.downField("metadata").as[String] token <- c.downField("token").as[Option[String]] - acl <- c.downField("acl").as[List[String]] + acl <- c.downField("acl").as[Option[List[String]]] } yield Credential( id, uri, @@ -52,6 +52,6 @@ object Credential { description, metadata, token, - acl + acl.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/CredentialList.scala b/src/main/scala/com/ngrok/definitions/CredentialList.scala index 44b07d8..be267d5 100644 --- a/src/main/scala/com/ngrok/definitions/CredentialList.scala +++ b/src/main/scala/com/ngrok/definitions/CredentialList.scala @@ -27,11 +27,11 @@ object CredentialList { implicit val decodeCredentialList: io.circe.Decoder[CredentialList] = (c: io.circe.HCursor) => for { - credentials <- c.downField("credentials").as[List[Credential]] + credentials <- c.downField("credentials").as[Option[List[Credential]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield CredentialList( - credentials, + credentials.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/EndpointIpPolicy.scala b/src/main/scala/com/ngrok/definitions/EndpointIpPolicy.scala index 8aab0ea..08e2d9a 100644 --- a/src/main/scala/com/ngrok/definitions/EndpointIpPolicy.scala +++ b/src/main/scala/com/ngrok/definitions/EndpointIpPolicy.scala @@ -25,9 +25,9 @@ object EndpointIpPolicy { implicit val decodeEndpointIpPolicy: io.circe.Decoder[EndpointIpPolicy] = (c: io.circe.HCursor) => for { enabled <- c.downField("enabled").as[Option[Boolean]] - ipPolicies <- c.downField("ip_policies").as[List[Ref]] + ipPolicies <- c.downField("ip_policies").as[Option[List[Ref]]] } yield EndpointIpPolicy( enabled, - ipPolicies + ipPolicies.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/EndpointIpPolicyMutate.scala b/src/main/scala/com/ngrok/definitions/EndpointIpPolicyMutate.scala index 97ac7bc..cc0a285 100644 --- a/src/main/scala/com/ngrok/definitions/EndpointIpPolicyMutate.scala +++ b/src/main/scala/com/ngrok/definitions/EndpointIpPolicyMutate.scala @@ -25,9 +25,9 @@ object EndpointIpPolicyMutate { implicit val decodeEndpointIpPolicyMutate: io.circe.Decoder[EndpointIpPolicyMutate] = (c: io.circe.HCursor) => for { enabled <- c.downField("enabled").as[Option[Boolean]] - ipPolicyIds <- c.downField("ip_policy_ids").as[List[String]] + ipPolicyIds <- c.downField("ip_policy_ids").as[Option[List[String]]] } yield EndpointIpPolicyMutate( enabled, - ipPolicyIds + ipPolicyIds.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/EndpointList.scala b/src/main/scala/com/ngrok/definitions/EndpointList.scala index 4c240f8..1bf56eb 100644 --- a/src/main/scala/com/ngrok/definitions/EndpointList.scala +++ b/src/main/scala/com/ngrok/definitions/EndpointList.scala @@ -26,11 +26,11 @@ object EndpointList { implicit val decodeEndpointList: io.circe.Decoder[EndpointList] = (c: io.circe.HCursor) => for { - endpoints <- c.downField("endpoints").as[List[Endpoint]] + endpoints <- c.downField("endpoints").as[Option[List[Endpoint]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield EndpointList( - endpoints, + endpoints.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/EndpointMutualTls.scala b/src/main/scala/com/ngrok/definitions/EndpointMutualTls.scala index 3358848..f7b43c9 100644 --- a/src/main/scala/com/ngrok/definitions/EndpointMutualTls.scala +++ b/src/main/scala/com/ngrok/definitions/EndpointMutualTls.scala @@ -25,9 +25,9 @@ object EndpointMutualTls { implicit val decodeEndpointMutualTls: io.circe.Decoder[EndpointMutualTls] = (c: io.circe.HCursor) => for { enabled <- c.downField("enabled").as[Option[Boolean]] - certificateAuthorities <- c.downField("certificate_authorities").as[List[Ref]] + certificateAuthorities <- c.downField("certificate_authorities").as[Option[List[Ref]]] } yield EndpointMutualTls( enabled, - certificateAuthorities + certificateAuthorities.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/EndpointMutualTlsMutate.scala b/src/main/scala/com/ngrok/definitions/EndpointMutualTlsMutate.scala index 39e8823..46ff20a 100644 --- a/src/main/scala/com/ngrok/definitions/EndpointMutualTlsMutate.scala +++ b/src/main/scala/com/ngrok/definitions/EndpointMutualTlsMutate.scala @@ -25,9 +25,9 @@ object EndpointMutualTlsMutate { implicit val decodeEndpointMutualTlsMutate: io.circe.Decoder[EndpointMutualTlsMutate] = (c: io.circe.HCursor) => for { enabled <- c.downField("enabled").as[Option[Boolean]] - certificateAuthorityIds <- c.downField("certificate_authority_ids").as[List[String]] + certificateAuthorityIds <- c.downField("certificate_authority_ids").as[Option[List[String]]] } yield EndpointMutualTlsMutate( enabled, - certificateAuthorityIds + certificateAuthorityIds.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/EndpointOAuth.scala b/src/main/scala/com/ngrok/definitions/EndpointOAuth.scala index b6f1bcb..a7d036f 100644 --- a/src/main/scala/com/ngrok/definitions/EndpointOAuth.scala +++ b/src/main/scala/com/ngrok/definitions/EndpointOAuth.scala @@ -8,7 +8,7 @@ import io.circe.syntax._ * @param enabled true if the module will be applied to traffic, false to disable. default true if unspecified * @param provider an object which defines the identity provider to use for authentication and configuration for who may access the endpoint * @param optionsPassthrough Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS. - * @param cookiePrefix the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.' + * @param cookiePrefix the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.' * @param inactivityTimeout Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate. * @param maximumDuration Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate. * @param authCheckInterval Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint. This is the preferred tunable to use to enforce a minimum amount of time after which a revoked user will no longer be able to access the resource. diff --git a/src/main/scala/com/ngrok/definitions/EndpointOAuthFacebook.scala b/src/main/scala/com/ngrok/definitions/EndpointOAuthFacebook.scala index d16c01c..952b7b7 100644 --- a/src/main/scala/com/ngrok/definitions/EndpointOAuthFacebook.scala +++ b/src/main/scala/com/ngrok/definitions/EndpointOAuthFacebook.scala @@ -5,8 +5,8 @@ import io.circe.syntax._ /** A class encapsulating the [[EndpointOAuthFacebook]] resource. * * @constructor create a new EndpointOAuthFacebook. - * @param clientId the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well. - * @param clientSecret the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id. + * @param clientId the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well. + * @param clientSecret the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id. * @param scopes a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes) * @param emailAddresses a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint * @param emailDomains a list of email domains of users authenticated by identity provider who are allowed access to the endpoint @@ -35,14 +35,14 @@ object EndpointOAuthFacebook { for { clientId <- c.downField("client_id").as[Option[String]] clientSecret <- c.downField("client_secret").as[Option[String]] - scopes <- c.downField("scopes").as[List[String]] - emailAddresses <- c.downField("email_addresses").as[List[String]] - emailDomains <- c.downField("email_domains").as[List[String]] + scopes <- c.downField("scopes").as[Option[List[String]]] + emailAddresses <- c.downField("email_addresses").as[Option[List[String]]] + emailDomains <- c.downField("email_domains").as[Option[List[String]]] } yield EndpointOAuthFacebook( clientId, clientSecret, - scopes, - emailAddresses, - emailDomains + scopes.getOrElse(List.empty), + emailAddresses.getOrElse(List.empty), + emailDomains.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/EndpointOAuthGitHub.scala b/src/main/scala/com/ngrok/definitions/EndpointOAuthGitHub.scala index 114ce17..b3b2a1a 100644 --- a/src/main/scala/com/ngrok/definitions/EndpointOAuthGitHub.scala +++ b/src/main/scala/com/ngrok/definitions/EndpointOAuthGitHub.scala @@ -5,13 +5,13 @@ import io.circe.syntax._ /** A class encapsulating the [[EndpointOAuthGitHub]] resource. * * @constructor create a new EndpointOAuthGitHub. - * @param clientId the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well. - * @param clientSecret the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id. + * @param clientId the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well. + * @param clientSecret the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id. * @param scopes a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes) * @param emailAddresses a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint * @param emailDomains a list of email domains of users authenticated by identity provider who are allowed access to the endpoint - * @param teams a list of github teams identifiers. users will be allowed access to the endpoint if they are a member of any of these teams. identifiers should be in the 'slug' format qualified with the org name, e.g. org-name/team-name - * @param organizations a list of github org identifiers. users who are members of any of the listed organizations will be allowed access. identifiers should be the organization's 'slug' + * @param teams a list of github teams identifiers. users will be allowed access to the endpoint if they are a member of any of these teams. identifiers should be in the 'slug' format qualified with the org name, e.g. org-name/team-name + * @param organizations a list of github org identifiers. users who are members of any of the listed organizations will be allowed access. identifiers should be the organization's 'slug' */ final case class EndpointOAuthGitHub( clientId: Option[String] = None, @@ -41,18 +41,18 @@ object EndpointOAuthGitHub { for { clientId <- c.downField("client_id").as[Option[String]] clientSecret <- c.downField("client_secret").as[Option[String]] - scopes <- c.downField("scopes").as[List[String]] - emailAddresses <- c.downField("email_addresses").as[List[String]] - emailDomains <- c.downField("email_domains").as[List[String]] - teams <- c.downField("teams").as[List[String]] - organizations <- c.downField("organizations").as[List[String]] + scopes <- c.downField("scopes").as[Option[List[String]]] + emailAddresses <- c.downField("email_addresses").as[Option[List[String]]] + emailDomains <- c.downField("email_domains").as[Option[List[String]]] + teams <- c.downField("teams").as[Option[List[String]]] + organizations <- c.downField("organizations").as[Option[List[String]]] } yield EndpointOAuthGitHub( clientId, clientSecret, - scopes, - emailAddresses, - emailDomains, - teams, - organizations + scopes.getOrElse(List.empty), + emailAddresses.getOrElse(List.empty), + emailDomains.getOrElse(List.empty), + teams.getOrElse(List.empty), + organizations.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/EndpointOAuthGoogle.scala b/src/main/scala/com/ngrok/definitions/EndpointOAuthGoogle.scala index 7d9bf5d..1170df2 100644 --- a/src/main/scala/com/ngrok/definitions/EndpointOAuthGoogle.scala +++ b/src/main/scala/com/ngrok/definitions/EndpointOAuthGoogle.scala @@ -5,8 +5,8 @@ import io.circe.syntax._ /** A class encapsulating the [[EndpointOAuthGoogle]] resource. * * @constructor create a new EndpointOAuthGoogle. - * @param clientId the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well. - * @param clientSecret the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id. + * @param clientId the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well. + * @param clientSecret the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id. * @param scopes a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes) * @param emailAddresses a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint * @param emailDomains a list of email domains of users authenticated by identity provider who are allowed access to the endpoint @@ -35,14 +35,14 @@ object EndpointOAuthGoogle { for { clientId <- c.downField("client_id").as[Option[String]] clientSecret <- c.downField("client_secret").as[Option[String]] - scopes <- c.downField("scopes").as[List[String]] - emailAddresses <- c.downField("email_addresses").as[List[String]] - emailDomains <- c.downField("email_domains").as[List[String]] + scopes <- c.downField("scopes").as[Option[List[String]]] + emailAddresses <- c.downField("email_addresses").as[Option[List[String]]] + emailDomains <- c.downField("email_domains").as[Option[List[String]]] } yield EndpointOAuthGoogle( clientId, clientSecret, - scopes, - emailAddresses, - emailDomains + scopes.getOrElse(List.empty), + emailAddresses.getOrElse(List.empty), + emailDomains.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/EndpointOAuthMicrosoft.scala b/src/main/scala/com/ngrok/definitions/EndpointOAuthMicrosoft.scala index 6786447..310f08a 100644 --- a/src/main/scala/com/ngrok/definitions/EndpointOAuthMicrosoft.scala +++ b/src/main/scala/com/ngrok/definitions/EndpointOAuthMicrosoft.scala @@ -5,8 +5,8 @@ import io.circe.syntax._ /** A class encapsulating the [[EndpointOAuthMicrosoft]] resource. * * @constructor create a new EndpointOAuthMicrosoft. - * @param clientId the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well. - * @param clientSecret the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id. + * @param clientId the OAuth app client ID. retrieve it from the identity provider's dashboard where you created your own OAuth app. optional. if unspecified, ngrok will use its own managed oauth application which has additional restrictions. see the OAuth module docs for more details. if present, client_secret must be present as well. + * @param clientSecret the OAuth app client secret. retrieve if from the identity provider's dashboard where you created your own OAuth app. optional, see all of the caveats in the docs for client_id. * @param scopes a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for. these may not be set if you are using the ngrok-managed oauth app (i.e. you must pass both client_id and client_secret to set scopes) * @param emailAddresses a list of email addresses of users authenticated by identity provider who are allowed access to the endpoint * @param emailDomains a list of email domains of users authenticated by identity provider who are allowed access to the endpoint @@ -35,14 +35,14 @@ object EndpointOAuthMicrosoft { for { clientId <- c.downField("client_id").as[Option[String]] clientSecret <- c.downField("client_secret").as[Option[String]] - scopes <- c.downField("scopes").as[List[String]] - emailAddresses <- c.downField("email_addresses").as[List[String]] - emailDomains <- c.downField("email_domains").as[List[String]] + scopes <- c.downField("scopes").as[Option[List[String]]] + emailAddresses <- c.downField("email_addresses").as[Option[List[String]]] + emailDomains <- c.downField("email_domains").as[Option[List[String]]] } yield EndpointOAuthMicrosoft( clientId, clientSecret, - scopes, - emailAddresses, - emailDomains + scopes.getOrElse(List.empty), + emailAddresses.getOrElse(List.empty), + emailDomains.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/EndpointOidc.scala b/src/main/scala/com/ngrok/definitions/EndpointOidc.scala index fb81c28..856e8c1 100644 --- a/src/main/scala/com/ngrok/definitions/EndpointOidc.scala +++ b/src/main/scala/com/ngrok/definitions/EndpointOidc.scala @@ -7,12 +7,12 @@ import io.circe.syntax._ * @constructor create a new EndpointOidc. * @param enabled true if the module will be applied to traffic, false to disable. default true if unspecified * @param optionsPassthrough Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS. - * @param cookiePrefix the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.' + * @param cookiePrefix the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.' * @param inactivityTimeout Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate. * @param maximumDuration Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate. - * @param issuer URL of the OIDC "OpenID provider". This is the base URL used for discovery. - * @param clientId The OIDC app's client ID and OIDC audience. - * @param clientSecret The OIDC app's client secret. + * @param issuer URL of the OIDC "OpenID provider". This is the base URL used for discovery. + * @param clientId The OIDC app's client ID and OIDC audience. + * @param clientSecret The OIDC app's client secret. * @param scopes The set of scopes to request from the OIDC identity provider. */ final case class EndpointOidc( @@ -52,7 +52,7 @@ object EndpointOidc { issuer <- c.downField("issuer").as[String] clientId <- c.downField("client_id").as[String] clientSecret <- c.downField("client_secret").as[String] - scopes <- c.downField("scopes").as[List[String]] + scopes <- c.downField("scopes").as[Option[List[String]]] } yield EndpointOidc( enabled, optionsPassthrough, @@ -62,6 +62,6 @@ object EndpointOidc { issuer, clientId, clientSecret, - scopes + scopes.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/EndpointRequestHeaders.scala b/src/main/scala/com/ngrok/definitions/EndpointRequestHeaders.scala index b25a937..890217b 100644 --- a/src/main/scala/com/ngrok/definitions/EndpointRequestHeaders.scala +++ b/src/main/scala/com/ngrok/definitions/EndpointRequestHeaders.scala @@ -28,11 +28,11 @@ object EndpointRequestHeaders { implicit val decodeEndpointRequestHeaders: io.circe.Decoder[EndpointRequestHeaders] = (c: io.circe.HCursor) => for { enabled <- c.downField("enabled").as[Option[Boolean]] - add <- c.downField("add").as[Map[String, String]] - remove <- c.downField("remove").as[List[String]] + add <- c.downField("add").as[Option[Map[String, String]]] + remove <- c.downField("remove").as[Option[List[String]]] } yield EndpointRequestHeaders( enabled, - add, - remove + add.getOrElse(Map.empty), + remove.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/EndpointResponseHeaders.scala b/src/main/scala/com/ngrok/definitions/EndpointResponseHeaders.scala index 87dd75b..e550393 100644 --- a/src/main/scala/com/ngrok/definitions/EndpointResponseHeaders.scala +++ b/src/main/scala/com/ngrok/definitions/EndpointResponseHeaders.scala @@ -28,11 +28,11 @@ object EndpointResponseHeaders { implicit val decodeEndpointResponseHeaders: io.circe.Decoder[EndpointResponseHeaders] = (c: io.circe.HCursor) => for { enabled <- c.downField("enabled").as[Option[Boolean]] - add <- c.downField("add").as[Map[String, String]] - remove <- c.downField("remove").as[List[String]] + add <- c.downField("add").as[Option[Map[String, String]]] + remove <- c.downField("remove").as[Option[List[String]]] } yield EndpointResponseHeaders( enabled, - add, - remove + add.getOrElse(Map.empty), + remove.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/EndpointSaml.scala b/src/main/scala/com/ngrok/definitions/EndpointSaml.scala index c5055ef..204f321 100644 --- a/src/main/scala/com/ngrok/definitions/EndpointSaml.scala +++ b/src/main/scala/com/ngrok/definitions/EndpointSaml.scala @@ -7,18 +7,18 @@ import io.circe.syntax._ * @constructor create a new EndpointSaml. * @param enabled true if the module will be applied to traffic, false to disable. default true if unspecified * @param optionsPassthrough Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS. - * @param cookiePrefix the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.' + * @param cookiePrefix the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.' * @param inactivityTimeout Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate. * @param maximumDuration Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate. * @param idpMetadata The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL. * @param forceAuthn If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP. * @param allowIdpInitiated If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected). The IdP should set the RelayState parameter to the target URL of the resource they want the user to be redirected to after the SAML login assertion has been processed. * @param authorizedGroups If present, only users who are a member of one of the listed groups may access the target endpoint. - * @param entityId The SP Entity's unique ID. This always takes the form of a URL. In ngrok's implementation, this URL is the same as the metadata URL. This will need to be specified to the IdP as configuration. - * @param assertionConsumerServiceUrl The public URL of the SP's Assertion Consumer Service. This is where the IdP will redirect to during an authentication flow. This will need to be specified to the IdP as configuration. - * @param singleLogoutUrl The public URL of the SP's Single Logout Service. This is where the IdP will redirect to during a single logout flow. This will optionally need to be specified to the IdP as configuration. - * @param requestSigningCertificatePem PEM-encoded x.509 certificate of the key pair that is used to sign all SAML requests that the ngrok SP makes to the IdP. Many IdPs do not support request signing verification, but we highly recommend specifying this in the IdP's configuration if it is supported. - * @param metadataUrl A public URL where the SP's metadata is hosted. If an IdP supports dynamic configuration, this is the URL it can use to retrieve the SP metadata. + * @param entityId The SP Entity's unique ID. This always takes the form of a URL. In ngrok's implementation, this URL is the same as the metadata URL. This will need to be specified to the IdP as configuration. + * @param assertionConsumerServiceUrl The public URL of the SP's Assertion Consumer Service. This is where the IdP will redirect to during an authentication flow. This will need to be specified to the IdP as configuration. + * @param singleLogoutUrl The public URL of the SP's Single Logout Service. This is where the IdP will redirect to during a single logout flow. This will optionally need to be specified to the IdP as configuration. + * @param requestSigningCertificatePem PEM-encoded x.509 certificate of the key pair that is used to sign all SAML requests that the ngrok SP makes to the IdP. Many IdPs do not support request signing verification, but we highly recommend specifying this in the IdP's configuration if it is supported. + * @param metadataUrl A public URL where the SP's metadata is hosted. If an IdP supports dynamic configuration, this is the URL it can use to retrieve the SP metadata. * @param nameidFormat Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects. If unspecified, a default value of urn:oasis:names:tc:SAML:2.0:nameid-format:persistent will be used. A subset of the allowed values enumerated by the SAML specification are supported. */ final case class EndpointSaml( @@ -70,7 +70,7 @@ object EndpointSaml { idpMetadata <- c.downField("idp_metadata").as[String] forceAuthn <- c.downField("force_authn").as[Boolean] allowIdpInitiated <- c.downField("allow_idp_initiated").as[Option[Boolean]] - authorizedGroups <- c.downField("authorized_groups").as[List[String]] + authorizedGroups <- c.downField("authorized_groups").as[Option[List[String]]] entityId <- c.downField("entity_id").as[String] assertionConsumerServiceUrl <- c.downField("assertion_consumer_service_url").as[java.net.URI] singleLogoutUrl <- c.downField("single_logout_url").as[java.net.URI] @@ -86,7 +86,7 @@ object EndpointSaml { idpMetadata, forceAuthn, allowIdpInitiated, - authorizedGroups, + authorizedGroups.getOrElse(List.empty), entityId, assertionConsumerServiceUrl, singleLogoutUrl, diff --git a/src/main/scala/com/ngrok/definitions/EndpointSamlMutate.scala b/src/main/scala/com/ngrok/definitions/EndpointSamlMutate.scala index b91a498..868c1cf 100644 --- a/src/main/scala/com/ngrok/definitions/EndpointSamlMutate.scala +++ b/src/main/scala/com/ngrok/definitions/EndpointSamlMutate.scala @@ -7,7 +7,7 @@ import io.circe.syntax._ * @constructor create a new EndpointSamlMutate. * @param enabled true if the module will be applied to traffic, false to disable. default true if unspecified * @param optionsPassthrough Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS. - * @param cookiePrefix the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.' + * @param cookiePrefix the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.' * @param inactivityTimeout Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate. * @param maximumDuration Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate. * @param idpMetadata The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL. @@ -56,7 +56,7 @@ object EndpointSamlMutate { idpMetadata <- c.downField("idp_metadata").as[String] forceAuthn <- c.downField("force_authn").as[Boolean] allowIdpInitiated <- c.downField("allow_idp_initiated").as[Option[Boolean]] - authorizedGroups <- c.downField("authorized_groups").as[List[String]] + authorizedGroups <- c.downField("authorized_groups").as[Option[List[String]]] nameidFormat <- c.downField("nameid_format").as[String] } yield EndpointSamlMutate( enabled, @@ -67,7 +67,7 @@ object EndpointSamlMutate { idpMetadata, forceAuthn, allowIdpInitiated, - authorizedGroups, + authorizedGroups.getOrElse(List.empty), nameidFormat ) } diff --git a/src/main/scala/com/ngrok/definitions/EventDestinationList.scala b/src/main/scala/com/ngrok/definitions/EventDestinationList.scala index cf013ad..ff9e787 100644 --- a/src/main/scala/com/ngrok/definitions/EventDestinationList.scala +++ b/src/main/scala/com/ngrok/definitions/EventDestinationList.scala @@ -27,11 +27,11 @@ object EventDestinationList { implicit val decodeEventDestinationList: io.circe.Decoder[EventDestinationList] = (c: io.circe.HCursor) => for { - eventDestinations <- c.downField("event_destinations").as[List[EventDestination]] + eventDestinations <- c.downField("event_destinations").as[Option[List[EventDestination]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield EventDestinationList( - eventDestinations, + eventDestinations.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/EventSourceList.scala b/src/main/scala/com/ngrok/definitions/EventSourceList.scala index 3d810e3..0838a21 100644 --- a/src/main/scala/com/ngrok/definitions/EventSourceList.scala +++ b/src/main/scala/com/ngrok/definitions/EventSourceList.scala @@ -24,10 +24,10 @@ object EventSourceList { implicit val decodeEventSourceList: io.circe.Decoder[EventSourceList] = (c: io.circe.HCursor) => for { - sources <- c.downField("sources").as[List[EventSource]] + sources <- c.downField("sources").as[Option[List[EventSource]]] uri <- c.downField("uri").as[java.net.URI] } yield EventSourceList( - sources, + sources.getOrElse(List.empty), uri ) } diff --git a/src/main/scala/com/ngrok/definitions/EventSubscription.scala b/src/main/scala/com/ngrok/definitions/EventSubscription.scala index 1e35fb2..ba0acf3 100644 --- a/src/main/scala/com/ngrok/definitions/EventSubscription.scala +++ b/src/main/scala/com/ngrok/definitions/EventSubscription.scala @@ -44,15 +44,15 @@ object EventSubscription { createdAt <- c.downField("created_at").as[java.time.OffsetDateTime] metadata <- c.downField("metadata").as[String] description <- c.downField("description").as[String] - sources <- c.downField("sources").as[List[EventSource]] - destinations <- c.downField("destinations").as[List[Ref]] + sources <- c.downField("sources").as[Option[List[EventSource]]] + destinations <- c.downField("destinations").as[Option[List[Ref]]] } yield EventSubscription( id, uri, createdAt, metadata, description, - sources, - destinations + sources.getOrElse(List.empty), + destinations.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/EventSubscriptionList.scala b/src/main/scala/com/ngrok/definitions/EventSubscriptionList.scala index 77b873f..ffe25b9 100644 --- a/src/main/scala/com/ngrok/definitions/EventSubscriptionList.scala +++ b/src/main/scala/com/ngrok/definitions/EventSubscriptionList.scala @@ -27,11 +27,11 @@ object EventSubscriptionList { implicit val decodeEventSubscriptionList: io.circe.Decoder[EventSubscriptionList] = (c: io.circe.HCursor) => for { - eventSubscriptions <- c.downField("event_subscriptions").as[List[EventSubscription]] + eventSubscriptions <- c.downField("event_subscriptions").as[Option[List[EventSubscription]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield EventSubscriptionList( - eventSubscriptions, + eventSubscriptions.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/FailoverBackend.scala b/src/main/scala/com/ngrok/definitions/FailoverBackend.scala index 997e6a0..adb6008 100644 --- a/src/main/scala/com/ngrok/definitions/FailoverBackend.scala +++ b/src/main/scala/com/ngrok/definitions/FailoverBackend.scala @@ -14,7 +14,7 @@ import io.circe.syntax._ */ final case class FailoverBackend( id: String, - uri: String, + uri: java.net.URI, createdAt: java.time.OffsetDateTime, description: String, metadata: String, @@ -37,17 +37,17 @@ object FailoverBackend { implicit val decodeFailoverBackend: io.circe.Decoder[FailoverBackend] = (c: io.circe.HCursor) => for { id <- c.downField("id").as[String] - uri <- c.downField("uri").as[String] + uri <- c.downField("uri").as[java.net.URI] createdAt <- c.downField("created_at").as[java.time.OffsetDateTime] description <- c.downField("description").as[String] metadata <- c.downField("metadata").as[String] - backends <- c.downField("backends").as[List[String]] + backends <- c.downField("backends").as[Option[List[String]]] } yield FailoverBackend( id, uri, createdAt, description, metadata, - backends + backends.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/FailoverBackendList.scala b/src/main/scala/com/ngrok/definitions/FailoverBackendList.scala index ee60e8b..98921c4 100644 --- a/src/main/scala/com/ngrok/definitions/FailoverBackendList.scala +++ b/src/main/scala/com/ngrok/definitions/FailoverBackendList.scala @@ -27,11 +27,11 @@ object FailoverBackendList { implicit val decodeFailoverBackendList: io.circe.Decoder[FailoverBackendList] = (c: io.circe.HCursor) => for { - backends <- c.downField("backends").as[List[FailoverBackend]] + backends <- c.downField("backends").as[Option[List[FailoverBackend]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield FailoverBackendList( - backends, + backends.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/HttpResponseBackend.scala b/src/main/scala/com/ngrok/definitions/HttpResponseBackend.scala index 305d400..a288fdb 100644 --- a/src/main/scala/com/ngrok/definitions/HttpResponseBackend.scala +++ b/src/main/scala/com/ngrok/definitions/HttpResponseBackend.scala @@ -16,7 +16,7 @@ import io.circe.syntax._ */ final case class HttpResponseBackend( id: String, - uri: String, + uri: java.net.URI, createdAt: java.time.OffsetDateTime, description: String, metadata: String, @@ -43,12 +43,12 @@ object HttpResponseBackend { implicit val decodeHttpResponseBackend: io.circe.Decoder[HttpResponseBackend] = (c: io.circe.HCursor) => for { id <- c.downField("id").as[String] - uri <- c.downField("uri").as[String] + uri <- c.downField("uri").as[java.net.URI] createdAt <- c.downField("created_at").as[java.time.OffsetDateTime] description <- c.downField("description").as[String] metadata <- c.downField("metadata").as[String] body <- c.downField("body").as[String] - headers <- c.downField("headers").as[Map[String, String]] + headers <- c.downField("headers").as[Option[Map[String, String]]] statusCode <- c.downField("status_code").as[Int] } yield HttpResponseBackend( id, @@ -57,7 +57,7 @@ object HttpResponseBackend { description, metadata, body, - headers, + headers.getOrElse(Map.empty), statusCode ) } diff --git a/src/main/scala/com/ngrok/definitions/HttpResponseBackendList.scala b/src/main/scala/com/ngrok/definitions/HttpResponseBackendList.scala index dc1bcfb..45159d8 100644 --- a/src/main/scala/com/ngrok/definitions/HttpResponseBackendList.scala +++ b/src/main/scala/com/ngrok/definitions/HttpResponseBackendList.scala @@ -27,11 +27,11 @@ object HttpResponseBackendList { implicit val decodeHttpResponseBackendList: io.circe.Decoder[HttpResponseBackendList] = (c: io.circe.HCursor) => for { - backends <- c.downField("backends").as[List[HttpResponseBackend]] + backends <- c.downField("backends").as[Option[List[HttpResponseBackend]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield HttpResponseBackendList( - backends, + backends.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/HttpsEdge.scala b/src/main/scala/com/ngrok/definitions/HttpsEdge.scala index 428faa4..a537f2f 100644 --- a/src/main/scala/com/ngrok/definitions/HttpsEdge.scala +++ b/src/main/scala/com/ngrok/definitions/HttpsEdge.scala @@ -19,8 +19,8 @@ final case class HttpsEdge( id: String, description: String, metadata: String, - createdAt: String, - uri: String, + createdAt: java.time.OffsetDateTime, + uri: java.net.URI, hostports: Option[List[String]] = None, mutualTls: Option[EndpointMutualTls] = None, tlsTermination: Option[EndpointTlsTermination] = None, @@ -35,7 +35,7 @@ object HttpsEdge { Option(("metadata", value.metadata.asJson)), Option(("created_at", value.createdAt.asJson)), Option(("uri", value.uri.asJson)), - value.hostports.map(_.asJson).map(("hostports", _)), + if (value.hostports.isEmpty) None else Option(("hostports", value.hostports.asJson)), value.mutualTls.map(_.asJson).map(("mutual_tls", _)), value.tlsTermination.map(_.asJson).map(("tls_termination", _)), Option(("routes", value.routes.asJson)) @@ -47,12 +47,12 @@ object HttpsEdge { id <- c.downField("id").as[String] description <- c.downField("description").as[String] metadata <- c.downField("metadata").as[String] - createdAt <- c.downField("created_at").as[String] - uri <- c.downField("uri").as[String] + createdAt <- c.downField("created_at").as[java.time.OffsetDateTime] + uri <- c.downField("uri").as[java.net.URI] hostports <- c.downField("hostports").as[Option[List[String]]] mutualTls <- c.downField("mutual_tls").as[Option[EndpointMutualTls]] tlsTermination <- c.downField("tls_termination").as[Option[EndpointTlsTermination]] - routes <- c.downField("routes").as[List[HttpsEdgeRoute]] + routes <- c.downField("routes").as[Option[List[HttpsEdgeRoute]]] } yield HttpsEdge( id, description, @@ -62,6 +62,6 @@ object HttpsEdge { hostports, mutualTls, tlsTermination, - routes + routes.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/HttpsEdgeList.scala b/src/main/scala/com/ngrok/definitions/HttpsEdgeList.scala index 818782a..b15a43b 100644 --- a/src/main/scala/com/ngrok/definitions/HttpsEdgeList.scala +++ b/src/main/scala/com/ngrok/definitions/HttpsEdgeList.scala @@ -27,11 +27,11 @@ object HttpsEdgeList { implicit val decodeHttpsEdgeList: io.circe.Decoder[HttpsEdgeList] = (c: io.circe.HCursor) => for { - httpsEdges <- c.downField("https_edges").as[List[HttpsEdge]] + httpsEdges <- c.downField("https_edges").as[Option[List[HttpsEdge]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield HttpsEdgeList( - httpsEdges, + httpsEdges.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/HttpsEdgeRoute.scala b/src/main/scala/com/ngrok/definitions/HttpsEdgeRoute.scala index 1b562ac..bba20dc 100644 --- a/src/main/scala/com/ngrok/definitions/HttpsEdgeRoute.scala +++ b/src/main/scala/com/ngrok/definitions/HttpsEdgeRoute.scala @@ -8,8 +8,8 @@ import io.circe.syntax._ * @param edgeId unique identifier of this edge * @param id unique identifier of this edge route * @param createdAt timestamp when the edge configuration was created, RFC 3339 format - * @param matchType Type of match to use for this route. Valid values are "exact_path" and "path_prefix". - * @param `match` Route selector: "/blog" or "example.com" or "example.com/blog" + * @param matchType Type of match to use for this route. Valid values are "exact_path" and "path_prefix". + * @param `match` Route selector: "/blog" or "example.com" or "example.com/blog" * @param uri URI of the edge API resource * @param description human-readable description of what this edge will be used for; optional, max 255 bytes. * @param metadata arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes. @@ -28,10 +28,10 @@ import io.circe.syntax._ final case class HttpsEdgeRoute( edgeId: String, id: String, - createdAt: String, + createdAt: java.time.OffsetDateTime, matchType: String, `match`: String, - uri: String, + uri: java.net.URI, description: String, metadata: String, backend: Option[EndpointBackend] = None, @@ -77,10 +77,10 @@ object HttpsEdgeRoute { for { edgeId <- c.downField("edge_id").as[String] id <- c.downField("id").as[String] - createdAt <- c.downField("created_at").as[String] + createdAt <- c.downField("created_at").as[java.time.OffsetDateTime] matchType <- c.downField("match_type").as[String] `match` <- c.downField("match").as[String] - uri <- c.downField("uri").as[String] + uri <- c.downField("uri").as[java.net.URI] description <- c.downField("description").as[String] metadata <- c.downField("metadata").as[String] backend <- c.downField("backend").as[Option[EndpointBackend]] diff --git a/src/main/scala/com/ngrok/definitions/IpPolicyList.scala b/src/main/scala/com/ngrok/definitions/IpPolicyList.scala index 2127c0d..be2eabb 100644 --- a/src/main/scala/com/ngrok/definitions/IpPolicyList.scala +++ b/src/main/scala/com/ngrok/definitions/IpPolicyList.scala @@ -26,11 +26,11 @@ object IpPolicyList { implicit val decodeIpPolicyList: io.circe.Decoder[IpPolicyList] = (c: io.circe.HCursor) => for { - ipPolicies <- c.downField("ip_policies").as[List[IpPolicy]] + ipPolicies <- c.downField("ip_policies").as[Option[List[IpPolicy]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield IpPolicyList( - ipPolicies, + ipPolicies.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/IpPolicyRuleList.scala b/src/main/scala/com/ngrok/definitions/IpPolicyRuleList.scala index 9337252..0d689d2 100644 --- a/src/main/scala/com/ngrok/definitions/IpPolicyRuleList.scala +++ b/src/main/scala/com/ngrok/definitions/IpPolicyRuleList.scala @@ -27,11 +27,11 @@ object IpPolicyRuleList { implicit val decodeIpPolicyRuleList: io.circe.Decoder[IpPolicyRuleList] = (c: io.circe.HCursor) => for { - ipPolicyRules <- c.downField("ip_policy_rules").as[List[IpPolicyRule]] + ipPolicyRules <- c.downField("ip_policy_rules").as[Option[List[IpPolicyRule]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield IpPolicyRuleList( - ipPolicyRules, + ipPolicyRules.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/IpRestriction.scala b/src/main/scala/com/ngrok/definitions/IpRestriction.scala index bf6fc6c..c136385 100644 --- a/src/main/scala/com/ngrok/definitions/IpRestriction.scala +++ b/src/main/scala/com/ngrok/definitions/IpRestriction.scala @@ -49,7 +49,7 @@ object IpRestriction { metadata <- c.downField("metadata").as[String] enforced <- c.downField("enforced").as[Boolean] `type` <- c.downField("type").as[String] - ipPolicies <- c.downField("ip_policies").as[List[Ref]] + ipPolicies <- c.downField("ip_policies").as[Option[List[Ref]]] } yield IpRestriction( id, uri, @@ -58,6 +58,6 @@ object IpRestriction { metadata, enforced, `type`, - ipPolicies + ipPolicies.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/IpRestrictionList.scala b/src/main/scala/com/ngrok/definitions/IpRestrictionList.scala index 425a57a..d3b6b9b 100644 --- a/src/main/scala/com/ngrok/definitions/IpRestrictionList.scala +++ b/src/main/scala/com/ngrok/definitions/IpRestrictionList.scala @@ -27,11 +27,11 @@ object IpRestrictionList { implicit val decodeIpRestrictionList: io.circe.Decoder[IpRestrictionList] = (c: io.circe.HCursor) => for { - ipRestrictions <- c.downField("ip_restrictions").as[List[IpRestriction]] + ipRestrictions <- c.downField("ip_restrictions").as[Option[List[IpRestriction]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield IpRestrictionList( - ipRestrictions, + ipRestrictions.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/ReservedAddrList.scala b/src/main/scala/com/ngrok/definitions/ReservedAddrList.scala index a90be0d..bb903df 100644 --- a/src/main/scala/com/ngrok/definitions/ReservedAddrList.scala +++ b/src/main/scala/com/ngrok/definitions/ReservedAddrList.scala @@ -27,11 +27,11 @@ object ReservedAddrList { implicit val decodeReservedAddrList: io.circe.Decoder[ReservedAddrList] = (c: io.circe.HCursor) => for { - reservedAddrs <- c.downField("reserved_addrs").as[List[ReservedAddr]] + reservedAddrs <- c.downField("reserved_addrs").as[Option[List[ReservedAddr]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield ReservedAddrList( - reservedAddrs, + reservedAddrs.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/ReservedDomainCertStatus.scala b/src/main/scala/com/ngrok/definitions/ReservedDomainCertStatus.scala index 1e4f366..6c35460 100644 --- a/src/main/scala/com/ngrok/definitions/ReservedDomainCertStatus.scala +++ b/src/main/scala/com/ngrok/definitions/ReservedDomainCertStatus.scala @@ -6,7 +6,7 @@ import io.circe.syntax._ * * @constructor create a new ReservedDomainCertStatus. * @param renewsAt timestamp when the next renewal will be requested, RFC 3339 format - * @param provisioningJob status of the certificate provisioning job, or null if the certificiate isn't being provisioned or renewed + * @param provisioningJob status of the certificate provisioning job, or null if the certificiate isn't being provisioned or renewed */ final case class ReservedDomainCertStatus( renewsAt: Option[java.time.OffsetDateTime] = None, diff --git a/src/main/scala/com/ngrok/definitions/ReservedDomainList.scala b/src/main/scala/com/ngrok/definitions/ReservedDomainList.scala index 7feb182..549fb75 100644 --- a/src/main/scala/com/ngrok/definitions/ReservedDomainList.scala +++ b/src/main/scala/com/ngrok/definitions/ReservedDomainList.scala @@ -27,11 +27,11 @@ object ReservedDomainList { implicit val decodeReservedDomainList: io.circe.Decoder[ReservedDomainList] = (c: io.circe.HCursor) => for { - reservedDomains <- c.downField("reserved_domains").as[List[ReservedDomain]] + reservedDomains <- c.downField("reserved_domains").as[Option[List[ReservedDomain]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield ReservedDomainList( - reservedDomains, + reservedDomains.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/SshCertificateAuthorityList.scala b/src/main/scala/com/ngrok/definitions/SshCertificateAuthorityList.scala index a08960a..7c0ba37 100644 --- a/src/main/scala/com/ngrok/definitions/SshCertificateAuthorityList.scala +++ b/src/main/scala/com/ngrok/definitions/SshCertificateAuthorityList.scala @@ -28,11 +28,13 @@ object SshCertificateAuthorityList { implicit val decodeSshCertificateAuthorityList: io.circe.Decoder[SshCertificateAuthorityList] = (c: io.circe.HCursor) => for { - sshCertificateAuthorities <- c.downField("ssh_certificate_authorities").as[List[SshCertificateAuthority]] - uri <- c.downField("uri").as[java.net.URI] - nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] + sshCertificateAuthorities <- c + .downField("ssh_certificate_authorities") + .as[Option[List[SshCertificateAuthority]]] + uri <- c.downField("uri").as[java.net.URI] + nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield SshCertificateAuthorityList( - sshCertificateAuthorities, + sshCertificateAuthorities.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/SshCredential.scala b/src/main/scala/com/ngrok/definitions/SshCredential.scala index a5bbb30..47c935e 100644 --- a/src/main/scala/com/ngrok/definitions/SshCredential.scala +++ b/src/main/scala/com/ngrok/definitions/SshCredential.scala @@ -11,7 +11,7 @@ import io.circe.syntax._ * @param description human-readable description of who or what will use the ssh credential to authenticate. Optional, max 255 bytes. * @param metadata arbitrary user-defined machine-readable data of this ssh credential. Optional, max 4096 bytes. * @param publicKey the PEM-encoded public key of the SSH keypair that will be used to authenticate - * @param acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions. + * @param acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions. */ final case class SshCredential( id: String, @@ -45,7 +45,7 @@ object SshCredential { description <- c.downField("description").as[String] metadata <- c.downField("metadata").as[String] publicKey <- c.downField("public_key").as[String] - acl <- c.downField("acl").as[List[String]] + acl <- c.downField("acl").as[Option[List[String]]] } yield SshCredential( id, uri, @@ -53,6 +53,6 @@ object SshCredential { description, metadata, publicKey, - acl + acl.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/SshCredentialList.scala b/src/main/scala/com/ngrok/definitions/SshCredentialList.scala index bd56b9d..b8d41b9 100644 --- a/src/main/scala/com/ngrok/definitions/SshCredentialList.scala +++ b/src/main/scala/com/ngrok/definitions/SshCredentialList.scala @@ -27,11 +27,11 @@ object SshCredentialList { implicit val decodeSshCredentialList: io.circe.Decoder[SshCredentialList] = (c: io.circe.HCursor) => for { - sshCredentials <- c.downField("ssh_credentials").as[List[SshCredential]] + sshCredentials <- c.downField("ssh_credentials").as[Option[List[SshCredential]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield SshCredentialList( - sshCredentials, + sshCredentials.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/SshHostCertificate.scala b/src/main/scala/com/ngrok/definitions/SshHostCertificate.scala index 270b1f5..2c93d56 100644 --- a/src/main/scala/com/ngrok/definitions/SshHostCertificate.scala +++ b/src/main/scala/com/ngrok/definitions/SshHostCertificate.scala @@ -62,7 +62,7 @@ object SshHostCertificate { publicKey <- c.downField("public_key").as[String] keyType <- c.downField("key_type").as[String] sshCertificateAuthorityId <- c.downField("ssh_certificate_authority_id").as[String] - principals <- c.downField("principals").as[List[String]] + principals <- c.downField("principals").as[Option[List[String]]] validAfter <- c.downField("valid_after").as[java.time.OffsetDateTime] validUntil <- c.downField("valid_until").as[java.time.OffsetDateTime] certificate <- c.downField("certificate").as[String] @@ -75,7 +75,7 @@ object SshHostCertificate { publicKey, keyType, sshCertificateAuthorityId, - principals, + principals.getOrElse(List.empty), validAfter, validUntil, certificate diff --git a/src/main/scala/com/ngrok/definitions/SshHostCertificateList.scala b/src/main/scala/com/ngrok/definitions/SshHostCertificateList.scala index 8b8a607..b4d4810 100644 --- a/src/main/scala/com/ngrok/definitions/SshHostCertificateList.scala +++ b/src/main/scala/com/ngrok/definitions/SshHostCertificateList.scala @@ -27,11 +27,11 @@ object SshHostCertificateList { implicit val decodeSshHostCertificateList: io.circe.Decoder[SshHostCertificateList] = (c: io.circe.HCursor) => for { - sshHostCertificates <- c.downField("ssh_host_certificates").as[List[SshHostCertificate]] + sshHostCertificates <- c.downField("ssh_host_certificates").as[Option[List[SshHostCertificate]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield SshHostCertificateList( - sshHostCertificates, + sshHostCertificates.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/SshUserCertificate.scala b/src/main/scala/com/ngrok/definitions/SshUserCertificate.scala index f0e02da..8fdf794 100644 --- a/src/main/scala/com/ngrok/definitions/SshUserCertificate.scala +++ b/src/main/scala/com/ngrok/definitions/SshUserCertificate.scala @@ -15,7 +15,7 @@ import io.circe.syntax._ * @param sshCertificateAuthorityId the ssh certificate authority that is used to sign this ssh user certificate * @param principals the list of principals included in the ssh user certificate. This is the list of usernames that the certificate holder may sign in as on a machine authorizing the signing certificate authority. Dangerously, if no principals are specified, this certificate may be used to log in as any user. * @param criticalOptions A map of critical options included in the certificate. Only two critical options are currently defined by OpenSSH: force-command and source-address. See the OpenSSH certificate protocol spec for additional details. - * @param extensions A map of extensions included in the certificate. Extensions are additional metadata that can be interpreted by the SSH server for any purpose. These can be used to permit or deny the ability to open a terminal, do port forwarding, x11 forwarding, and more. If unspecified, the certificate will include limited permissions with the following extension map: {"permit-pty": "", "permit-user-rc": ""} OpenSSH understands a number of predefined extensions. See the OpenSSH certificate protocol spec for additional details. + * @param extensions A map of extensions included in the certificate. Extensions are additional metadata that can be interpreted by the SSH server for any purpose. These can be used to permit or deny the ability to open a terminal, do port forwarding, x11 forwarding, and more. If unspecified, the certificate will include limited permissions with the following extension map: {"permit-pty": "", "permit-user-rc": ""} OpenSSH understands a number of predefined extensions. See the OpenSSH certificate protocol spec for additional details. * @param validAfter the time when the ssh host certificate becomes valid, in RFC 3339 format. * @param validUntil the time after which the ssh host certificate becomes invalid, in RFC 3339 format. the OpenSSH certificates RFC calls this valid_before. * @param certificate the signed SSH certificate in OpenSSH Authorized Keys Format. this value should be placed in a -cert.pub certificate file on disk that should be referenced in your sshd_config configuration file with a HostCertificate directive @@ -68,9 +68,9 @@ object SshUserCertificate { publicKey <- c.downField("public_key").as[String] keyType <- c.downField("key_type").as[String] sshCertificateAuthorityId <- c.downField("ssh_certificate_authority_id").as[String] - principals <- c.downField("principals").as[List[String]] - criticalOptions <- c.downField("critical_options").as[Map[String, String]] - extensions <- c.downField("extensions").as[Map[String, String]] + principals <- c.downField("principals").as[Option[List[String]]] + criticalOptions <- c.downField("critical_options").as[Option[Map[String, String]]] + extensions <- c.downField("extensions").as[Option[Map[String, String]]] validAfter <- c.downField("valid_after").as[java.time.OffsetDateTime] validUntil <- c.downField("valid_until").as[java.time.OffsetDateTime] certificate <- c.downField("certificate").as[String] @@ -83,9 +83,9 @@ object SshUserCertificate { publicKey, keyType, sshCertificateAuthorityId, - principals, - criticalOptions, - extensions, + principals.getOrElse(List.empty), + criticalOptions.getOrElse(Map.empty), + extensions.getOrElse(Map.empty), validAfter, validUntil, certificate diff --git a/src/main/scala/com/ngrok/definitions/SshUserCertificateList.scala b/src/main/scala/com/ngrok/definitions/SshUserCertificateList.scala index 9f5aac1..ed88c08 100644 --- a/src/main/scala/com/ngrok/definitions/SshUserCertificateList.scala +++ b/src/main/scala/com/ngrok/definitions/SshUserCertificateList.scala @@ -27,11 +27,11 @@ object SshUserCertificateList { implicit val decodeSshUserCertificateList: io.circe.Decoder[SshUserCertificateList] = (c: io.circe.HCursor) => for { - sshUserCertificates <- c.downField("ssh_user_certificates").as[List[SshUserCertificate]] + sshUserCertificates <- c.downField("ssh_user_certificates").as[Option[List[SshUserCertificate]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield SshUserCertificateList( - sshUserCertificates, + sshUserCertificates.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/TcpEdge.scala b/src/main/scala/com/ngrok/definitions/TcpEdge.scala index 2926093..45ee770 100644 --- a/src/main/scala/com/ngrok/definitions/TcpEdge.scala +++ b/src/main/scala/com/ngrok/definitions/TcpEdge.scala @@ -33,7 +33,7 @@ object TcpEdge { Option(("metadata", value.metadata.asJson)), Option(("created_at", value.createdAt.asJson)), Option(("uri", value.uri.asJson)), - value.hostports.map(_.asJson).map(("hostports", _)), + if (value.hostports.isEmpty) None else Option(("hostports", value.hostports.asJson)), value.backend.map(_.asJson).map(("backend", _)), value.ipRestriction.map(_.asJson).map(("ip_restriction", _)) ).flatten.toMap.asJsonObject diff --git a/src/main/scala/com/ngrok/definitions/TcpEdgeList.scala b/src/main/scala/com/ngrok/definitions/TcpEdgeList.scala index 607ed6f..07dab45 100644 --- a/src/main/scala/com/ngrok/definitions/TcpEdgeList.scala +++ b/src/main/scala/com/ngrok/definitions/TcpEdgeList.scala @@ -26,11 +26,11 @@ object TcpEdgeList { implicit val decodeTcpEdgeList: io.circe.Decoder[TcpEdgeList] = (c: io.circe.HCursor) => for { - tcpEdges <- c.downField("tcp_edges").as[List[TcpEdge]] + tcpEdges <- c.downField("tcp_edges").as[Option[List[TcpEdge]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield TcpEdgeList( - tcpEdges, + tcpEdges.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/TlsCertificate.scala b/src/main/scala/com/ngrok/definitions/TlsCertificate.scala index 8d3e6d0..e86e40e 100644 --- a/src/main/scala/com/ngrok/definitions/TlsCertificate.scala +++ b/src/main/scala/com/ngrok/definitions/TlsCertificate.scala @@ -92,8 +92,8 @@ object TlsCertificate { issuedAt <- c.downField("issued_at").as[Option[java.time.OffsetDateTime]] notBefore <- c.downField("not_before").as[java.time.OffsetDateTime] notAfter <- c.downField("not_after").as[java.time.OffsetDateTime] - keyUsages <- c.downField("key_usages").as[List[String]] - extendedKeyUsages <- c.downField("extended_key_usages").as[List[String]] + keyUsages <- c.downField("key_usages").as[Option[List[String]]] + extendedKeyUsages <- c.downField("extended_key_usages").as[Option[List[String]]] privateKeyType <- c.downField("private_key_type").as[String] issuerCommonName <- c.downField("issuer_common_name").as[String] serialNumber <- c.downField("serial_number").as[String] @@ -114,8 +114,8 @@ object TlsCertificate { issuedAt, notBefore, notAfter, - keyUsages, - extendedKeyUsages, + keyUsages.getOrElse(List.empty), + extendedKeyUsages.getOrElse(List.empty), privateKeyType, issuerCommonName, serialNumber, diff --git a/src/main/scala/com/ngrok/definitions/TlsCertificateList.scala b/src/main/scala/com/ngrok/definitions/TlsCertificateList.scala index fae4563..243314a 100644 --- a/src/main/scala/com/ngrok/definitions/TlsCertificateList.scala +++ b/src/main/scala/com/ngrok/definitions/TlsCertificateList.scala @@ -27,11 +27,11 @@ object TlsCertificateList { implicit val decodeTlsCertificateList: io.circe.Decoder[TlsCertificateList] = (c: io.circe.HCursor) => for { - tlsCertificates <- c.downField("tls_certificates").as[List[TlsCertificate]] + tlsCertificates <- c.downField("tls_certificates").as[Option[List[TlsCertificate]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield TlsCertificateList( - tlsCertificates, + tlsCertificates.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/TlsCertificateSaNs.scala b/src/main/scala/com/ngrok/definitions/TlsCertificateSaNs.scala index d7ca910..a7066f0 100644 --- a/src/main/scala/com/ngrok/definitions/TlsCertificateSaNs.scala +++ b/src/main/scala/com/ngrok/definitions/TlsCertificateSaNs.scala @@ -24,10 +24,10 @@ object TlsCertificateSaNs { implicit val decodeTlsCertificateSaNs: io.circe.Decoder[TlsCertificateSaNs] = (c: io.circe.HCursor) => for { - dnsNames <- c.downField("dns_names").as[List[String]] - ips <- c.downField("ips").as[List[String]] + dnsNames <- c.downField("dns_names").as[Option[List[String]]] + ips <- c.downField("ips").as[Option[List[String]]] } yield TlsCertificateSaNs( - dnsNames, - ips + dnsNames.getOrElse(List.empty), + ips.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/TlsEdge.scala b/src/main/scala/com/ngrok/definitions/TlsEdge.scala index a3061f5..9925857 100644 --- a/src/main/scala/com/ngrok/definitions/TlsEdge.scala +++ b/src/main/scala/com/ngrok/definitions/TlsEdge.scala @@ -37,7 +37,7 @@ object TlsEdge { Option(("metadata", value.metadata.asJson)), Option(("created_at", value.createdAt.asJson)), Option(("uri", value.uri.asJson)), - value.hostports.map(_.asJson).map(("hostports", _)), + if (value.hostports.isEmpty) None else Option(("hostports", value.hostports.asJson)), value.backend.map(_.asJson).map(("backend", _)), value.ipRestriction.map(_.asJson).map(("ip_restriction", _)), value.mutualTls.map(_.asJson).map(("mutual_tls", _)), diff --git a/src/main/scala/com/ngrok/definitions/TlsEdgeList.scala b/src/main/scala/com/ngrok/definitions/TlsEdgeList.scala index 776a8e1..b251f41 100644 --- a/src/main/scala/com/ngrok/definitions/TlsEdgeList.scala +++ b/src/main/scala/com/ngrok/definitions/TlsEdgeList.scala @@ -26,11 +26,11 @@ object TlsEdgeList { implicit val decodeTlsEdgeList: io.circe.Decoder[TlsEdgeList] = (c: io.circe.HCursor) => for { - tlsEdges <- c.downField("tls_edges").as[List[TlsEdge]] + tlsEdges <- c.downField("tls_edges").as[Option[List[TlsEdge]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield TlsEdgeList( - tlsEdges, + tlsEdges.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/Tunnel.scala b/src/main/scala/com/ngrok/definitions/Tunnel.scala index ccc7797..580c46d 100644 --- a/src/main/scala/com/ngrok/definitions/Tunnel.scala +++ b/src/main/scala/com/ngrok/definitions/Tunnel.scala @@ -6,7 +6,7 @@ import io.circe.syntax._ * * @constructor create a new Tunnel. * @param id unique tunnel resource identifier - * @param publicUrl URL of the ephemeral tunnel's public endpoint + * @param publicUrl URL of the ephemeral tunnel's public endpoint * @param startedAt timestamp when the tunnel was initiated in RFC 3339 format * @param metadata user-supplied metadata for the tunnel defined in the ngrok configuration file. See the tunnel metadata configuration option In API version 0, this value was instead pulled from the top-level metadata configuration option. * @param proto tunnel protocol for ephemeral tunnels. one of http, https, tcp or tls @@ -43,7 +43,7 @@ object Tunnel { Option(("tunnel_session", value.tunnelSession.asJson)), value.endpoint.map(_.asJson).map(("endpoint", _)), Option(("labels", value.labels.asJson)), - value.backends.map(_.asJson).map(("backends", _)), + if (value.backends.isEmpty) None else Option(("backends", value.backends.asJson)), Option(("forwards_to", value.forwardsTo.asJson)) ).flatten.toMap.asJsonObject ) @@ -58,7 +58,7 @@ object Tunnel { region <- c.downField("region").as[String] tunnelSession <- c.downField("tunnel_session").as[Ref] endpoint <- c.downField("endpoint").as[Option[Ref]] - labels <- c.downField("labels").as[Map[String, String]] + labels <- c.downField("labels").as[Option[Map[String, String]]] backends <- c.downField("backends").as[Option[List[Ref]]] forwardsTo <- c.downField("forwards_to").as[String] } yield Tunnel( @@ -70,7 +70,7 @@ object Tunnel { region, tunnelSession, endpoint, - labels, + labels.getOrElse(Map.empty), backends, forwardsTo ) diff --git a/src/main/scala/com/ngrok/definitions/TunnelGroupBackend.scala b/src/main/scala/com/ngrok/definitions/TunnelGroupBackend.scala index 4bca4d3..a4c04e5 100644 --- a/src/main/scala/com/ngrok/definitions/TunnelGroupBackend.scala +++ b/src/main/scala/com/ngrok/definitions/TunnelGroupBackend.scala @@ -10,12 +10,12 @@ import io.circe.syntax._ * @param createdAt timestamp when the backend was created, RFC 3339 format * @param description human-readable description of this backend. Optional * @param metadata arbitrary user-defined machine-readable data of this backend. Optional - * @param labels labels to watch for tunnels on, e.g. app->foo, dc->bar + * @param labels labels to watch for tunnels on, e.g. app->foo, dc->bar * @param tunnels tunnels matching this backend */ final case class TunnelGroupBackend( id: String, - uri: String, + uri: java.net.URI, createdAt: java.time.OffsetDateTime, description: String, metadata: String, @@ -40,19 +40,19 @@ object TunnelGroupBackend { implicit val decodeTunnelGroupBackend: io.circe.Decoder[TunnelGroupBackend] = (c: io.circe.HCursor) => for { id <- c.downField("id").as[String] - uri <- c.downField("uri").as[String] + uri <- c.downField("uri").as[java.net.URI] createdAt <- c.downField("created_at").as[java.time.OffsetDateTime] description <- c.downField("description").as[String] metadata <- c.downField("metadata").as[String] - labels <- c.downField("labels").as[Map[String, String]] - tunnels <- c.downField("tunnels").as[List[Ref]] + labels <- c.downField("labels").as[Option[Map[String, String]]] + tunnels <- c.downField("tunnels").as[Option[List[Ref]]] } yield TunnelGroupBackend( id, uri, createdAt, description, metadata, - labels, - tunnels + labels.getOrElse(Map.empty), + tunnels.getOrElse(List.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/TunnelGroupBackendList.scala b/src/main/scala/com/ngrok/definitions/TunnelGroupBackendList.scala index 09099c8..ecfa5cb 100644 --- a/src/main/scala/com/ngrok/definitions/TunnelGroupBackendList.scala +++ b/src/main/scala/com/ngrok/definitions/TunnelGroupBackendList.scala @@ -27,11 +27,11 @@ object TunnelGroupBackendList { implicit val decodeTunnelGroupBackendList: io.circe.Decoder[TunnelGroupBackendList] = (c: io.circe.HCursor) => for { - backends <- c.downField("backends").as[List[TunnelGroupBackend]] + backends <- c.downField("backends").as[Option[List[TunnelGroupBackend]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield TunnelGroupBackendList( - backends, + backends.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/TunnelList.scala b/src/main/scala/com/ngrok/definitions/TunnelList.scala index 1cfe879..ad92977 100644 --- a/src/main/scala/com/ngrok/definitions/TunnelList.scala +++ b/src/main/scala/com/ngrok/definitions/TunnelList.scala @@ -26,11 +26,11 @@ object TunnelList { implicit val decodeTunnelList: io.circe.Decoder[TunnelList] = (c: io.circe.HCursor) => for { - tunnels <- c.downField("tunnels").as[List[Tunnel]] + tunnels <- c.downField("tunnels").as[Option[List[Tunnel]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield TunnelList( - tunnels, + tunnels.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/TunnelSessionList.scala b/src/main/scala/com/ngrok/definitions/TunnelSessionList.scala index df287b3..c00349e 100644 --- a/src/main/scala/com/ngrok/definitions/TunnelSessionList.scala +++ b/src/main/scala/com/ngrok/definitions/TunnelSessionList.scala @@ -27,11 +27,11 @@ object TunnelSessionList { implicit val decodeTunnelSessionList: io.circe.Decoder[TunnelSessionList] = (c: io.circe.HCursor) => for { - tunnelSessions <- c.downField("tunnel_sessions").as[List[TunnelSession]] + tunnelSessions <- c.downField("tunnel_sessions").as[Option[List[TunnelSession]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield TunnelSessionList( - tunnelSessions, + tunnelSessions.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/definitions/WeightedBackend.scala b/src/main/scala/com/ngrok/definitions/WeightedBackend.scala index 2c5b960..51a90dc 100644 --- a/src/main/scala/com/ngrok/definitions/WeightedBackend.scala +++ b/src/main/scala/com/ngrok/definitions/WeightedBackend.scala @@ -14,7 +14,7 @@ import io.circe.syntax._ */ final case class WeightedBackend( id: String, - uri: String, + uri: java.net.URI, createdAt: java.time.OffsetDateTime, description: String, metadata: String, @@ -37,17 +37,17 @@ object WeightedBackend { implicit val decodeWeightedBackend: io.circe.Decoder[WeightedBackend] = (c: io.circe.HCursor) => for { id <- c.downField("id").as[String] - uri <- c.downField("uri").as[String] + uri <- c.downField("uri").as[java.net.URI] createdAt <- c.downField("created_at").as[java.time.OffsetDateTime] description <- c.downField("description").as[String] metadata <- c.downField("metadata").as[String] - backends <- c.downField("backends").as[Map[String, Long]] + backends <- c.downField("backends").as[Option[Map[String, Long]]] } yield WeightedBackend( id, uri, createdAt, description, metadata, - backends + backends.getOrElse(Map.empty) ) } diff --git a/src/main/scala/com/ngrok/definitions/WeightedBackendList.scala b/src/main/scala/com/ngrok/definitions/WeightedBackendList.scala index 260ba09..8aaa63a 100644 --- a/src/main/scala/com/ngrok/definitions/WeightedBackendList.scala +++ b/src/main/scala/com/ngrok/definitions/WeightedBackendList.scala @@ -27,11 +27,11 @@ object WeightedBackendList { implicit val decodeWeightedBackendList: io.circe.Decoder[WeightedBackendList] = (c: io.circe.HCursor) => for { - backends <- c.downField("backends").as[List[WeightedBackend]] + backends <- c.downField("backends").as[Option[List[WeightedBackend]]] uri <- c.downField("uri").as[java.net.URI] nextPageUri <- c.downField("next_page_uri").as[Option[java.net.URI]] } yield WeightedBackendList( - backends, + backends.getOrElse(List.empty), uri, nextPageUri ) diff --git a/src/main/scala/com/ngrok/services/AbuseReports.scala b/src/main/scala/com/ngrok/services/AbuseReports.scala index 44962ac..c2ad032 100644 --- a/src/main/scala/com/ngrok/services/AbuseReports.scala +++ b/src/main/scala/com/ngrok/services/AbuseReports.scala @@ -24,7 +24,7 @@ object AbuseReports { } /** Abuse Reports allow you to submit take-down requests for URLs hosted by - * ngrok that violate ngrok's terms of service. + * ngrok that violate ngrok's terms of service. * * See also https://ngrok.com/docs/api#api-abuse-reports. */ diff --git a/src/main/scala/com/ngrok/services/ApiKeys.scala b/src/main/scala/com/ngrok/services/ApiKeys.scala index 201ffc9..35a68c9 100644 --- a/src/main/scala/com/ngrok/services/ApiKeys.scala +++ b/src/main/scala/com/ngrok/services/ApiKeys.scala @@ -40,7 +40,8 @@ object ApiKeys { /** API Keys are used to authenticate to the ngrok * API. You may use the API itself - * to provision and manage API Keys but you'll need to provision your first API + * to provision and manage API Keys but you'll need to provision your first + * API * key from the API Keys page * on your * ngrok.com dashboard. diff --git a/src/main/scala/com/ngrok/services/Credentials.scala b/src/main/scala/com/ngrok/services/Credentials.scala index b795969..a235544 100644 --- a/src/main/scala/com/ngrok/services/Credentials.scala +++ b/src/main/scala/com/ngrok/services/Credentials.scala @@ -10,7 +10,7 @@ object Credentials { private case class CredentialsCreate( description: Option[String], metadata: Option[String], - acl: Option[List[String]] + acl: List[String] ) private object CredentialsCreate { @@ -18,7 +18,7 @@ object Credentials { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.acl.map(_.asJson).map(("acl", _)) + if (value.acl.isEmpty) None else Option(("acl", value.acl.asJson)) ).flatten.toMap.asJsonObject ) } @@ -26,7 +26,7 @@ object Credentials { private case class CredentialsUpdate( description: Option[String], metadata: Option[String], - acl: Option[List[String]] + acl: List[String] ) private object CredentialsUpdate { @@ -34,7 +34,7 @@ object Credentials { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.acl.map(_.asJson).map(("acl", _)) + if (value.acl.isEmpty) None else Option(("acl", value.acl.asJson)) ).flatten.toMap.asJsonObject ) } @@ -43,7 +43,7 @@ object Credentials { /** Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok * agent to connect the ngrok service as your account. They are installed with - * the ngrok authtoken command or by specifying it in the + * the ngrok config add-authtoken command or by specifying it in the * ngrok.yml * configuration file with the authtoken property. * @@ -61,13 +61,13 @@ class Credentials private[ngrok] (apiClient: NgrokApiClient)(implicit ec: Execut * * @param description human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes. * @param metadata arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes. - * @param acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions. + * @param acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions. * @return a [[scala.concurrent.Future]] encapsulating the API call's result */ def create( description: Option[String] = None, metadata: Option[String] = None, - acl: Option[List[String]] = None + acl: List[String] = List.empty ): Future[Credential] = apiClient.sendRequest[Credential]( NgrokApiClient.HttpMethod.Post, @@ -147,14 +147,14 @@ class Credentials private[ngrok] (apiClient: NgrokApiClient)(implicit ec: Execut * @param id the value of the id parameter as a [[scala.Predef.String]] * @param description human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes. * @param metadata arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes. - * @param acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions. + * @param acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions. * @return a [[scala.concurrent.Future]] encapsulating the API call's result */ def update( id: String, description: Option[String] = None, metadata: Option[String] = None, - acl: Option[List[String]] = None + acl: List[String] = List.empty ): Future[Credential] = apiClient.sendRequest[Credential]( NgrokApiClient.HttpMethod.Patch, diff --git a/src/main/scala/com/ngrok/services/EdgesHttps.scala b/src/main/scala/com/ngrok/services/EdgesHttps.scala index 37dd4dc..a1d604c 100644 --- a/src/main/scala/com/ngrok/services/EdgesHttps.scala +++ b/src/main/scala/com/ngrok/services/EdgesHttps.scala @@ -10,7 +10,7 @@ object EdgesHttps { private case class EdgesHttpsCreate( description: Option[String], metadata: Option[String], - hostports: Option[List[String]], + hostports: List[String], mutualTls: Option[EndpointMutualTlsMutate], tlsTermination: Option[EndpointTlsTerminationAtEdge] ) @@ -20,7 +20,7 @@ object EdgesHttps { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.hostports.map(_.asJson).map(("hostports", _)), + if (value.hostports.isEmpty) None else Option(("hostports", value.hostports.asJson)), value.mutualTls.map(_.asJson).map(("mutual_tls", _)), value.tlsTermination.map(_.asJson).map(("tls_termination", _)) ).flatten.toMap.asJsonObject @@ -30,7 +30,7 @@ object EdgesHttps { private case class EdgesHttpsUpdate( description: Option[String], metadata: Option[String], - hostports: Option[List[String]], + hostports: List[String], mutualTls: Option[EndpointMutualTlsMutate], tlsTermination: Option[EndpointTlsTerminationAtEdge] ) @@ -40,7 +40,7 @@ object EdgesHttps { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.hostports.map(_.asJson).map(("hostports", _)), + if (value.hostports.isEmpty) None else Option(("hostports", value.hostports.asJson)), value.mutualTls.map(_.asJson).map(("mutual_tls", _)), value.tlsTermination.map(_.asJson).map(("tls_termination", _)) ).flatten.toMap.asJsonObject @@ -70,7 +70,7 @@ class EdgesHttps private[ngrok] (apiClient: NgrokApiClient)(implicit ec: Executi def create( description: Option[String] = None, metadata: Option[String] = None, - hostports: Option[List[String]] = None, + hostports: List[String] = List.empty, mutualTls: Option[EndpointMutualTlsMutate] = None, tlsTermination: Option[EndpointTlsTerminationAtEdge] = None ): Future[HttpsEdge] = @@ -149,7 +149,7 @@ class EdgesHttps private[ngrok] (apiClient: NgrokApiClient)(implicit ec: Executi id: String, description: Option[String] = None, metadata: Option[String] = None, - hostports: Option[List[String]] = None, + hostports: List[String] = List.empty, mutualTls: Option[EndpointMutualTlsMutate] = None, tlsTermination: Option[EndpointTlsTerminationAtEdge] = None ): Future[HttpsEdge] = diff --git a/src/main/scala/com/ngrok/services/EdgesHttpsRoutes.scala b/src/main/scala/com/ngrok/services/EdgesHttpsRoutes.scala index eb65f3e..7260a98 100644 --- a/src/main/scala/com/ngrok/services/EdgesHttpsRoutes.scala +++ b/src/main/scala/com/ngrok/services/EdgesHttpsRoutes.scala @@ -103,8 +103,8 @@ class EdgesHttpsRoutes private[ngrok] (apiClient: NgrokApiClient)(implicit ec: E * See also https://ngrok.com/docs/api#api-edges-https-routes-create. * * @param edgeId unique identifier of this edge - * @param matchType Type of match to use for this route. Valid values are "exact_path" and "path_prefix". - * @param `match` Route selector: "/blog" or "example.com" or "example.com/blog" + * @param matchType Type of match to use for this route. Valid values are "exact_path" and "path_prefix". + * @param `match` Route selector: "/blog" or "example.com" or "example.com/blog" * @param description human-readable description of what this edge will be used for; optional, max 255 bytes. * @param metadata arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes. * @param backend backend module configuration or null @@ -191,8 +191,8 @@ class EdgesHttpsRoutes private[ngrok] (apiClient: NgrokApiClient)(implicit ec: E * * @param edgeId unique identifier of this edge * @param id unique identifier of this edge route - * @param matchType Type of match to use for this route. Valid values are "exact_path" and "path_prefix". - * @param `match` Route selector: "/blog" or "example.com" or "example.com/blog" + * @param matchType Type of match to use for this route. Valid values are "exact_path" and "path_prefix". + * @param `match` Route selector: "/blog" or "example.com" or "example.com/blog" * @param description human-readable description of what this edge will be used for; optional, max 255 bytes. * @param metadata arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes. * @param backend backend module configuration or null diff --git a/src/main/scala/com/ngrok/services/EdgesTcp.scala b/src/main/scala/com/ngrok/services/EdgesTcp.scala index 6014882..d234696 100644 --- a/src/main/scala/com/ngrok/services/EdgesTcp.scala +++ b/src/main/scala/com/ngrok/services/EdgesTcp.scala @@ -10,7 +10,7 @@ object EdgesTcp { private case class EdgesTcpCreate( description: Option[String], metadata: Option[String], - hostports: Option[List[String]], + hostports: List[String], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate] ) @@ -20,7 +20,7 @@ object EdgesTcp { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.hostports.map(_.asJson).map(("hostports", _)), + if (value.hostports.isEmpty) None else Option(("hostports", value.hostports.asJson)), value.backend.map(_.asJson).map(("backend", _)), value.ipRestriction.map(_.asJson).map(("ip_restriction", _)) ).flatten.toMap.asJsonObject @@ -30,7 +30,7 @@ object EdgesTcp { private case class EdgesTcpUpdate( description: Option[String], metadata: Option[String], - hostports: Option[List[String]], + hostports: List[String], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate] ) @@ -40,7 +40,7 @@ object EdgesTcp { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.hostports.map(_.asJson).map(("hostports", _)), + if (value.hostports.isEmpty) None else Option(("hostports", value.hostports.asJson)), value.backend.map(_.asJson).map(("backend", _)), value.ipRestriction.map(_.asJson).map(("ip_restriction", _)) ).flatten.toMap.asJsonObject @@ -70,7 +70,7 @@ class EdgesTcp private[ngrok] (apiClient: NgrokApiClient)(implicit ec: Execution def create( description: Option[String] = None, metadata: Option[String] = None, - hostports: Option[List[String]] = None, + hostports: List[String] = List.empty, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None ): Future[TcpEdge] = @@ -149,7 +149,7 @@ class EdgesTcp private[ngrok] (apiClient: NgrokApiClient)(implicit ec: Execution id: String, description: Option[String] = None, metadata: Option[String] = None, - hostports: Option[List[String]] = None, + hostports: List[String] = List.empty, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None ): Future[TcpEdge] = diff --git a/src/main/scala/com/ngrok/services/EdgesTls.scala b/src/main/scala/com/ngrok/services/EdgesTls.scala index b68fcb5..d50c97d 100644 --- a/src/main/scala/com/ngrok/services/EdgesTls.scala +++ b/src/main/scala/com/ngrok/services/EdgesTls.scala @@ -10,7 +10,7 @@ object EdgesTls { private case class EdgesTlsCreate( description: Option[String], metadata: Option[String], - hostports: Option[List[String]], + hostports: List[String], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate], mutualTls: Option[EndpointMutualTlsMutate], @@ -22,7 +22,7 @@ object EdgesTls { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.hostports.map(_.asJson).map(("hostports", _)), + if (value.hostports.isEmpty) None else Option(("hostports", value.hostports.asJson)), value.backend.map(_.asJson).map(("backend", _)), value.ipRestriction.map(_.asJson).map(("ip_restriction", _)), value.mutualTls.map(_.asJson).map(("mutual_tls", _)), @@ -34,7 +34,7 @@ object EdgesTls { private case class EdgesTlsUpdate( description: Option[String], metadata: Option[String], - hostports: Option[List[String]], + hostports: List[String], backend: Option[EndpointBackendMutate], ipRestriction: Option[EndpointIpPolicyMutate], mutualTls: Option[EndpointMutualTlsMutate], @@ -46,7 +46,7 @@ object EdgesTls { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.hostports.map(_.asJson).map(("hostports", _)), + if (value.hostports.isEmpty) None else Option(("hostports", value.hostports.asJson)), value.backend.map(_.asJson).map(("backend", _)), value.ipRestriction.map(_.asJson).map(("ip_restriction", _)), value.mutualTls.map(_.asJson).map(("mutual_tls", _)), @@ -80,7 +80,7 @@ class EdgesTls private[ngrok] (apiClient: NgrokApiClient)(implicit ec: Execution def create( description: Option[String] = None, metadata: Option[String] = None, - hostports: Option[List[String]] = None, + hostports: List[String] = List.empty, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None, mutualTls: Option[EndpointMutualTlsMutate] = None, @@ -165,7 +165,7 @@ class EdgesTls private[ngrok] (apiClient: NgrokApiClient)(implicit ec: Execution id: String, description: Option[String] = None, metadata: Option[String] = None, - hostports: Option[List[String]] = None, + hostports: List[String] = List.empty, backend: Option[EndpointBackendMutate] = None, ipRestriction: Option[EndpointIpPolicyMutate] = None, mutualTls: Option[EndpointMutualTlsMutate] = None, diff --git a/src/main/scala/com/ngrok/services/EventSubscriptions.scala b/src/main/scala/com/ngrok/services/EventSubscriptions.scala index ba7929a..8e42caa 100644 --- a/src/main/scala/com/ngrok/services/EventSubscriptions.scala +++ b/src/main/scala/com/ngrok/services/EventSubscriptions.scala @@ -10,8 +10,8 @@ object EventSubscriptions { private case class EventSubscriptionsCreate( metadata: Option[String], description: Option[String], - sources: Option[List[EventSourceReplace]], - destinationIds: Option[List[String]] + sources: List[EventSourceReplace], + destinationIds: List[String] ) private object EventSubscriptionsCreate { @@ -20,8 +20,8 @@ object EventSubscriptions { List( value.metadata.map(_.asJson).map(("metadata", _)), value.description.map(_.asJson).map(("description", _)), - value.sources.map(_.asJson).map(("sources", _)), - value.destinationIds.map(_.asJson).map(("destination_ids", _)) + if (value.sources.isEmpty) None else Option(("sources", value.sources.asJson)), + if (value.destinationIds.isEmpty) None else Option(("destination_ids", value.destinationIds.asJson)) ).flatten.toMap.asJsonObject ) } @@ -29,8 +29,8 @@ object EventSubscriptions { private case class EventSubscriptionsUpdate( metadata: Option[String], description: Option[String], - sources: Option[List[EventSourceReplace]], - destinationIds: Option[List[String]] + sources: List[EventSourceReplace], + destinationIds: List[String] ) private object EventSubscriptionsUpdate { @@ -39,8 +39,8 @@ object EventSubscriptions { List( value.metadata.map(_.asJson).map(("metadata", _)), value.description.map(_.asJson).map(("description", _)), - value.sources.map(_.asJson).map(("sources", _)), - value.destinationIds.map(_.asJson).map(("destination_ids", _)) + if (value.sources.isEmpty) None else Option(("sources", value.sources.asJson)), + if (value.destinationIds.isEmpty) None else Option(("destination_ids", value.destinationIds.asJson)) ).flatten.toMap.asJsonObject ) } @@ -67,8 +67,8 @@ class EventSubscriptions private[ngrok] (apiClient: NgrokApiClient)(implicit ec: def create( metadata: Option[String] = None, description: Option[String] = None, - sources: Option[List[EventSourceReplace]] = None, - destinationIds: Option[List[String]] = None + sources: List[EventSourceReplace] = List.empty, + destinationIds: List[String] = List.empty ): Future[EventSubscription] = apiClient.sendRequest[EventSubscription]( NgrokApiClient.HttpMethod.Post, @@ -118,7 +118,7 @@ class EventSubscriptions private[ngrok] (apiClient: NgrokApiClient)(implicit ec: Option.empty ) - /** List this Account's Event Subscriptions. + /** List this Account's Event Subscriptions. * * See also https://ngrok.com/docs/api#api-event-subscriptions-list. * @@ -157,8 +157,8 @@ class EventSubscriptions private[ngrok] (apiClient: NgrokApiClient)(implicit ec: id: String, metadata: Option[String] = None, description: Option[String] = None, - sources: Option[List[EventSourceReplace]] = None, - destinationIds: Option[List[String]] = None + sources: List[EventSourceReplace] = List.empty, + destinationIds: List[String] = List.empty ): Future[EventSubscription] = apiClient.sendRequest[EventSubscription]( NgrokApiClient.HttpMethod.Patch, diff --git a/src/main/scala/com/ngrok/services/FailoverBackends.scala b/src/main/scala/com/ngrok/services/FailoverBackends.scala index 40d7975..d40a245 100644 --- a/src/main/scala/com/ngrok/services/FailoverBackends.scala +++ b/src/main/scala/com/ngrok/services/FailoverBackends.scala @@ -10,7 +10,7 @@ object FailoverBackends { private case class FailoverBackendsCreate( description: Option[String], metadata: Option[String], - backends: Option[List[String]] + backends: List[String] ) private object FailoverBackendsCreate { @@ -19,7 +19,7 @@ object FailoverBackends { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.backends.map(_.asJson).map(("backends", _)) + if (value.backends.isEmpty) None else Option(("backends", value.backends.asJson)) ).flatten.toMap.asJsonObject ) } @@ -27,7 +27,7 @@ object FailoverBackends { private case class FailoverBackendsUpdate( description: Option[String], metadata: Option[String], - backends: Option[List[String]] + backends: List[String] ) private object FailoverBackendsUpdate { @@ -36,7 +36,7 @@ object FailoverBackends { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.backends.map(_.asJson).map(("backends", _)) + if (value.backends.isEmpty) None else Option(("backends", value.backends.asJson)) ).flatten.toMap.asJsonObject ) } @@ -65,7 +65,7 @@ class FailoverBackends private[ngrok] (apiClient: NgrokApiClient)(implicit ec: E def create( description: Option[String] = None, metadata: Option[String] = None, - backends: Option[List[String]] = None + backends: List[String] = List.empty ): Future[FailoverBackend] = apiClient.sendRequest[FailoverBackend]( NgrokApiClient.HttpMethod.Post, @@ -152,7 +152,7 @@ class FailoverBackends private[ngrok] (apiClient: NgrokApiClient)(implicit ec: E id: String, description: Option[String] = None, metadata: Option[String] = None, - backends: Option[List[String]] = None + backends: List[String] = List.empty ): Future[FailoverBackend] = apiClient.sendRequest[FailoverBackend]( NgrokApiClient.HttpMethod.Patch, diff --git a/src/main/scala/com/ngrok/services/HttpResponseBackends.scala b/src/main/scala/com/ngrok/services/HttpResponseBackends.scala index c365f6d..ed124aa 100644 --- a/src/main/scala/com/ngrok/services/HttpResponseBackends.scala +++ b/src/main/scala/com/ngrok/services/HttpResponseBackends.scala @@ -11,7 +11,7 @@ object HttpResponseBackends { description: Option[String], metadata: Option[String], body: Option[String], - headers: Option[Map[String, String]], + headers: Map[String, String], statusCode: Option[Int] ) @@ -22,7 +22,7 @@ object HttpResponseBackends { value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), value.body.map(_.asJson).map(("body", _)), - value.headers.map(_.asJson).map(("headers", _)), + if (value.headers.isEmpty) None else Option(("headers", value.headers.asJson)), value.statusCode.map(_.asJson).map(("status_code", _)) ).flatten.toMap.asJsonObject ) @@ -32,7 +32,7 @@ object HttpResponseBackends { description: Option[String], metadata: Option[String], body: Option[String], - headers: Option[Map[String, String]], + headers: Map[String, String], statusCode: Option[Int] ) @@ -43,7 +43,7 @@ object HttpResponseBackends { value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), value.body.map(_.asJson).map(("body", _)), - value.headers.map(_.asJson).map(("headers", _)), + if (value.headers.isEmpty) None else Option(("headers", value.headers.asJson)), value.statusCode.map(_.asJson).map(("status_code", _)) ).flatten.toMap.asJsonObject ) @@ -73,7 +73,7 @@ class HttpResponseBackends private[ngrok] (apiClient: NgrokApiClient)(implicit e description: Option[String] = None, metadata: Option[String] = None, body: Option[String] = None, - headers: Option[Map[String, String]] = None, + headers: Map[String, String] = Map.empty, statusCode: Option[Int] = None ): Future[HttpResponseBackend] = apiClient.sendRequest[HttpResponseBackend]( @@ -166,7 +166,7 @@ class HttpResponseBackends private[ngrok] (apiClient: NgrokApiClient)(implicit e description: Option[String] = None, metadata: Option[String] = None, body: Option[String] = None, - headers: Option[Map[String, String]] = None, + headers: Map[String, String] = Map.empty, statusCode: Option[Int] = None ): Future[HttpResponseBackend] = apiClient.sendRequest[HttpResponseBackend]( diff --git a/src/main/scala/com/ngrok/services/IpPolicyRules.scala b/src/main/scala/com/ngrok/services/IpPolicyRules.scala index d0a2361..e6d9e70 100644 --- a/src/main/scala/com/ngrok/services/IpPolicyRules.scala +++ b/src/main/scala/com/ngrok/services/IpPolicyRules.scala @@ -12,7 +12,7 @@ object IpPolicyRules { metadata: Option[String], cidr: String, ipPolicyId: String, - action: Option[String] + action: String ) private object IpPolicyRulesCreate { @@ -22,7 +22,7 @@ object IpPolicyRules { value.metadata.map(_.asJson).map(("metadata", _)), Option(("cidr", value.cidr.asJson)), Option(("ip_policy_id", value.ipPolicyId.asJson)), - value.action.map(_.asJson).map(("action", _)) + Option(("action", value.action.asJson)) ).flatten.toMap.asJsonObject ) } @@ -59,17 +59,17 @@ class IpPolicyRules private[ngrok] (apiClient: NgrokApiClient)(implicit ec: Exec * * @param cidr an IP or IP range specified in CIDR notation. IPv4 and IPv6 are both supported. * @param ipPolicyId ID of the IP policy this IP policy rule will be attached to + * @param action the action to apply to the policy rule, either allow or deny * @param description human-readable description of the source IPs of this IP rule. optional, max 255 bytes. * @param metadata arbitrary user-defined machine-readable data of this IP policy rule. optional, max 4096 bytes. - * @param action the action to apply to the policy rule, either allow or deny * @return a [[scala.concurrent.Future]] encapsulating the API call's result */ def create( cidr: String, ipPolicyId: String, + action: String, description: Option[String] = None, - metadata: Option[String] = None, - action: Option[String] = None + metadata: Option[String] = None ): Future[IpPolicyRule] = apiClient.sendRequest[IpPolicyRule]( NgrokApiClient.HttpMethod.Post, diff --git a/src/main/scala/com/ngrok/services/IpRestrictions.scala b/src/main/scala/com/ngrok/services/IpRestrictions.scala index ae10254..2d3854e 100644 --- a/src/main/scala/com/ngrok/services/IpRestrictions.scala +++ b/src/main/scala/com/ngrok/services/IpRestrictions.scala @@ -31,7 +31,7 @@ object IpRestrictions { description: Option[String], metadata: Option[String], enforced: Option[Boolean], - ipPolicyIds: Option[List[String]] + ipPolicyIds: List[String] ) private object IpRestrictionsUpdate { @@ -40,7 +40,7 @@ object IpRestrictions { value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), value.enforced.map(_.asJson).map(("enforced", _)), - value.ipPolicyIds.map(_.asJson).map(("ip_policy_ids", _)) + if (value.ipPolicyIds.isEmpty) None else Option(("ip_policy_ids", value.ipPolicyIds.asJson)) ).flatten.toMap.asJsonObject ) } @@ -166,7 +166,7 @@ class IpRestrictions private[ngrok] (apiClient: NgrokApiClient)(implicit ec: Exe description: Option[String] = None, metadata: Option[String] = None, enforced: Option[Boolean] = None, - ipPolicyIds: Option[List[String]] = None + ipPolicyIds: List[String] = List.empty ): Future[IpRestriction] = apiClient.sendRequest[IpRestriction]( NgrokApiClient.HttpMethod.Patch, diff --git a/src/main/scala/com/ngrok/services/ReservedDomains.scala b/src/main/scala/com/ngrok/services/ReservedDomains.scala index 5b304c5..2c2116e 100644 --- a/src/main/scala/com/ngrok/services/ReservedDomains.scala +++ b/src/main/scala/com/ngrok/services/ReservedDomains.scala @@ -54,7 +54,7 @@ object ReservedDomains { /** Reserved Domains are hostnames that you can listen for traffic on. Domains * can be used to listen for http, https or tls traffic. You may use a domain * that you own by creating a CNAME record specified in the returned resource. - * This CNAME record points traffic for that domain to ngrok's edge servers. + * This CNAME record points traffic for that domain to ngrok's edge servers. * * See also https://ngrok.com/docs/api#api-reserved-domains. */ @@ -65,7 +65,7 @@ class ReservedDomains private[ngrok] (apiClient: NgrokApiClient)(implicit ec: Ex * * See also https://ngrok.com/docs/api#api-reserved-domains-create. * - * @param name the domain name to reserve. It may be a full domain name like app.example.com. If the name does not contain a '.' it will reserve that subdomain on ngrok.io. + * @param name the domain name to reserve. It may be a full domain name like app.example.com. If the name does not contain a '.' it will reserve that subdomain on ngrok.io. * @param region reserve the domain in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa) * @param description human-readable description of what this reserved domain will be used for * @param metadata arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes. diff --git a/src/main/scala/com/ngrok/services/SshCredentials.scala b/src/main/scala/com/ngrok/services/SshCredentials.scala index a154a7b..e2a03e5 100644 --- a/src/main/scala/com/ngrok/services/SshCredentials.scala +++ b/src/main/scala/com/ngrok/services/SshCredentials.scala @@ -10,7 +10,7 @@ object SshCredentials { private case class SshCredentialsCreate( description: Option[String], metadata: Option[String], - acl: Option[List[String]], + acl: List[String], publicKey: String ) @@ -19,7 +19,7 @@ object SshCredentials { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.acl.map(_.asJson).map(("acl", _)), + if (value.acl.isEmpty) None else Option(("acl", value.acl.asJson)), Option(("public_key", value.publicKey.asJson)) ).flatten.toMap.asJsonObject ) @@ -28,7 +28,7 @@ object SshCredentials { private case class SshCredentialsUpdate( description: Option[String], metadata: Option[String], - acl: Option[List[String]] + acl: List[String] ) private object SshCredentialsUpdate { @@ -36,7 +36,7 @@ object SshCredentials { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.acl.map(_.asJson).map(("acl", _)) + if (value.acl.isEmpty) None else Option(("acl", value.acl.asJson)) ).flatten.toMap.asJsonObject ) } @@ -52,21 +52,21 @@ class SshCredentials private[ngrok] (apiClient: NgrokApiClient)(implicit ec: Exe import SshCredentials._ /** Create a new ssh_credential from an uploaded public SSH key. This ssh credential - * can be used to start new tunnels via ngrok's SSH gateway. + * can be used to start new tunnels via ngrok's SSH gateway. * * See also https://ngrok.com/docs/api#api-ssh-credentials-create. * * @param publicKey the PEM-encoded public key of the SSH keypair that will be used to authenticate * @param description human-readable description of who or what will use the ssh credential to authenticate. Optional, max 255 bytes. * @param metadata arbitrary user-defined machine-readable data of this ssh credential. Optional, max 4096 bytes. - * @param acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions. + * @param acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions. * @return a [[scala.concurrent.Future]] encapsulating the API call's result */ def create( publicKey: String, description: Option[String] = None, metadata: Option[String] = None, - acl: Option[List[String]] = None + acl: List[String] = List.empty ): Future[SshCredential] = apiClient.sendRequest[SshCredential]( NgrokApiClient.HttpMethod.Post, @@ -147,14 +147,14 @@ class SshCredentials private[ngrok] (apiClient: NgrokApiClient)(implicit ec: Exe * @param id the value of the id parameter as a [[scala.Predef.String]] * @param description human-readable description of who or what will use the ssh credential to authenticate. Optional, max 255 bytes. * @param metadata arbitrary user-defined machine-readable data of this ssh credential. Optional, max 4096 bytes. - * @param acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions. + * @param acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the bind rule. The bind rule allows the caller to restrict what domains and addresses the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule bind:example.ngrok.io. Bind rules may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of bind:*.example.com which will allow x.example.com, y.example.com, *.example.com, etc. A rule of '*' is equivalent to no acl at all and will explicitly permit all actions. * @return a [[scala.concurrent.Future]] encapsulating the API call's result */ def update( id: String, description: Option[String] = None, metadata: Option[String] = None, - acl: Option[List[String]] = None + acl: List[String] = List.empty ): Future[SshCredential] = apiClient.sendRequest[SshCredential]( NgrokApiClient.HttpMethod.Patch, diff --git a/src/main/scala/com/ngrok/services/SshHostCertificates.scala b/src/main/scala/com/ngrok/services/SshHostCertificates.scala index 21a339d..84798e5 100644 --- a/src/main/scala/com/ngrok/services/SshHostCertificates.scala +++ b/src/main/scala/com/ngrok/services/SshHostCertificates.scala @@ -10,7 +10,7 @@ object SshHostCertificates { private case class SshHostCertificatesCreate( sshCertificateAuthorityId: String, publicKey: String, - principals: Option[List[String]], + principals: List[String], validAfter: Option[java.time.OffsetDateTime], validUntil: Option[java.time.OffsetDateTime], description: Option[String], @@ -23,7 +23,7 @@ object SshHostCertificates { List( Option(("ssh_certificate_authority_id", value.sshCertificateAuthorityId.asJson)), Option(("public_key", value.publicKey.asJson)), - value.principals.map(_.asJson).map(("principals", _)), + if (value.principals.isEmpty) None else Option(("principals", value.principals.asJson)), value.validAfter.map(_.asJson).map(("valid_after", _)), value.validUntil.map(_.asJson).map(("valid_until", _)), value.description.map(_.asJson).map(("description", _)), @@ -74,7 +74,7 @@ class SshHostCertificates private[ngrok] (apiClient: NgrokApiClient)(implicit ec def create( sshCertificateAuthorityId: String, publicKey: String, - principals: Option[List[String]] = None, + principals: List[String] = List.empty, validAfter: Option[java.time.OffsetDateTime] = None, validUntil: Option[java.time.OffsetDateTime] = None, description: Option[String] = None, diff --git a/src/main/scala/com/ngrok/services/SshUserCertificates.scala b/src/main/scala/com/ngrok/services/SshUserCertificates.scala index 3080071..8708b6d 100644 --- a/src/main/scala/com/ngrok/services/SshUserCertificates.scala +++ b/src/main/scala/com/ngrok/services/SshUserCertificates.scala @@ -10,9 +10,9 @@ object SshUserCertificates { private case class SshUserCertificatesCreate( sshCertificateAuthorityId: String, publicKey: String, - principals: Option[List[String]], - criticalOptions: Option[Map[String, String]], - extensions: Option[Map[String, String]], + principals: List[String], + criticalOptions: Map[String, String], + extensions: Map[String, String], validAfter: Option[java.time.OffsetDateTime], validUntil: Option[java.time.OffsetDateTime], description: Option[String], @@ -25,9 +25,9 @@ object SshUserCertificates { List( Option(("ssh_certificate_authority_id", value.sshCertificateAuthorityId.asJson)), Option(("public_key", value.publicKey.asJson)), - value.principals.map(_.asJson).map(("principals", _)), - value.criticalOptions.map(_.asJson).map(("critical_options", _)), - value.extensions.map(_.asJson).map(("extensions", _)), + if (value.principals.isEmpty) None else Option(("principals", value.principals.asJson)), + if (value.criticalOptions.isEmpty) None else Option(("critical_options", value.criticalOptions.asJson)), + if (value.extensions.isEmpty) None else Option(("extensions", value.extensions.asJson)), value.validAfter.map(_.asJson).map(("valid_after", _)), value.validUntil.map(_.asJson).map(("valid_until", _)), value.description.map(_.asJson).map(("description", _)), @@ -70,7 +70,7 @@ class SshUserCertificates private[ngrok] (apiClient: NgrokApiClient)(implicit ec * @param publicKey a public key in OpenSSH Authorized Keys format that this certificate signs * @param principals the list of principals included in the ssh user certificate. This is the list of usernames that the certificate holder may sign in as on a machine authorizing the signing certificate authority. Dangerously, if no principals are specified, this certificate may be used to log in as any user. * @param criticalOptions A map of critical options included in the certificate. Only two critical options are currently defined by OpenSSH: force-command and source-address. See the OpenSSH certificate protocol spec for additional details. - * @param extensions A map of extensions included in the certificate. Extensions are additional metadata that can be interpreted by the SSH server for any purpose. These can be used to permit or deny the ability to open a terminal, do port forwarding, x11 forwarding, and more. If unspecified, the certificate will include limited permissions with the following extension map: {"permit-pty": "", "permit-user-rc": ""} OpenSSH understands a number of predefined extensions. See the OpenSSH certificate protocol spec for additional details. + * @param extensions A map of extensions included in the certificate. Extensions are additional metadata that can be interpreted by the SSH server for any purpose. These can be used to permit or deny the ability to open a terminal, do port forwarding, x11 forwarding, and more. If unspecified, the certificate will include limited permissions with the following extension map: {"permit-pty": "", "permit-user-rc": ""} OpenSSH understands a number of predefined extensions. See the OpenSSH certificate protocol spec for additional details. * @param validAfter The time when the user certificate becomes valid, in RFC 3339 format. Defaults to the current time if unspecified. * @param validUntil The time when this host certificate becomes invalid, in RFC 3339 format. If unspecified, a default value of 24 hours will be used. The OpenSSH certificates RFC calls this valid_before. * @param description human-readable description of this SSH User Certificate. optional, max 255 bytes. @@ -80,9 +80,9 @@ class SshUserCertificates private[ngrok] (apiClient: NgrokApiClient)(implicit ec def create( sshCertificateAuthorityId: String, publicKey: String, - principals: Option[List[String]] = None, - criticalOptions: Option[Map[String, String]] = None, - extensions: Option[Map[String, String]] = None, + principals: List[String] = List.empty, + criticalOptions: Map[String, String] = Map.empty, + extensions: Map[String, String] = Map.empty, validAfter: Option[java.time.OffsetDateTime] = None, validUntil: Option[java.time.OffsetDateTime] = None, description: Option[String] = None, diff --git a/src/main/scala/com/ngrok/services/TunnelGroupBackends.scala b/src/main/scala/com/ngrok/services/TunnelGroupBackends.scala index 6574054..7e79d3d 100644 --- a/src/main/scala/com/ngrok/services/TunnelGroupBackends.scala +++ b/src/main/scala/com/ngrok/services/TunnelGroupBackends.scala @@ -10,7 +10,7 @@ object TunnelGroupBackends { private case class TunnelGroupBackendsCreate( description: Option[String], metadata: Option[String], - labels: Option[Map[String, String]] + labels: Map[String, String] ) private object TunnelGroupBackendsCreate { @@ -19,7 +19,7 @@ object TunnelGroupBackends { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.labels.map(_.asJson).map(("labels", _)) + if (value.labels.isEmpty) None else Option(("labels", value.labels.asJson)) ).flatten.toMap.asJsonObject ) } @@ -27,7 +27,7 @@ object TunnelGroupBackends { private case class TunnelGroupBackendsUpdate( description: Option[String], metadata: Option[String], - labels: Option[Map[String, String]] + labels: Map[String, String] ) private object TunnelGroupBackendsUpdate { @@ -36,7 +36,7 @@ object TunnelGroupBackends { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.labels.map(_.asJson).map(("labels", _)) + if (value.labels.isEmpty) None else Option(("labels", value.labels.asJson)) ).flatten.toMap.asJsonObject ) } @@ -57,13 +57,13 @@ class TunnelGroupBackends private[ngrok] (apiClient: NgrokApiClient)(implicit ec * * @param description human-readable description of this backend. Optional * @param metadata arbitrary user-defined machine-readable data of this backend. Optional - * @param labels labels to watch for tunnels on, e.g. app->foo, dc->bar + * @param labels labels to watch for tunnels on, e.g. app->foo, dc->bar * @return a [[scala.concurrent.Future]] encapsulating the API call's result */ def create( description: Option[String] = None, metadata: Option[String] = None, - labels: Option[Map[String, String]] = None + labels: Map[String, String] = Map.empty ): Future[TunnelGroupBackend] = apiClient.sendRequest[TunnelGroupBackend]( NgrokApiClient.HttpMethod.Post, @@ -143,14 +143,14 @@ class TunnelGroupBackends private[ngrok] (apiClient: NgrokApiClient)(implicit ec * @param id the value of the id parameter as a [[scala.Predef.String]] * @param description human-readable description of this backend. Optional * @param metadata arbitrary user-defined machine-readable data of this backend. Optional - * @param labels labels to watch for tunnels on, e.g. app->foo, dc->bar + * @param labels labels to watch for tunnels on, e.g. app->foo, dc->bar * @return a [[scala.concurrent.Future]] encapsulating the API call's result */ def update( id: String, description: Option[String] = None, metadata: Option[String] = None, - labels: Option[Map[String, String]] = None + labels: Map[String, String] = Map.empty ): Future[TunnelGroupBackend] = apiClient.sendRequest[TunnelGroupBackend]( NgrokApiClient.HttpMethod.Patch, diff --git a/src/main/scala/com/ngrok/services/TunnelSessions.scala b/src/main/scala/com/ngrok/services/TunnelSessions.scala index 02a7e43..b6e4896 100644 --- a/src/main/scala/com/ngrok/services/TunnelSessions.scala +++ b/src/main/scala/com/ngrok/services/TunnelSessions.scala @@ -105,7 +105,7 @@ class TunnelSessions private[ngrok] (apiClient: NgrokApiClient)(implicit ec: Exe * breaking compatibility issues. If you wish to update to a new major version, * that must be done manually. Still, please be aware that updating your ngrok * agent could break your integration. This call will fail in any of the following - * circumstances: there is no update available the ngrok agent's configuration + * circumstances: there is no update available the ngrok agent's configuration * disabled update checks the agent is currently in process of updating the agent * has already successfully updated but has not yet been restarted * diff --git a/src/main/scala/com/ngrok/services/WeightedBackends.scala b/src/main/scala/com/ngrok/services/WeightedBackends.scala index 2b5d501..a125d0c 100644 --- a/src/main/scala/com/ngrok/services/WeightedBackends.scala +++ b/src/main/scala/com/ngrok/services/WeightedBackends.scala @@ -10,7 +10,7 @@ object WeightedBackends { private case class WeightedBackendsCreate( description: Option[String], metadata: Option[String], - backends: Option[Map[String, Long]] + backends: Map[String, Long] ) private object WeightedBackendsCreate { @@ -19,7 +19,7 @@ object WeightedBackends { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.backends.map(_.asJson).map(("backends", _)) + if (value.backends.isEmpty) None else Option(("backends", value.backends.asJson)) ).flatten.toMap.asJsonObject ) } @@ -27,7 +27,7 @@ object WeightedBackends { private case class WeightedBackendsUpdate( description: Option[String], metadata: Option[String], - backends: Option[Map[String, Long]] + backends: Map[String, Long] ) private object WeightedBackendsUpdate { @@ -36,7 +36,7 @@ object WeightedBackends { List( value.description.map(_.asJson).map(("description", _)), value.metadata.map(_.asJson).map(("metadata", _)), - value.backends.map(_.asJson).map(("backends", _)) + if (value.backends.isEmpty) None else Option(("backends", value.backends.asJson)) ).flatten.toMap.asJsonObject ) } @@ -45,7 +45,7 @@ object WeightedBackends { /** A Weighted Backend balances traffic among the referenced backends. Traffic * is assigned proportionally to each based on its weight. The percentage of - * traffic is calculated by dividing a backend's weight by the sum of all + * traffic is calculated by dividing a backend's weight by the sum of all * weights. * * See also https://ngrok.com/docs/api#api-weighted-backends. @@ -65,7 +65,7 @@ class WeightedBackends private[ngrok] (apiClient: NgrokApiClient)(implicit ec: E def create( description: Option[String] = None, metadata: Option[String] = None, - backends: Option[Map[String, Long]] = None + backends: Map[String, Long] = Map.empty ): Future[WeightedBackend] = apiClient.sendRequest[WeightedBackend]( NgrokApiClient.HttpMethod.Post, @@ -152,7 +152,7 @@ class WeightedBackends private[ngrok] (apiClient: NgrokApiClient)(implicit ec: E id: String, description: Option[String] = None, metadata: Option[String] = None, - backends: Option[Map[String, Long]] = None + backends: Map[String, Long] = Map.empty ): Future[WeightedBackend] = apiClient.sendRequest[WeightedBackend]( NgrokApiClient.HttpMethod.Patch, diff --git a/src/test/scala/com/ngrok/services/ApiKeysTest.scala b/src/test/scala/com/ngrok/services/ApiKeysTest.scala index 3d4c378..9bd885c 100644 --- a/src/test/scala/com/ngrok/services/ApiKeysTest.scala +++ b/src/test/scala/com/ngrok/services/ApiKeysTest.scala @@ -67,10 +67,7 @@ class ApiKeysTest extends AnyFreeSpec with Matchers with ScalaFutures with Optio wireMock.stubFor( post(urlPathEqualTo("/api_keys")) .withHeader(HttpHeaderNames.AUTHORIZATION.toString(), equalTo(s"Bearer $FakeApiSecret")) - .withHeader( - HttpHeaderNames.USER_AGENT.toString(), - equalTo(s"ngrok-api-client-scala/${Version.ClientVersion}") - ) + .withHeader(HttpHeaderNames.USER_AGENT.toString(), equalTo(UserAgent)) .withHeader("ngrok-version", equalTo(Version.ApiVersion)) .withHeader(HttpHeaderNames.CONTENT_TYPE.toString(), containing("application/json")) .withRequestBody(equalToJson(apiKeyCreate.asJson.noSpaces)) @@ -83,10 +80,7 @@ class ApiKeysTest extends AnyFreeSpec with Matchers with ScalaFutures with Optio wireMock.stubFor( get(urlPathEqualTo(s"/api_keys/${apiKey.id}")) .withHeader(HttpHeaderNames.AUTHORIZATION.toString(), equalTo(s"Bearer $FakeApiSecret")) - .withHeader( - HttpHeaderNames.USER_AGENT.toString(), - equalTo(s"ngrok-api-client-scala/${Version.ClientVersion}") - ) + .withHeader(HttpHeaderNames.USER_AGENT.toString(), equalTo(UserAgent)) .withHeader("ngrok-version", equalTo(Version.ApiVersion)) .willReturn( ok(apiKeyNoToken.asJson.noSpaces) @@ -98,10 +92,7 @@ class ApiKeysTest extends AnyFreeSpec with Matchers with ScalaFutures with Optio get(urlPathEqualTo("/api_keys")) .withQueryParam("limit", equalTo("10")) .withHeader(HttpHeaderNames.AUTHORIZATION.toString(), equalTo(s"Bearer $FakeApiSecret")) - .withHeader( - HttpHeaderNames.USER_AGENT.toString(), - equalTo(s"ngrok-api-client-scala/${Version.ClientVersion}") - ) + .withHeader(HttpHeaderNames.USER_AGENT.toString(), equalTo(UserAgent)) .withHeader("ngrok-version", equalTo(Version.ApiVersion)) .willReturn( ok(apiKeyList.asJson.noSpaces) @@ -112,10 +103,7 @@ class ApiKeysTest extends AnyFreeSpec with Matchers with ScalaFutures with Optio wireMock.stubFor( patch(urlPathEqualTo(s"/api_keys/${apiKey.id}")) .withHeader(HttpHeaderNames.AUTHORIZATION.toString(), equalTo(s"Bearer $FakeApiSecret")) - .withHeader( - HttpHeaderNames.USER_AGENT.toString(), - equalTo(s"ngrok-api-client-scala/${Version.ClientVersion}") - ) + .withHeader(HttpHeaderNames.USER_AGENT.toString(), equalTo(UserAgent)) .withHeader("ngrok-version", equalTo(Version.ApiVersion)) .withHeader(HttpHeaderNames.CONTENT_TYPE.toString(), containing("application/json")) .withRequestBody(equalToJson(apiKeyUpdate.asJson.noSpaces)) @@ -128,10 +116,7 @@ class ApiKeysTest extends AnyFreeSpec with Matchers with ScalaFutures with Optio wireMock.stubFor( delete(urlPathEqualTo(s"/api_keys/${apiKey.id}")) .withHeader(HttpHeaderNames.AUTHORIZATION.toString(), equalTo(s"Bearer $FakeApiSecret")) - .withHeader( - HttpHeaderNames.USER_AGENT.toString(), - equalTo(s"ngrok-api-client-scala/${Version.ClientVersion}") - ) + .withHeader(HttpHeaderNames.USER_AGENT.toString(), equalTo(UserAgent)) .withHeader("ngrok-version", equalTo(Version.ApiVersion)) .willReturn(noContent()) ) diff --git a/src/test/scala/com/ngrok/services/EventSubscriptionsTest.scala b/src/test/scala/com/ngrok/services/EventSubscriptionsTest.scala index 5a3426e..da4be80 100644 --- a/src/test/scala/com/ngrok/services/EventSubscriptionsTest.scala +++ b/src/test/scala/com/ngrok/services/EventSubscriptionsTest.scala @@ -116,7 +116,7 @@ class EventSubscriptionsTest wireMock.stubFor( post(urlPathEqualTo("/event_destinations")) .withHeader(HttpHeaderNames.AUTHORIZATION.toString, equalTo(s"Bearer $FakeApiSecret")) - .withHeader(HttpHeaderNames.USER_AGENT.toString, equalTo(s"ngrok-api-client-scala/${Version.ClientVersion}")) + .withHeader(HttpHeaderNames.USER_AGENT.toString, equalTo(UserAgent)) .withHeader("ngrok-version", equalTo(Version.ApiVersion)) .withHeader(HttpHeaderNames.CONTENT_TYPE.toString, containing("application/json")) .withRequestBody(equalToJson(eventDestinationCreate.asJson.noSpaces)) @@ -129,7 +129,7 @@ class EventSubscriptionsTest wireMock.stubFor( delete(urlPathEqualTo(s"/event_destinations/${eventDestination.id}")) .withHeader(HttpHeaderNames.AUTHORIZATION.toString, equalTo(s"Bearer $FakeApiSecret")) - .withHeader(HttpHeaderNames.USER_AGENT.toString, equalTo(s"ngrok-api-client-scala/${Version.ClientVersion}")) + .withHeader(HttpHeaderNames.USER_AGENT.toString, equalTo(UserAgent)) .withHeader("ngrok-version", equalTo(Version.ApiVersion)) .willReturn(noContent) ) @@ -137,7 +137,7 @@ class EventSubscriptionsTest wireMock.stubFor( post(urlPathEqualTo("/event_subscriptions")) .withHeader(HttpHeaderNames.AUTHORIZATION.toString, equalTo(s"Bearer $FakeApiSecret")) - .withHeader(HttpHeaderNames.USER_AGENT.toString, equalTo(s"ngrok-api-client-scala/${Version.ClientVersion}")) + .withHeader(HttpHeaderNames.USER_AGENT.toString, equalTo(UserAgent)) .withHeader("ngrok-version", equalTo(Version.ApiVersion)) .withHeader(HttpHeaderNames.CONTENT_TYPE.toString, containing("application/json")) .withRequestBody(equalToJson(eventSubscriptionCreate.asJson.noSpaces)) @@ -149,7 +149,7 @@ class EventSubscriptionsTest wireMock.stubFor( get(urlPathEqualTo(s"/event_subscriptions/${eventSubscription.id}")) .withHeader(HttpHeaderNames.AUTHORIZATION.toString, equalTo(s"Bearer $FakeApiSecret")) - .withHeader(HttpHeaderNames.USER_AGENT.toString, equalTo(s"ngrok-api-client-scala/${Version.ClientVersion}")) + .withHeader(HttpHeaderNames.USER_AGENT.toString, equalTo(UserAgent)) .withHeader("ngrok-version", equalTo(Version.ApiVersion)) .willReturn( ok(eventSubscription.asJson.noSpaces).withHeader(HttpHeaderNames.CONTENT_TYPE.toString, "application/json") @@ -160,7 +160,7 @@ class EventSubscriptionsTest get(urlPathEqualTo("/event_subscriptions")) .withQueryParam("limit", equalTo("10")) .withHeader(HttpHeaderNames.AUTHORIZATION.toString, equalTo(s"Bearer $FakeApiSecret")) - .withHeader(HttpHeaderNames.USER_AGENT.toString, equalTo(s"ngrok-api-client-scala/${Version.ClientVersion}")) + .withHeader(HttpHeaderNames.USER_AGENT.toString, equalTo(UserAgent)) .withHeader("ngrok-version", equalTo(Version.ApiVersion)) .willReturn( ok(eventSubscriptionList.asJson.noSpaces) @@ -171,7 +171,7 @@ class EventSubscriptionsTest wireMock.stubFor( patch(urlPathEqualTo(s"/event_subscriptions/${eventSubscription.id}")) .withHeader(HttpHeaderNames.AUTHORIZATION.toString, equalTo(s"Bearer $FakeApiSecret")) - .withHeader(HttpHeaderNames.USER_AGENT.toString, equalTo(s"ngrok-api-client-scala/${Version.ClientVersion}")) + .withHeader(HttpHeaderNames.USER_AGENT.toString, equalTo(UserAgent)) .withHeader("ngrok-version", equalTo(Version.ApiVersion)) .withHeader(HttpHeaderNames.CONTENT_TYPE.toString, containing("application/json")) .withRequestBody(equalToJson(eventSubscriptionUpdate.asJson.noSpaces)) @@ -184,7 +184,7 @@ class EventSubscriptionsTest wireMock.stubFor( delete(urlPathEqualTo(s"/event_subscriptions/${eventSubscription.id}")) .withHeader(HttpHeaderNames.AUTHORIZATION.toString, equalTo(s"Bearer $FakeApiSecret")) - .withHeader(HttpHeaderNames.USER_AGENT.toString, equalTo(s"ngrok-api-client-scala/${Version.ClientVersion}")) + .withHeader(HttpHeaderNames.USER_AGENT.toString, equalTo(UserAgent)) .withHeader("ngrok-version", equalTo(Version.ApiVersion)) .willReturn(noContent) ) @@ -222,8 +222,8 @@ class EventSubscriptionsTest .create( description = Some(eventSubscription.description), metadata = Some(eventSubscription.metadata), - sources = Some(eventSubscription.sources.map(source => EventSourceReplace(source.`type`))), - destinationIds = Some(eventDestinationIds) + sources = eventSubscription.sources.map(source => EventSourceReplace(source.`type`)), + destinationIds = eventDestinationIds ) .futureValue assertEventSubscriptionFields(createdEventSubscription) diff --git a/src/test/scala/com/ngrok/services/HttpsEdgesTest.scala b/src/test/scala/com/ngrok/services/HttpsEdgesTest.scala new file mode 100644 index 0000000..1db2a3c --- /dev/null +++ b/src/test/scala/com/ngrok/services/HttpsEdgesTest.scala @@ -0,0 +1,119 @@ +package com.ngrok.services + +import java.net.URI +import java.time.OffsetDateTime + +import com.github.tomakehurst.wiremock.client.WireMock._ +import com.linecorp.armeria.common.HttpHeaderNames +import com.ngrok.Version +import com.ngrok.definitions.{HttpsEdge, HttpsEdgeList} +import io.circe.syntax._ +import org.scalatest.OptionValues +import org.scalatest.concurrent.ScalaFutures +import org.scalatest.freespec.AnyFreeSpec +import org.scalatest.matchers.must.Matchers +import org.scalatest.time.{Seconds, Span} +import support.TestBase + +import scala.util.Try + +object HttpsEdgesTest { + private val liveHostport = Option(System.getenv("NGROK_HOSTPORT")) + private val testHostport = "test-hostport-123.ngrok.io:443" + + private val mockEdge = HttpsEdge( + id = "some-id", + description = "", + metadata = "test scala client", + createdAt = OffsetDateTime.now, + uri = new URI("https://api.ngrok.com/edges/https/some-id"), + hostports = Some(List(testHostport)), + routes = List.empty + ) + + private val mockEdgeList = HttpsEdgeList( + httpsEdges = List(mockEdge), + uri = new URI("https://api.ngrok.com/edges/https") + ) +} + +class HttpsEdgesTest extends AnyFreeSpec with Matchers with ScalaFutures with OptionValues with TestBase { + import HttpsEdgesTest._ + + implicit private val defaultPatience: PatienceConfig = PatienceConfig(timeout = Span(10, Seconds)) + + private val testHostports = if (UseLiveApi) liveHostport.toList else List(testHostport) + + override def beforeEach(): Unit = { + super.beforeEach() + + if (!UseLiveApi) { + wireMock.stubFor( + post(urlPathEqualTo("/edges/https")) + .withHeader(HttpHeaderNames.AUTHORIZATION.toString(), equalTo(s"Bearer $FakeApiSecret")) + .withHeader(HttpHeaderNames.USER_AGENT.toString(), equalTo(UserAgent)) + .withHeader("ngrok-version", equalTo(Version.ApiVersion)) + .withHeader(HttpHeaderNames.CONTENT_TYPE.toString(), containing("application/json")) + .withRequestBody(equalToJson(Map( + "metadata" -> mockEdge.metadata.asJson, + "hostports" -> testHostports.asJson + ).asJson.noSpaces)) + .willReturn( + ok(mockEdge.asJson.noSpaces) + .withHeader(HttpHeaderNames.CONTENT_TYPE.toString(), "application/json") + ) + ) + + wireMock.stubFor( + get(urlPathEqualTo("/edges/https")) + .withHeader(HttpHeaderNames.AUTHORIZATION.toString(), equalTo(s"Bearer $FakeApiSecret")) + .withHeader(HttpHeaderNames.USER_AGENT.toString(), equalTo(UserAgent)) + .withHeader("ngrok-version", equalTo(Version.ApiVersion)) + .willReturn( + ok(mockEdgeList.asJson.noSpaces) + .withHeader(HttpHeaderNames.CONTENT_TYPE.toString(), "application/json") + ) + ) + + wireMock.stubFor( + delete(urlPathEqualTo(s"/edges/https/${mockEdge.id}")) + .withHeader(HttpHeaderNames.AUTHORIZATION.toString(), equalTo(s"Bearer $FakeApiSecret")) + .withHeader(HttpHeaderNames.USER_AGENT.toString(), equalTo(UserAgent)) + .withHeader("ngrok-version", equalTo(Version.ApiVersion)) + .willReturn(noContent()) + ) + } + } + + "HTTPS Edges can be created and listed" in { + if (UseLiveApi) { + if (liveHostport.isEmpty) { + fail("Please set NGROK_HOSTPORT to a valid endpoint HOST:PORT before running this test live") + } + } + + val edgesId = createHttpsEdge(testHostports) + try { + listHttpsEdges(edgesId, testHostports) + } finally { + Try(deleteHttpsEdge(edgesId)) + } + } + + private def createHttpsEdge(hostports: List[String]): String = { + val edge = ngrok.edges.https.create( + metadata = Some(mockEdge.metadata), + hostports = hostports + ).futureValue + edge.hostports mustBe Some(hostports) + edge.id + } + + private def listHttpsEdges(expectedId: String, expectedHostports: List[String]): Unit = { + val edge = ngrok.edges.https.list().futureValue.page.httpsEdges.find(_.metadata == mockEdge.metadata).value + edge.id mustBe expectedId + edge.hostports mustBe Some(expectedHostports) + } + + private def deleteHttpsEdge(id: String): Unit = ngrok.edges.https.delete(id).futureValue +} diff --git a/src/test/scala/com/ngrok/services/IpPolicyRulesTest.scala b/src/test/scala/com/ngrok/services/IpPolicyRulesTest.scala new file mode 100644 index 0000000..9eb1689 --- /dev/null +++ b/src/test/scala/com/ngrok/services/IpPolicyRulesTest.scala @@ -0,0 +1,119 @@ +package com.ngrok.services + +import java.net.URI +import java.time.OffsetDateTime + +import com.github.tomakehurst.wiremock.client.WireMock._ +import com.linecorp.armeria.common.HttpHeaderNames +import com.ngrok.Version +import com.ngrok.definitions.{IpPolicy, IpPolicyRule, Ref} +import io.circe.syntax._ +import org.scalatest.concurrent.ScalaFutures +import org.scalatest.freespec.AnyFreeSpec +import org.scalatest.matchers.must.Matchers +import org.scalatest.time.{Seconds, Span} +import support.TestBase + +import scala.util.Try + +object IpPolicyRulesTest { + private val mockIpPolicy = IpPolicy( + id = "some-id", + uri = new URI("https://api.ngrok.com/ip_policies/some-id"), + createdAt = OffsetDateTime.now, + description = "", + metadata = "" + ) + + private val mockIpPolicyRule = IpPolicyRule( + id = "some-rule-id", + uri = new URI("https://api.ngrok.com/ip_policy_rules/some-rule-id"), + createdAt = OffsetDateTime.now, + description = "", + metadata = "", + cidr = "10.1.2.0/24", + ipPolicy = Ref(id = "some-id", uri = new URI("https://api.ngrok.com/ip_policy/some-id")), + action = "allow" + ) +} + +class IpPolicyRulesTest extends AnyFreeSpec with Matchers with ScalaFutures with TestBase { + import IpPolicyRulesTest._ + + implicit private val defaultPatience: PatienceConfig = PatienceConfig(timeout = Span(4, Seconds)) + + override def beforeEach(): Unit = { + super.beforeEach() + + if (!UseLiveApi) { + wireMock.stubFor( + post(urlPathEqualTo("/ip_policies")) + .withHeader(HttpHeaderNames.AUTHORIZATION.toString(), equalTo(s"Bearer $FakeApiSecret")) + .withHeader(HttpHeaderNames.USER_AGENT.toString(), equalTo(UserAgent)) + .withHeader("ngrok-version", equalTo(Version.ApiVersion)) + .withHeader(HttpHeaderNames.CONTENT_TYPE.toString(), containing("application/json")) + .withRequestBody(equalToJson("{}")) + .willReturn( + ok(mockIpPolicy.asJson.noSpaces) + .withHeader(HttpHeaderNames.CONTENT_TYPE.toString(), "application/json") + ) + ) + + wireMock.stubFor( + delete(urlPathEqualTo(s"/ip_policies/${mockIpPolicy.id}")) + .withHeader(HttpHeaderNames.AUTHORIZATION.toString(), equalTo(s"Bearer $FakeApiSecret")) + .withHeader(HttpHeaderNames.USER_AGENT.toString(), equalTo(UserAgent)) + .withHeader("ngrok-version", equalTo(Version.ApiVersion)) + .willReturn(noContent()) + ) + + wireMock.stubFor( + post(urlPathEqualTo("/ip_policy_rules")) + .withHeader(HttpHeaderNames.AUTHORIZATION.toString(), equalTo(s"Bearer $FakeApiSecret")) + .withHeader(HttpHeaderNames.USER_AGENT.toString(), equalTo(UserAgent)) + .withHeader("ngrok-version", equalTo(Version.ApiVersion)) + .withHeader(HttpHeaderNames.CONTENT_TYPE.toString(), containing("application/json")) + .withRequestBody(equalToJson(Map( + "ip_policy_id" -> mockIpPolicy.id, + "cidr" -> mockIpPolicyRule.cidr, + "action" -> mockIpPolicyRule.action + ).asJson.noSpaces)) + .willReturn( + ok(mockIpPolicyRule.asJson.noSpaces) + .withHeader(HttpHeaderNames.CONTENT_TYPE.toString(), "application/json") + ) + ) + + wireMock.stubFor( + delete(urlPathEqualTo(s"/ip_policy_rules/${mockIpPolicyRule.id}")) + .withHeader(HttpHeaderNames.AUTHORIZATION.toString(), equalTo(s"Bearer $FakeApiSecret")) + .withHeader(HttpHeaderNames.USER_AGENT.toString(), equalTo(UserAgent)) + .withHeader("ngrok-version", equalTo(Version.ApiVersion)) + .willReturn(noContent()) + ) + } + } + + "IP policies and rules can be created and deleted" in { + val policyId = createIpPolicy() + try { + val ruleId = createIpPolicyRule(policyId) + deleteIpPolicyRule(ruleId) + } finally { + Try(deleteIpPolicy(policyId)) + } + } + + private def createIpPolicy(): String = ngrok.ipPolicies.create().futureValue.id + private def deleteIpPolicy(id: String): Unit = ngrok.ipPolicies.delete(id).futureValue + + private def createIpPolicyRule(policyId: String): String = { + val rule = ngrok.ipPolicyRules.create("10.1.2.0/24", policyId, "allow").futureValue + rule.ipPolicy.id mustBe policyId + rule.action mustBe "allow" + rule.cidr mustBe "10.1.2.0/24" + rule.id + } + + private def deleteIpPolicyRule(id: String): Unit = ngrok.ipPolicyRules.delete(id).futureValue +} diff --git a/src/test/scala/support/TestBase.scala b/src/test/scala/support/TestBase.scala index 7698e3f..27266c7 100644 --- a/src/test/scala/support/TestBase.scala +++ b/src/test/scala/support/TestBase.scala @@ -2,14 +2,16 @@ package support import java.net.URI -import com.ngrok.{DefaultNgrokApiClient, Ngrok, NgrokApiClient} +import com.ngrok.{DefaultNgrokApiClient, Ngrok, NgrokApiClient, Version} import org.scalatest.Suite import scala.concurrent.ExecutionContext.Implicits.global +import scala.util.Properties trait TestBase extends WireMockSupport { this: Suite => protected val FakeApiSecret: String = "s3kr1t" protected val UseLiveApi: Boolean = Option(System.getenv("TEST_NO_MOCK")).exists(java.lang.Boolean.parseBoolean) + protected val UserAgent: String = s"ngrok-api-scala/${Version.ClientVersion}/${Properties.versionNumberString}" protected def ngrok: Ngrok = Ngrok( DefaultNgrokApiClient(